* tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
[official-gcc.git] / ChangeLog
blob72123a4020282bca1eeb91a6b3057e6c862cbad9
1 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
3         * MAINTAINERS: Move myself to Write After Approval section.
5 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
7         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
8         ACCH registers.
9         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
10         available.
11         (umulsidi3): Likewise.
12         (mulsidi3_700): Disable this pattern when we have advanced mpy
13         instructions.
14         (umulsidi3_700): Likewise.
15         (maddsidi4): New pattern.
16         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
17         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
18         (mpydu_imm_arcv2hs): Likewise.
19         * config/arc/predicates.md (accl_operand): New predicate.
21 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
22             Andrew Burgess <andrew.burgess@embecosm.com>
24         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
25         case.
26         (ARC_AUTOFP_IRQ_P): Likewise.
27         (ARC_AUTO_IRQ_P): Likewise.
28         (rgf_banked_register_count): New variable.
29         (parse_mrgf_banked_regs_option): New function.
30         (arc_override_options): Handle rgf_banked_regs option.
31         (arc_handle_interrupt_attribute): Add firq option.
32         (arc_compute_function_type): Return fast irq type when required.
33         (arc_must_save_register): Handle fast interrupts.
34         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
35         (arc_return_address_regs): Update.
36         * config/arc/arc.h (arc_return_address_regs): Update.
37         (arc_function_type): Add fast interrupt type.
38         (ARC_INTERRUPT_P): Update.
39         (RC_FAST_INTERRUPT_P): Define.
40         * config/arc/arc.md (simple_return): Update for fast interrupts.
41         (p_return_i): Likewise.
42         * config/arc/arc.opt (mrgf-banked-regs): New option.
43         * doc/invoke.texi (mrgf-banked-regs): Document.
45 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
47         * config/arc/arc.c (irq_ctrl_saved): New variable.
48         (ARC_AUTOBLINK_IRQ_P): Define.
49         (ARC_AUTOFP_IRQ_P): Likewise.
50         (ARC_AUTO_IRQ_P): Likewise.
51         (irq_range): New function.
52         (arc_must_save_register): Likewise.
53         (arc_must_save_return_addr): Likewise.
54         (arc_dwarf_emit_irq_save_regs): Likewise.
55         (arc_override_options): Handle deferred options.
56         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
57         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
58         arc_must_save_return_addr.
59         (arc_compute_frame_size): Handle automated save and restore of
60         registers.
61         (arc_expand_prologue): Likewise.
62         (arc_expand_epilogue): Likewise.
63         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
64         * config/arc/arc.opt (mirq-ctrl-saved): New option.
65         * doc/invoke.texi (mirq-ctrl-saved): Document option.
67 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
68         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
70         PR bootstrap/77661
71         * Makefile.def: Don't pass --enable-maintainer-mode on to an
72         in-tree build MPC.
73         * Makefile.in: Regenerate.
75 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
77         * configure.ac: Enable LTO by default on darwin >= 9.
78         * configure: Regenerate.
80 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
82         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
83         and Andrew Waterman as the RISC-V maintainers.
85 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
87         * MAINTAINERS: Add self to Write After Approval
89 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
91         * config.guess: Import latest from upstream.
93 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
95         * MAINTAINERS (Write After Approval): Remove entries that are
96         already covered under Reviewers.
98 2017-03-08  Mark Wielaard  <mark@klomp.org>
100         PR demangler/70909
101         PR demangler/67264
102         * include/demangle.h: Add d_printing to struct demangle_component
103         and pass struct demangle_component as non const.
105 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
107         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
109 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
111         * Makefile.tpl: Remove HOST_ISLVER.
112         (HOST_EXPORTS): Remove ISLVER.
113         * Makefile.in: Regenerate.
115 2017-02-13  Richard Biener  <rguenther@suse.de>
117         * configure: Re-generate.
119 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
121         * MAINTAINERS: Adjust bug reporting URL.
123 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
125         * MAINTAINERS (Write After Approval): Remove redundant entry
126         for Andrew Burgess.
128 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
130         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
131         32-bit hppa*-*-hpux*.
132         * configure: Regenerate.
134 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
136         * configure.ac: Moved the white list of enabling BRIG FE to
137         libhsail-rt/configure.tgt.
138         * configure: Regenerated.
139         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
141 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
142             Martin Jambor  <mjambor@suse.cz>
144         * Makefile.def (target_modules): Added libhsail-rt.
145         (languages): Added language brig.
146         * Makefile.in: Regenerated.
147         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
148         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
149         * configure: Regenerated.
151 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
153         PR other/79046
154         * configure: Regenerated.
156 2017-01-04  Alan Modra  <amodra@gmail.com>
158         * configure: Regenerate.
160 2016-12-29  Ben Elliston  <bje@gnu.org>
162         * config.sub: Import latest version.
164 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
166         * MAINTAINERS (Write After Approval): Add myself.
168 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
170         * configure.ac: Don't bootstrap libmpx unless --with-build-config
171         includes bootstrap-mpx.
172         * configure: Regenerated.
174 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
176         * MAINTAINERS (Write After Approval): Add myself.
178 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
180         * configure: Regenerate.
182 2016-12-01  Matthias Klose  <doko@ubuntu.com>
184         * configure.ac: Don't use pkg-config to check for bdw-gc.
185         * configure: Regenerate.
187 2016-11-30  Matthias Klose  <doko@ubuntu.com>
189         * Makefile.def: Remove reference to boehm-gc target module.
190         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
191         options and for the bdw-gc pkg-config module.
192         * configure: Regenerate.
193         * Makefile.in: Regenerate.
195 2016-11-28  Nathan Sidwell  <nathan@acm.org>
197         * MAINTAINERS (nvptx): Remove self.
199 2016-11-25  Ben Elliston  <bje@gnu.org>
201         * config.guess: Import latest version.
202         * config.sub: Likewise.
204 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
206         * MAINTAINERS (Write After Approval): Add myself.
208 2016-11-15  Matthias Klose  <doko@ubuntu.com>
210         * Makefile.def: Remove references to GCJ.
211         * Makefile.tpl: Likewise.
212         * Makefile.in: Regenerate.
214 2016-11-15  Matthias Klose  <doko@ubuntu.com>
216         * config-ml.in: Remove references to GCJ.
217         * configure.ac: Likewise.
218         * configure: Regenerate.
220 2016-11-01  Josh Conner  <joshconner@google.com>
222         * MAINTAINERS (Write After Approval): Update email address,
224 2016-10-27  Carl Love  <cel@us.ibm.com>
226         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
227         Approval list to make it alphabetical.
229 2016-10-27  Carl Love  <cel@us.ibm.com>
231         * MAINTAINERS (Write After Approval): Add myself.
233 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
235         * MAINTAINERS (Reviewers): Add myself.
236         (Write After Approval): Add myself.
238 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
239             Ulrich Weigand  <uweigand@de.ibm.com>
241         * MAINTAINERS: Update email address.
243 2016-10-10  Nathan Sidwell  <nathan@acm.org>
245         * MAINTAINERS: Update email address.
247 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
249         * configure.ac: Add aarch64-*-freebsd*.
250         * configure: Regenerate.
252 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
254         * MAINTAINERS: Update email address after it got reverted.
256 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
258         * configure.ac (target_libraries): Readd target-boehm-gc.
259         Restore --enable-objc-gc handling.
260         * configure: Regenerate.
262 2015-10-03  Jeff Law  <law@redhat.com>
264         * MAINTAINERS: Move several inactive maintainers to the
265         write-after-approval section.
267 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
269         * configure.ac: Add target-libffi to target_libraries.
270         Readd libgcj target disablings, modified to only target-libffi.
271         Readd target addition of go to unsupported languages.
272         * configure: Regenerated.
274 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
276         * MAINTAINERS: Update email address.
278 2016-09-30  Andrew Haley  <aph@redhat.com>
280         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
281         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
282         libgcj.
284 2016-09-30  Andrew Haley  <aph@redhat.com>
286         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
287         write-after approval after GCJ deletion.
289 2016-09-30  Andrew Haley  <aph@redhat.com>
291         * Makefile.def: Remove libjava.
292         * Makefile.tpl: Likewise.
293         * Makefile.in: Regenerate.
294         * configure.ac: Likewise.
295         * configure: Likewise.
296         * gcc/java: Remove.
297         * libjava: Likewise.
299 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
301         * MAINTAINERS (Reviewers): Add myself.
303 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
305         * configure.ac: Disable "sim" directory for arc*-*-*.
306         * configure: Regenerated.
308 2016-09-23  Tamar Christina <tamar.christina@arm.com>
310         * MAINTAINERS (Write After Approval): Add myself.
312 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
314         * configure.ac: Check for the minimum in-tree MPFR version
315         handled.
316         * configure: Regenerate.
318 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
320         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
321         * configure: Regenerated.
323 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
325         * MAINTAINERS (Write After Approval): Add myself.
327 2016-06-23  Andi Kleen  <ak@linux.intel.com>
329         * Makefile.def: Add autoprofiledbootstrap.
330         * Makefile.tpl: Dito.
331         * Makefile.in: Regenerate.
333 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
335     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
336     * configure: Regenerate.
338 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
340         * configure: Regenerate.
341         * configure.ac: Remove support for avr-rtems.
343 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
345         * MAINTAINERS (Write After Approval): Add myself.
347 2016-06-16  Michael Collison  <michael.collison@arm.com>
349         * MAINTAINERS (Write After Approval): Add myself.
351 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
353         * MAINTAINERS (Write After Approval): Update e-mail address.
355 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
357         * MAINTAINERS (Write After Approval): Add myself.
359 2016-05-28  Alan Modra  <amodra@gmail.com>
361         * Makefile.tpl (configure): Depend on m4 files included.
362         * Makefile.in: Regenerate.
364 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
366         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
367         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
369 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
371         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
372         special case builtin.
373         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
374         support for ALTIVEC_BUILTIN_VEC_ADDEC.
375         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
376         for __builtin_vec_addec.
378 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
380         * config.guess: Import version 2016-04-02 (newest).
381         * config.sub: Import version 2016-05-10 (newest).
383 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
385         * configure.ac: Add ARC support to libgloss.
386         * configure: Regenerate
388 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
390         * MAINTAINERS (Write After Approval): Add myself.
392 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
394         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
395         * configure: Regenerated.
396         * Makefile.def (gmp): Explicitly disable assembler.
397         (mpfr): Adjust lib_path.
398         (mpc): Likewise.
399         * Makefile.in: Regenerated.
401 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
403         PR bootstrap/70704
404         * configure.ac (--enable-stage1-checking): Add missing
405         --enable-checking=.
406         * configure: Regenerated.
408 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
410         * config.guess: Revert r235676.
411         * config.sub: Revert r235676.
413 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
415         * config.guess: Remove SH5 support.
416         * config.sub: Likewise.
417         * configure: Likewise.
418         * configure.ac: Likewise.
420 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
422         PR bootstrap/70704
423         * configure.ac (--enable-stage1-checking): For --disable-checking or
424         implicit --enable-checking, make sure extra flag matches in between
425         stage1 and later checking.
426         * configure: Regenerated.
428 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
430         * .gitattributes: New file.
432 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
434         * MAINTAINERS (rs6000/powerpc port): Add myself.
436 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
438         PR bootstrap/70173
439         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
440         and gotools directories.  Delete the stage_final file.
441         * Makefile.in: Regenerate.
443 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
445         * MAINTAINERS (Write After Approval): Add myself.
447 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
449         * MAINTAINERS (Fortran maintainer): Remove myself.
451 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
453         * MAINTAINERS (Write After Approval): Add myself.
455 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
457         * MAINTAINERS (Write After Approval): Add myself.
459 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
461         Sync with binutils-gdb:
463         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
465         * configure.ac: Add mips and s390 to the gold target check.
466         * configure: Regenerate.
468 2016-03-01  DJ Delorie  <dj@redhat.com>
470         * MAINTAINERS (mep): Remove myself as MeP maintainer.
472 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
474         * MAINTAINERS (libcpp): Add myself.
475         (diagnostic messages): Likewise.
477 2016-02-20  Tom de Vries  <tom@codesourcery.com>
479         * MAINTAINERS: Fix whitespace.
481 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
483         * MAINTAINERS (Write After Approval): Add myself.
485 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
487         * config/isl.m4: Add comments about isl-0.16.
488         * configure: Regenerate.
490 2016-01-29  Martin Jambor  <mjambor@suse.cz>
492         * MAINTAINERS (hsa maintainers): Add myself.
494 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
496         * MAINTAINERS: (Write After Approval): Add myself.
498 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
499             Sebastian Pop  <s.pop@samsung.com>
501         * Makefile.in: Regenerate.
502         * Makefile.tpl: Export ISLVER.
503         * configure: Regenerate.
504         * config/isl.m4: Detect isl-0.15.
506 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
508         PR bootstrap/69329
509         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
510         * Makefile.in: Regenerate.
512 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
514         * configure.ac: Enable LTO for DJGPP
515         * configure: Regenerate
517 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
519         Sync with binutils-gdb:
520         2015-10-21  Nick Clifton  <nickc@redhat.com>
522         PR gas/19109
523         * configure.ac: Note the 'none' is an acceptable argument to
524         --enable-compressed-debug-sections.
525         * configure: Regenerate.
527 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
529         PR bootstrap/69134
530         * Makefile.def (mpfr): Disable assembler.
531         * Makefile.in: Regenerate.
533 2016-01-01  Ben Elliston  <bje@gnu.org>
535         * config.guess: Import version 2016-01-01.
536         * config.sub: Likewise.
538 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
540         * MAINTAINERS (Write After Approval): Add myself.
542 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
544         * Makefile.in: Replace ISL with isl.
545         * Makefile.tpl: Same.
546         * config/isl.m4: Same.
547         * configure.ac: Same.
548         * contrib/download_prerequisites: Same.
549         * configure: Regenerate.
551 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
553         * MAINTAINERS (Write After Approval): Add Myself.
555 2015-12-17  Nathan Sidwell  <nathan@acm.org>
557         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
558         * configure: Regenerate.
560 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
561             Sebastian Pop  <s.pop@samsung.com>
563         * config/isl.m4 (ISL_CHECK_VERSION): Check for
564         isl_ctx_get_max_operations.
565         * configure: Regenerate.
567 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
569         * MAINTAINERS (Write After Approval): Add myself.
571 2015-12-02  Ian Lance Taylor  <iant@google.com>
573         PR go/66147
574         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
575         * Makefile.in: Regenerate.
577 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
579         PR libffi/65726
580         * Makefile.def (lang_env_dependencies): Make libffi depend
581         on cxx.
582         * Makefile.in: Regenerate.
584 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
586         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
587         symbols.
589 2015-11-20  Tristan Gingold  <gingold@adacore.com>
591         Sync with binutils-gdb:
592         2015-11-20  Tristan Gingold  <gingold@adacore.com>
594         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
595         * configure: Regenerate.
597 2015-11-19  Martin Liska  <mliska@suse.cz>
599         * .gitignore: Add .clang-format to ignored files.
600         * Makefile.in: Add clang-format.
601         * Makefile.tpl: Likewise.
603 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
605         * configure.ac: Enable libmpx by default.
606         * configure: Regenerated.
608 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
610         * MAINTAINERS: Update email address.
612 2015-10-23  Paulo Matos  <pmatos@linki.tools>
614         * MAINTAINERS: Update email address.
616 2015-10-23  Alan Hayward <alan.hayward@arm.com>
618         * MAINTAINERS  (Write After Approval): Add myself.
620 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
622         Sync with binutils-gdb:
623         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
625         PR gas/19109
626         * configure.ac: Add
627         --enable-compressed-debug-sections={all,gas,gold,ld}.
628         * configure: Regenerated.
630 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
632         * MAINTAINERS: Update list of Ada maintainers and email addresses.
634 2015-10-09  Martin Liska  <mliska@suse.cz>
636         * MAINTAINERS (Write After Approval): Add myself.
638 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
640         * MAINTAINERS (Write After Approval): Add myself.
642 2015-10-02  Florian Weimer  <fweimer@redhat.com>
644         * MAINTAINERS: Update email address.
646 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
648         * MAINTAINERS  (Write After Approval): Add myself.
650 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
652         * MAINTAINERS: Update email.
654 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
656         * MAINTAINERS: Update my email address.
658 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
660         * MAINTAINERS (ft32 port): Add myself.
662 2015-08-28  David Sherwood  <david.sherwood@arm.com>
664         * MAINTAINERS: Add myself.
666 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
668         * MAINTAINERS (Write After Approval): Add myself.
670 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
672         PR libfortran/54572
673         * Makefile.def: Make libgfortran depend on libbacktrace.
674         * Makefile.in: Regenerate.
676 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
678         * MAINTAINERS (Write After Approval): Add myself.
680 2015-08-12  Tom de Vries  <tom@codesourcery.com>
682         PR other/67092
683         * configure.ac: Remove --with_host_libstdcxx support.
684         * configure: Regenerate.
686 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
687             Jakub Jelinek  <jakub@redhat.com>
689         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
690         nvptx*-*-*.
691         * configure: Regenerate.
693 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
695         * Makefile.def (libiconv): Define bootstrap=true.
696         Mark pdf/html/info as missing.
697         (configure-gcc): Depend on all-libiconv.
698         (all-gcc): Ditto.
699         (configure-libcpp): Ditto.
700         (all-libcpp): Ditto.
701         (configure-intl): Ditto.
702         (all-intl): Ditto.
703         * Makefile.in: Regenerate.
705 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
707         * MAINTAINERS (loop ivopts): Add the entry and myself.
709 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
711         * MAINTAINERS (nvptx): Add self.
713 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
715         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
716         128-bit vector modes.
718 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
720         * MAINTAINERS (Write After Approval): Add myself.
722 2015-07-28  Ben Elliston  <bje@gnu.org>
724         * config.sub, config.guess: Import from upstream.
726 2015-07-24  Michael Darling  <darlingm@gmail.com>
728         PR other/66259
729         * config-ml.in: Reflects renaming of configure.in to configure.ac
730         * configure: Likewise
731         * configure.ac: Likewise
733 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
735         * MAINTAINERS: Update my email address.
737 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
739         Sync with binutils-gdb:
740         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
742         * configure.ac (target_configdirs): Exclude target-zlib if
743         target-libjava isn't built.
744         * configure: Regenerated.
746 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
748         Sync with binutils-gdb:
749         2015-05-13  John David Anglin  <dave.anglin@bell.net>
751         * configure.ac: Disable configuration of GDB for HPUX targets.
752         * configure: Regenerate.
754         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
756         * configure.ac: Add --with-system-zlib.
757         * configure: Regenerated.
759         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
761         * configure.ac: Add FT32 support.
762         * configure: Regenerate.
764         2015-01-12  Anthony Green  <green@moxielogic.com>
766         * configure.ac: Don't disable gprof for moxie.
767         * configure: Rebuild.
769 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
771         Sync with binutils-gdb:
772         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
774         PR ld/18355
775         * Makefile.def: Add extra_configure_flags to host zlib.
776         * configure.ac (extra_host_zlib_configure_flags): New.  Set
777         to --enable-host-shared When bfd is to be built as shared
778         library.  AC_SUBST.
779         * Makefile.in: Regenerated.
781 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
783         Sync with src:
784         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
785         * Makefile.def (dependencies): Add all-zlib to all-bfd.
786         * Makefile.in: Regenerated.
788 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
790         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
791         target.
792         * configure: Regenerate.
794 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
796         * MAINTAINERS (Write After Approval): Add myself.
798 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
800         * MAINTAINERS (OS Port Maintainers): Add myself.
801         (Various Maintainers): Remove myself from libffi testsuite.
803 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
805         * MAINTAINERS (gen* on machine desc): Add self.
807 2015-06-02  Jason Merrill  <jason@redhat.com>
809         PR bootstrap/66319
810         * configure.ac: Use -std=gnu++98.
812 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
814         * MAINTAINERS (Write After Approval): Add myself.
816 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
818         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
819         * configure: Regenerate.
821 2015-05-26  Jason Merrill  <jason@redhat.com>
823         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
824         * configure: Regenerate.
826 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
828         * configure.ac: FT32 target added.
829         * configure: Regenerated.
831 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
833         * MAINTAINERS (Write After Approval): Add myself.
835 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
837         * MAINTAINERS (Write After Approval): Add myself.
839 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
841         * configure.ac: Fix typo.
842         * configure: Regenerate.
844 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
846         * MAINTAINERS (Write After Approval): Add myself.
848 2015-05-03  Matthias Klose  <doko@ubuntu.com>
850         * configure.ac: Match $host configured with triplets.
851         * configure: Regenerate.
853 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
855         * Makefile.tpl: Remove surplus whitespace throughout.
856         * Makefile.in: Regenerate.
858 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
860         * MAINTAINERS (Various Maintainers): Add myself as instruction
861         combiner maintainer.
863 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
865         PR bootstrap/62077
866         * configure.ac (--enable-stage1-checking): Default to
867         release,misc,gimple,rtlflag,tree,types if --disable-checking
868         or --enable-checking is not specified and DEV-PHASE is not
869         experimental.
870         * configure: Regenerated.
872 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
874         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
875         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
876         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
877         * Makefile.in: Regenerate.
879 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
881         * MAINTAINERS: Update my email address.
883 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
885         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
887 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
889         * MAINTAINERS: Add myself as an arm port reviewer.
891 2015-03-25  Martin Liska  <mliska@suse.cz>
892             Yury Gribov  <y.gribov@samsung.com>
894         * Makefile.in: Fix ln source location for vimrc file.
895         * Makefile.tpl: Likewise.
897 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
899         PR bootstrap/25672
900         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
901         cross-compiling.  Similarly for CXX_FOR_TARGET.
902         * configure: Regenerate.
904 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
906         * Makefile.def: Add libmpx.
907         * configure.ac: Add libmpx.
908         * Makefile.in: Regenerate.
909         * configure: Regenerate.
911 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
913         * MAINTAINERS (CPU Port Maintainers): Add myself
914         i386 vector ISA extns mantainer.
916 2015-03-13  Jeff Law  <law@redhat.com>
918         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
919         maintainer.
920         Remove Richard Henderson as a maintainer for the x86 port.
922 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
924         * MAINTAINERS (CPU Port Maintainers): Update my email address.
926 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
928         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
929         pointer bounds checker and i386 MPX maintainer.
931 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
933         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
935 2015-02-26  Martin Sebor  <msebor@redhat.com>
937         * MAINTAINERS (Various Maintainers): Add self.
939 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
941         * configure.ac [--enable-as-accelerator-for] (enable_languages):
942         Make sure it contains lto.
943         * configure: Regenerate.
945 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
947         * configure: Regenerate.
949 2015-02-06  Diego Novillo  <dnovillo@google.com>
951         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
952         middle-end, docstring): Remove myself.
953         (Write After Approval): Add myself.
955 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
957         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
958         (Write After Approval): Update address.
960 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
962         PR jit/64780
963         * configure.ac: Require the user to explicitly specify
964         --enable-host-shared if the jit is enabled.
965         * configure: Regenerate.
967 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
969         * MAINTAINERS (Write After Approval): Add myself.
971 2015-01-25  Tom de Vries  <tom@codesourcery.com>
973         * MAINTAINERS: Make whitespace consistent.
975 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
977         * MAINTAINERS (Write After Approval): Add myself.
979 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
981         * MAINTAINERS: (Write After Approval): Add myself.
983 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
985         * MAINTAINERS: (Write After Approval): Add myself.
987 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
989         * MAINTAINERS: (Write After Approval): Add myself.
991 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
993         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
994         objective-c/c++ front end maintainer.
996 2015-01-13  Marek Polacek  <polacek@redhat.com>
998         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1000 2015-01-12  Jeff Law  <law@redhat.com>
1002         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1003         a very long time.
1005 2015-01-09  Ian Lance Taylor  <iant@google.com>
1007         * configure.ac (host_tools): Add gotools.
1008         * Makefile.def (host_modules): Add gotools.
1009         (dependencies): Add dependency of all-gotools on all-target-libgo.
1011 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1013         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1014         * configure: Regenerate.
1016 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1018         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1019         all-target-libgomp.
1020         * Makefile.in: Regenerate.
1022 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1024         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1026 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1028         * configure.ac: Add Visium support.
1029         * configure: Regenerate.
1031 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1033         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1034         * configure: Regenerate.
1036 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1038         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1039         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1040         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1041         (OBJCOPY_FOR_TARGET): New variable.
1042         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1043         * Makefile.in: Regenerate.
1044         * configure.ac: Check for already installed target objcopy.
1045         Also GCC_TARGET_TOOL on objcopy.
1046         * configure: Regenerate.
1048 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1050         * config.sub: Update from upstream, to 2015-01-01 version.
1051         * config.guess: Ditto.
1053 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1055         * MAINTAINERS (RTEMS Ports): Add myself.
1057 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1059         * MAINTAINERS (Write After Approval): Add myself.
1061 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1063         * MAINTAINERS (Write After Approval): Add myself.
1065 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1067         * configure.ac (--enable-as-accelerator-for): Don't set
1068         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1069         * configure: Regenerate.
1071 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1073         PR bootstrap/64023
1074         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1075         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1076         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1077         to CXX.
1078         * Makefile.in: Regenerated.
1080 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1081             Yury Gribov  <y.gribov@samsung.com>
1083         * .gitignore: Added .local.vimrc and .lvimrc.
1084         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1085         * Makefile.in: Regenerate.
1087 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1089         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1090         * configure: Regenerated.
1092 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1094         * MAINTAINERS (nvptx port): New entry.
1096 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1098         * configure: Regenerate.
1100 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1102         * configure.ac: Merge with Binutils.
1104 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1106         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1107         * Makefile.in: Regenerate.
1109 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1111         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1112         missing flex.
1113         * Makefile.in: Regenerated.
1115 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1117         * Makefile.in: Regenerate.
1119 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1121         PR bootstrap/63784
1122         * libtool.m4: Add $pic_flag with -shared.
1124 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1126         * MAINTAINERS (Write After Approval): Added myself.
1128 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1130         * MAINTAINERS (write-after-approval): Add myself.
1132 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1134         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1135         from 2 years ago.
1137 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1139         Revert:
1140         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1142         * MAINTAINERS (Write After Approval): Added myself as line map
1143         maintainer.
1145 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1147         Revert:
1148         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1150         * MAINTAINERS (Write After Approval): Added myself.
1152 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1154         * MAINTAINERS (Write After Approval): Added myself.
1156 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1158         * MAINTAINERS (Write After Approval): Added myself as line map
1159         maintainer.
1161 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1163         * MAINTAINERS (Various Maintainers): Added myself as line map
1164         maintainer.
1166 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1168         * move-if-change: Sync from upstream gnulib.
1170 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1172         * compile: Sync with upstream Automake.
1173         * depcomp: Ditto.
1174         * install-sh: Ditto.
1175         * missing: Ditto.
1176         * mkinstalldirs: Ditto.
1177         * ylwrap: Ditto.
1179 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1181         * config.sub: Update from upstream config repo.
1182         * config.guess: Ditto.
1184 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1186         * Makefile.def: Add liboffloadmic to target_modules.  Make
1187         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1188         * Makefile.in: Regenerate.
1189         * configure: Regenerate.
1190         * configure.ac: Add liboffloadmic to target binaries.
1191         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1192         Add liboffloadmic to noconfig list when C++ is not supported.
1194 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1195             Thomas Schwinge  <thomas@codesourcery.com>
1196             Ilya Verbin  <ilya.verbin@intel.com>
1197             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1199         * configure: Regenerate.
1200         * configure.ac (--enable-as-accelerator-for)
1201         (--enable-offload-targets): New configure options.
1203 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1205         * Makefile.def: Make all-gcc depend on all-isl.
1206         * Makefile.in: Regenerate.
1208 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1210         * ChangeLog.jit: New.
1211         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1213 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1215         PR target/63610
1216         * libtool.m4: Fix globbing of darwin versions.
1217         * configure: Regenerate.
1219 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1221         * Makefile.def: Remove CLooG.
1222         * Makefile.tpl: Ditto.
1223         * configure.ac: Ditto.
1224         * configure: Regenerate.
1225         * Makefile.in: Ditto.
1227 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1229         * configure.ac: Handle nvptx-*-*.
1230         * configure: Regenerate.
1232 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1234         * MAINTAINERS (Write After Approval): Add myself.
1236 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1238         * Makefile.def (libcc1): Remove bootstrap=true;.
1239         * Makefile.in: Regenerated.
1241 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1243         * configure.ac: Update comment.
1244         * configure: Regenerate.
1246 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1248         * MAINTAINERS (Write After Approval): Add myself.
1250 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1252         * configure.ac (extra_host_libiberty_configure_flags): Add
1253         --enable-shared also for libcc1's benefit.
1254         * configure: Regenerate.
1256 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1258         * MAINTAINERS: Change my email address.
1260 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1261             Tom Tromey  <tromey@redhat.com>
1263         * Makefile.def: Add libcc1 to host_modules.
1264         * configure.ac (host_tools): Add libcc1.
1265         * Makefile.in, configure: Rebuild.
1267 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1269         * configure.ac (build_configargs): Don't share config.cache between
1270         build subdirs.
1271         * configure: Regenerate.
1273 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1275         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1276         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1277         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1278         leon3v7 as leon3.
1279         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1280         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1281         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1282         * config/sparc/sparc.md (cpu): Add leon3v7.
1283         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1285 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1287         * MAINTAINERS (write-after-approval): Add myself.
1289 2014-10-23  Ian Lance Taylor  <iant@google.com>
1291         * configure.ac: Disable the Go frontend on systems where it is known
1292         to not work.
1293         * configure: Regenerate.
1295 2014-10-23  Richard Biener  <rguenther@suse.de>
1297         * Makefile.def: Add libcpp build module and dependencies.
1298         * configure.ac: Add libcpp build module.
1299         * Makefile.in: Regenerate.
1300         * configure: Likewise.
1302 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1304         * MAINTAINERS (write-after-approval): Add myself.
1306 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1308         * INSTALL/README: Do not mention CVS.
1310 2014-10-03  Jing Yu  <jingyu@google.com>
1312         * configure.ac: Add aarch64 to list of targets that support gold.
1313         * configure: Regenerate.
1315 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1317         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1319 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1321         * MAINTAINERS:  Add myself as MIPS maintainer.
1323 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1325         * MAINTAINERS: Move myself to MIPS maintainers.
1327 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1329         * MAINTAINERS: Put all email addresses between '<' and '>'.
1331 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1333         * MAINTAINERS: Move myself to reviewers (Fortran).
1335 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1337         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1338         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1339         * Makefile.in: Regenerate.
1341 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1343         * rtx-classes-status.txt: Delete
1345 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1347         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1349 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1351         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1352         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1353         of checking for version number.
1354         * configure: Regenerated.
1355         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1357 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1359         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1360         is done; begin phase 6 (use extra rtx_def subclasses).
1362 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1364         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1365         done; begin phase 5 (additional rtx_def subclasses).
1367 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1369         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1371 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1373         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1374         SET_BB_HEADER are done.
1376 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1378         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1379         done.
1381 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1383         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1385 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1387         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1389 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1391         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1393 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1395         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1397 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1399         * rtx-classes-status.txt: Phase 3 (per-file commits within
1400         "config" subdirs) is done; begin phase 4 (removal of
1401         "scaffolding").
1403 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1405         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1406         dir) is done; begin phase 3 (per-file commits within "config"
1407         subdirs).
1409 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1411         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1412         phase 2 (per-file commits in main source dir).
1414 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1416         * configure: Regenerated.
1418 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1420         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1422 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1424         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1426 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1428         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1430 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1432         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1434 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1436         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1438 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1440         * MAINTAINERS (Write After Approval): Add myself.
1442 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1444         * MAINTAINERS: Remove myself
1446 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1448         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1450 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1452         * MAINTAINERS (Write After Approval): Add myself.
1454 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1456         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1457         SET_BB_HEADER, SET_BB_FOOTER
1459 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1461         * rtx-classes-status.txt: New file
1463 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1465         * configure.ac: Eliminate ClooG installation dependency.
1466         * configure: Regenerate.
1467         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1468         * Makefile.in: Regenerate.
1470 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1472         * MAINTAINERS (Write After Approval): Add myself.
1474 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1476         * MAINTAINERS (Write After Approval): Add myself.
1478 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1480         * MAINTAINERS (Write After Approval): Add myself.
1482 2014-07-28  Anthony Green  <green@moxielogic.com>
1484         Import from savannah.gnu.org:
1485         * config.sub: Update to 2014-07-28 version.
1487 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1489         * MAINTAINERS: Remove my MIPS maintainer entry.
1491 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1493         PR target/47230
1494         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1495         * configure: Regenerate.
1497 2014-07-24  James Norris  <jnorris@codesourcery.com>
1499         * MAINTAINERS (Write After Approval): Add myself.
1501 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1503         * configure.ac: Accept only CLooG 0.18.1.
1504         * configure: Regenerate.
1506 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1508         * configure.ac: Don't accept isl 0.11.
1509         * configure: Regenerate.
1511 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1513         * MAINTAINERS (Write After Approval): Add myself.
1515 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1517         * configure.ac: Don't accept isl 0.10.
1518         * configure: Regenerate.
1520 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1522         Fix include path for in-tree cloog.
1523         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1524         * configure: Regenerate.
1526 2014-06-18  Richard Henderson  <rth@redhat.com>
1528         * .gitignore: Import gcc_update output.
1530 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1532         * config-ml.in: Robustify ac_configure_args parsing.
1534         * configure.ac (--enable-linker-plugin-configure-flags)
1535         (--enable-linker-plugin-flags): New flags.
1536         (configdirs): Conditionally add libiberty-linker-plugin.
1537         * configure: Regenerate.
1538         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1539         (host_modules) <lto-plugin>: Pay attention to
1540         @extra_linker_plugin_flags@ and
1541         @extra_linker_plugin_configure_flags@.
1542         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1543         * Makefile.in: Regenerate.
1545         * Makefile.tpl (configure-[+prefix+][+module+])
1546         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1547         "module_srcdir" instead of "module" for locating a module's srcdir.
1548         * Makefile.in: Regenerate.
1550 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1552         * MAINTAINERS (Write After Approval): Add myself.
1554 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1556         * MAINTAINERS: Update my email address.
1558 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1560         * MAINTAINERS (Write After Approval): Add myself.
1562 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1564         * MAINTAINERS (Write After Approval): Add myself.
1566 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1568         PR libstdc++/61011
1569         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1570         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1571         * configure: Regenerate.
1573 2014-05-28  Pedro Alves  <palves@redhat.com>
1575         * MAINTAINERS (Write After Approval): Add myself.
1577 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1579         * MAINTAINERS: Update my affiliation/email.
1581 2014-05-19  Mike Stump  <mikestump@comcast.net>
1583         * MAINTAINERS: Add wide-int reviewers.
1585 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1587         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1588         * configure: Regenerated.
1590 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1592         * MAINTAINERS (libitm): Add myself as maintainer.
1594 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1596         * MAINTAINERS (Write After Approval): Add myself.
1598 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1600         * config.sub, config.guess: Import from upstream.
1602 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1604         * MAINTAINERS (Write After Approval): Put myself in correct order.
1606 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1608         * MAINTAINERS (Write After Approval): Add myself.
1610 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1612         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1613         section.
1615 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1617         * MAINTAINERS (Write After Approval): Delete myself.
1619 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1621         PR sanitizer/56781
1622         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1623         and -B* options with -Xcompiler.
1625 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1627         PR bootstrap/60620
1628         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1629         * Makefile.in: Regenerate.
1631 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1633         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1634         for WINDRES_FOR_TARGET in default-manifest.o rule.
1635         * Makefile.in: Regenerate.
1637 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1639         * MAINTAINERS (Write After Approval): Add myself.
1641 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1643         PR sanitizer/56781
1644         * Makefile.def: Set bootstrap=true; for host fixincludes.
1645         * configure.ac: Don't bootstrap host fixincludes unless
1646         --with-build-config=bootstrap-{a,ub}san.
1647         * Makefile.in: Regenerated.
1648         * configure: Regenerated.
1650 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1652         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1653         --enable-vtable-verify option parsing.  Don't add
1654         target-libsanitizer to bootstrap_target_libs unless
1655         --with-build-config=bootstrap-asan or
1656         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1657         to bootstrap_target_libs unless --enable-vtable-verify.
1658         * configure: Regenerated.
1660 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1662         * MAINTAINERS (Write After Approval): Add myself.
1664 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1666         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1668 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1670         PR bootstrap/58572
1671         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1672         -I for libstdc++-v3 includes if $(LEAN).
1673         * Makefile.in: Regenerated.
1675 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1677         * MAINTAINERS: Update my email address.
1679 2014-02-24  Walter Lee  <walt@tilera.com>
1681         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1682         (tilegx-*-*): Change to tilegx*-*-*.
1683         * configure: Regenerate.
1685 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1687         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1689 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1691         * MAINTAINERS (Write After Approval): Add myself.
1693 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1695         PR target/59788
1696         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1697         *solaris2*.
1699 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1701         * MAINTAINERS: Update my email address.
1703 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1705         * MAINTAINERS: Convert to UTF-8.
1706         Properly sort Xinliang David Li's entry.
1708 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1709             Sandra Loosemore  <sandra@codesourcery.com>
1711         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1712         nios2 port maintainers.
1714 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1716         * MAINTAINERS (Write After Approval): Add myself.
1718 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1720         * configure.ac: Add user-friendly check for native x86_64-linux
1721         multilibs.
1722         * configure: Regenerate.
1724 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1726         * MAINTAINERS: Add myself as sh maintainer.
1728 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1730         * MAINTAINERS: Add self as SLSR maintainer.
1732 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1734         * MAINTAINERS: Update my email address.
1736 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1738         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1740 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1742         * Makefile.in: Regenerate.
1744         * Makefile.tpl: Fix typo.
1745         * Makefile.in: Regenerate partially.
1747 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1749         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1750         supported.
1751         * configure: Regenerated.
1753 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1755         * MAINTAINERS (Write After Approval): Add myself.
1757 2013-10-30  Jason Merrill  <jason@redhat.com>
1759         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1760         --disable-build-format-warnings.
1762 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1764         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1765         depend on libstdc++ and libgcc.
1766         * configure: Regenerate.
1767         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1768         libcilkrts for POSIX and i*86, and x86_64 architectures.
1769         * Makefile.in: Added libcilkrts related fields to support building it.
1771 2013-10-26  Jeff Law  <law@redhat.com>
1773         * Makefile.def (target_modules): Remove libmudflap
1774         (languages): Remove check-target-libmudflap).
1775         * Makefile.in: Rebuilt.
1776         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1777         * configure.ac (target_libraries): Remove target-libmudflap.
1778         Remove checks which disabled libmudflap on some systems.
1779         * configure: Rebuilt.
1780         * libmudflap: Directory removed.
1782 2013-10-21  Cong Hou  <congh@google.com>
1784         * MAINTAINERS (Write After Approval): Add myself.
1786 2013-10-16  Mike Stump  <mikestump@comcast.net>
1788         * .dir-locals.el: Add.
1790 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1792         * configure.ac: Add --enable-host-shared
1793         * configure: Regenerate.
1795 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1797         Import from savannah.gnu.org:
1798         * config.guess: Update to 2013-06-10 version.
1799         * config.sub: Update to 2013-10-01 version.
1801 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1803         Changes to build configuration to allow big endian ARC ELF toolchain
1804         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1805         * configure: Regenerate.
1807 2013-09-20  Alan Modra  <amodra@gmail.com>
1809         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1810         ppc host match.  Support little-endian powerpc linux hosts.
1812 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1814         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1815         maintainer.
1817 2013-09-12  DJ Delorie  <dj@redhat.com>
1819         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1820         maintainers.
1822 2013-09-03  Richard Biener  <rguenther@suse.de>
1824         * configure.ac: Also allow ISL 0.12.
1825         * configure: Regenerated.
1827 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1829         * MAINTAINERS (Write After Approval): Add myself.
1831 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1833         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1835 2013-08-26  Caroline Tice  <cmtice@google.com>
1837         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1838         "Various Reviewers" to libvtv "Various Maintainers".
1840 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1842         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1844 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1846         * MAINTAINERS: Update name, email.
1848 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1850         * MAINTAINERS (Write After Approval): Add myself.
1852 2013-08-12  Caroline Tice  <cmtice@google.com>
1854         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1855         address in the Write After Approval section.
1857 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1859         * MAINTAINERS (Write After Approval): Update email.
1861 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1863         * configure.ac: Adjust to check VTV_SUPPORTED.
1864         * configure: Regenerated.
1866 2013-08-02  Caroline Tice  <cmtice@google.com>
1868         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1869         on non-linux systems; add target-libvtv to noconfigdirs; add
1870         libsupc++/.libs to C++ library search paths.
1871         * configure: Regenerated.
1872         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1873         libstdc++ and libgcc.
1874         * Makefile.in: Regenerated.
1876 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1878         * MAINTAINERS (Write After Approval): Add myself.
1880 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1881             Shiva Chen  <shiva0217@gmail.com>
1883         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1884         nds32 port maintainers.
1886 2013-07-17  Tim Shen  <timshen91@gmail.com>
1888         * MAINTAINERS (Write After Approval): Add myself.
1890 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1892         * configure.ac: Sync from binutils.
1893         * configure: Regenerate.
1895 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1897         * MAINTAINERS (Write After Approval): Add myself.
1899 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1901         * MAINTAINERS (Write After Approval): Add myself.
1903 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1905         * MAINTAINERS (Write After Approval): Add myself.
1907 2013-04-30  Brooks Moses  <bmoses@google.com>
1909         * MAINTAINERS: Update my email; move myself from Fortran
1910         reviewer to Write After Approval.
1912 2013-04-16  Andreas Schwab  <schwab@suse.de>
1914         * configure.ac (aarch64-*-*): Don't disable java.
1915         * configure: Regenerate.
1917 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1919         * MAINTAINERS (Write After Approval): Add myself.
1921 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1923         * Makefile.def (target_modules): Don't install libffi.
1924         * Makefile.in: Regenerate.
1926 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1928         * MAINTAINERS (Write After Approval): Add myself.
1930 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1932         * MAINTAINERS (Write After Approval): Add myself.
1934 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1936         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1937         * configure: Regenerated.
1939 2013-02-05  Ian Lance Taylor  <iant@google.com>
1941         PR go/55969
1942         * configure.ac: Disable libgo on some systems where it does not
1943         work.
1945 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1947         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1948         Remove Geoff Keating as rs6000 port maintainer, at his request.
1950 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1952         * MAINTAINERS: Update my email.
1954 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1956         * configure: Re-generate.
1958 2013-01-15  Richard Biener  <rguenther@suse.de>
1960         PR other/55973
1961         * configure: Re-generate.
1963 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1965         * Makefile.def (install-target-libsanitizer): Depend on
1966         install-target-libstdc++-v3.
1967         * Makefile.in: Regenerate.
1969 2013-01-14  Richard Biener  <rguenther@suse.de>
1971         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1972         * configure: Re-generate
1974 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1976         * config.sub: Update from config repo.
1978 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1980         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1981         * Makefile.in: Regenerate.
1983 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1985         * MAINTAINERS (arc): Add new port maintainership for myself.
1987 2013-01-09  Jason Merrill  <jason@redhat.com>
1989         * .gitignore: Import from gdb repository.
1991 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1993         * Makefile.def (configure-gcc): Depend on all-gmp.
1994         (all-gcc): Remove dependency on all-gmp.
1995         * Makefile.in: Regenerated.
1997 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1999         * config.sub: Merge from config repo.
2000         * config.guess: Ditto.
2002 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2004         * Makefile.def: Merge from binutils.
2005         * Makefile.in: Ditto.
2007 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2009         * MAINTAINERS: Update my email.
2011 2012-12-29  Ben Elliston  <bje@gnu.org>
2013         * config.guess: Update to 2012-12-29 version.
2014         * config.sub: Likewise.
2016 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2018         * Makefile.def (install-target-libgfortran): Depend on
2019         install-target-libquadmath, install-target-libgcc.
2020         (install-target-libsanitizer): Depend on install-target-libgcc.
2021         (install-target-libjava): Depend on install-target-libgcc.
2022         (install-target-libitm): Depend on install-target-libgcc.
2023         (install-target-libobjc): Depend on install-target-libgcc.
2024         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2025         * Makefile.in: Regenerate.
2027 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2029         * Makefile.def (install-target-libgo): Depend on
2030         install-target-libatomic.
2031         * Makefile.in: Regenerate.
2033 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2035         PR go/55201
2036         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2037         * Makefile.in: Regenerate.
2039 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2041         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2042         * configure: Regenerate.
2044 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2046         * config.sub: Merge from config repo.
2048 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2050         * Makefile.def (target_modules): Add bootstrap=true and
2051         raw_cxx=true to libsanitizer.
2052         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2053         * Makefile.in: Regenerated.
2054         * configure: Likewise.
2056 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2058         * MAINTAINERS: Remove self as RTL optimization maintainer.
2060 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2062         * MAINTAINERS (Write After Approval): Add myself.
2064 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2066         * Makefile.def (target_modules): Remove bootstrap=true and
2067         raw_cxx=true from libsanitizer.
2068         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2069         * Makefile.in: Regenerated.
2070         * configure: Likewise.
2072 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2074         * Makefile.def (target_modules): Add bootstrap=true and
2075         raw_cxx=true to libsanitizer.
2076         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2077         * Makefile.in: Regenerated.
2078         * configure: Likewise.
2080 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2082         PR bootstrap/54279
2083         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2084         * configure: Regenerate.
2085         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2086         * Makefile.in: Regenerate.
2088 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2090         * configure.ac: Disable libsanitizer if we're not building C++.
2091         * configure: Regenerate.
2093 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2095         * MAINTAINERS (Write After Approval): Add myself.
2097 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2099         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2100         Kostya Serebryany (kcc@google.com) and
2101         Jakub Jelinek (jakub@redhat.com).
2102         Rename area for Dodji Seketeli (dodji@redhat.com).
2104 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2106         * MAINTAINERS: (asan.c, related): Add myself.
2108 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2110         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2111         * configure: Regenerate.
2113 2012-11-13  Richard Henderson  <rth@redhat.com>
2115         * configure.ac: Move libsanitizer logic to subdirectory.
2116         * configure: Regenerate.
2118 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2120         * configure.ac: Enable libsanitizer just on x86 linux for now.
2121         * configure: Re-generate.
2123 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2125         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2126         sections.
2127         * configure: Regenerate.
2129 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2131         * configure.ac: Add section for configdirs for libsanitizer.
2132         Disable for cris-*-* and mmix-*-*.
2133         * configure: Regenerate.
2135 2012-11-12  Wei Mi <wmi@google.com>
2137         * configure.ac: Add libsanitizer to target_libraries.
2138         * Makefile.def: Ditto.
2139         * configure: Regenerate.
2140         * Makefile.in: Regenerate.
2141         * libsanitizer: New directory for asan runtime.  Contains an empty
2142         tsan directory.
2144 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2146         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2147         against Mingw64 w32api.
2148         * configure: Regenerate.
2150 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2152         * configure: Regenerated.
2154 2012-11-03  Robert Mason  <rbmj@verizon.net>
2156         * configure.ac: add --disable-libstdcxx configure option
2157         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2159 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2161         * MAINTAINERS (Write After Approval): Add myself.
2163 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2165         * MAINTAINERS (Write After Approval): Add myself.
2167 2012-10-24  Sharad Singhai  <singhai@google.com>
2169         * MAINTAINERS (Write After Approval): Add myself.
2171 2012-10-24  Eric Christopher  <echristo@gmail.com>
2173         * MAINTAINERS: Update email address.
2175 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2177         PR bootstrap/54820
2178         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2179         * configure: Regenerate.
2181 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2183         * MAINTAINERS (aarch64): Add Marcus and myself.
2185 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2187         PR bootstrap/54820
2188         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2189         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2190         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2191         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2192         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2193         * Makefile.in: Regenerate.
2194         * configure.ac (have_static_libs): New variable and associated check.
2195         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2196         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2197         * configure: Regenerate.
2199 2012-10-10  Richard Biener  <rguenther@suse.de>
2201         * MAINTAINERS: Adjust for changed surname.
2203 2012-10-04  Lawrence Crowl  <crowl@google.com>
2205         * MAINTAINERS (Write After Approval): Add myself.
2207 2012-10-01  Cary Coutant  <ccoutant@google.com>
2209         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2211 2012-09-28  Ian Lance Taylor  <iant@google.com>
2213         * Makefile.def: Make all-target-libgo depend on
2214         all-target-libbacktrace.
2215         * Makefile.in: Rebuild.
2217 2012-09-26  Ian Lance Taylor  <iant@google.com>
2219         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2220         * Makefile.in: Rebuild.
2222 2012-09-20  Walter Lee  <walt@tilera.com>
2224         * configure.ac: Add tilegx to list of targets that support gold.
2225         * configure: Regenerate.
2227 2012-09-20  Marek Polacek  <polacek@redhat.com>
2229         * MAINTAINERS (Write After Approval): Add myself.
2231 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2233         * configure.ac: Add mips*-mti-elf* target.
2234         * configure: Regenerate.
2236 2012-09-17  Ian Lance Taylor  <iant@google.com>
2238         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2239         * configure.ac (host_libs): Add libbacktrace.
2240         (target_libraries): Add libbacktrace.
2241         * Makefile.def (host_modules): Add libbacktrace.
2242         (target_modules): Likewise.
2243         * configure, Makefile.in: Rebuild.
2245 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2247         PR target/38607
2248         Merge upstream change.
2249         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2251         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2252         Add libgomp*.o to compare_exclusions for AIX.
2253         * configure: Regenerate.
2255 2012-09-06  Diego Novillo  <dnovillo@google.com>
2257         * configure.ac: Bump minimum GMP version to 4.2.3.
2258         * configure: Re-generate.
2260 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2262         PR target/54461
2263         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2264         target-libgloss if not configured --with-avrlibc=no.
2265         * configure: Regenerate.
2267 2012-09-04  Jason Merrill  <jason@redhat.com>
2269         * configure.ac: Fix --enable-languages=all.
2271 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2273         * MAINTAINERS (Write After Approval): Add myself.
2275 2012-09-03  Richard Guenther  <rguenther@suse.de>
2277         PR bootstrap/54138
2278         * configure.ac: Re-organize ISL / CLOOG checks to allow
2279         disabling with either --without-isl or --without-cloog.
2280         * configure: Regenerated.
2282 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2284         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2285         * configure: Regenerate.
2287 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2289         * MAINTAINERS: Fix my email address.
2291 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2293         PR binutils/4970
2294         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2295         and opcodes.
2296         * Makefile.in: Regenerated.
2298 2012-08-26  Art Haas <ahaas@impactweather.com>
2300         * configure: Regenerate.
2302 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2304         * INSTALL/README: Also refer to the online installation
2305         instructions.
2307 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2309         * MAINTAINERS (Write After Approval): Add myself.
2310         (Picochip port): Remove myself.
2312 2012-08-14   Diego Novillo  <dnovillo@google.com>
2314         Merge from cxx-conversion branch.
2316         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2317         POSTSTAGE1_CONFIGURE_FLAGS.
2318         * Makefile.in: Regenerate.
2319         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2320         Force C++ when bootstrapping.
2321         * configure: Regenerate.
2323 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2325         * MAINTAINERS (Write After Approval): Add myself.
2327 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2329         * README: Document use of ranges of years in copyright notices.
2331 2012-07-06  Richard Guenther  <rguenther@suse.de>
2333         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2334         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2335         --with-gmp=system.
2336         * Makefile.in: Regenerated.
2337         * configure: Likewise.
2339 2012-07-06  Richard Guenther  <rguenther@suse.de>
2341         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2342         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2343         supply V=1 as extra_make_flags.
2344         * configure: Regenerated.
2345         * Makefile.in: Likewise.
2347 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2349         * configure: Regenerate.
2351 2012-07-03  Richard Guenther  <rguenther@suse.de>
2353         * Makfile.def (isl): Remove not necessary extra_exports and
2354         extra_make_flags.
2355         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2356         * Makefile.in: Regenerated.
2358 2012-07-03  Richard Guenther  <rguenther@suse.de>
2360         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2361         * configure.ac: If either the ISL or the CLooG check failed
2362         do not try to build in-tree versions.
2363         * Makefile.in: Regenerated.
2364         * configure: Regenerated.
2366 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2368         * configure: Regenerate.
2370 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2372         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2373         maintainer.
2375 2012-07-02  Richard Guenther  <rguenther@suse.de>
2377         * configure: Regenerated.
2379 2012-07-02  Richard Guenther  <rguenther@suse.de>
2380         Michael Matz  <matz@suse.de>
2381         Tobias Grosser <tobias@grosser.es>
2382         Sebastian Pop <sebpop@gmail.com>
2384         * Makefile.def: Add ISL host module, remove PPL host module.
2385         Adjust ClooG host module to use the proper ISL.
2386         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2387         * configure.ac: Include config/isl.m4.  Add ISL host library,
2388         remove PPL.  Remove PPL configury, add ISL configury, adjust
2389         ClooG configury.
2390         * Makefile.in: Regenerated.
2391         * configure: Likewise.
2393 2012-07-02  Richard Guenther  <rguenther@suse.de>
2395         Merge from graphite branch
2396         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2398         * configure: Regenerated.
2399         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2400         both cloog.org and legacy versions. The only supported version will
2401         be CLooG with the isl backend.
2403         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2405         * configure: Regenerated.
2406         * configure.ac: Require cloog isl 0.17.0
2408         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2410         * configure: Regenerated.
2411         * config/cloog.m4: Do not define CLOOG_ORG
2413 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2415         * configure.ac: Skip C if explicitly selected.
2416         * configure: Regenerate.
2418 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2420         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2421         they contain -O2.
2422         * configure: Regenerate.
2424 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2426         PR debug/53740
2427         * df.h, df-problems.c, dce.c: Revert last patch.
2429 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2431         * MAINTAINERS (Write After Approval): Update my email address.
2433 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2435         * MAINTAINERS (Write After Approval): Add myself.
2437 2012-06-20  Jason Merrill  <jason@redhat.com>
2439         * Makefile.tpl (check-target-libgomp-c++): New.
2440         (check-target-libitm-c++): New.
2441         * Makefile.def (c++): Add them.
2442         * Makefile.in: Regenerate.
2444 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2446         * MAINTAINERS (Write After Approval): Add myself.
2448 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2450         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2451         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2452         (install-no-fixedincludes): Adjust accordingly.
2453         * Makefile.in: Regenerate.
2455 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2457         Merge upstream change
2458         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2460 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2462         * MAINTAINERS (Write After Approval): Add myself.
2464 2012-05-09  Nick Clifton  <nickc@redhat.com>
2465             Paul Smith  <psmith@gnu.org>
2467         PR bootstrap/50461
2468         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2469         allow for the fact that from release v3.1.0 of MPFR the source
2470         files were moved into a src sub-directory.
2471         * configure: Regenerate.
2473 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2475         * configure.ac: Bump minimum MPFR version to 2.4.0.
2476         * configure: Regenerated.
2478 2012-05-01  Richard Henderson  <rth@redhat.com>
2480         * Makefile.def (libatomic): New target_module.
2481         * configure.ac (target_libraries): Add libatomic.
2482         (noconfigdirs): Check if libatomic is supported.
2483         * Makefile.in, configure: Rebuild.
2485 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2487         * MAINTAINERS (Write After Approval): Add myself.
2489 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2491         * config.sub: Update to 2012-04-18 version from official repo.
2493 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2495         * MAINTAINERS (Write After Approval): Add myself.
2497 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2499         * MAINTAINERS: Changed email address.
2501 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2503         PR target/52737
2504         * contrib/gcc_update (files_and_dependencies):
2505         Remove gcc/config/avr/t-multilib from touch data.
2507 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2509         * MAINTAINERS (OS Port Maintainers): Remove irix.
2510         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2511         (unsupported_languages): Remove mips-sgi-irix6.*.
2512         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2513         (with_stabs): Remove.
2514         * configure: Regenerate.
2516 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2518         * MAINTAINERS (OS Port Maintainers): Remove osf.
2519         * configure.ac (enable_libgomp): Remove *-*-osf*.
2520         (with_stabs): Remove alpha*-*-osf*.
2521         * configure: Regenerate.
2523 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2525         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2526         * configure: Regenerate.
2528 2012-02-17  Walter Lee  <walt@tilera.com>
2530         * MAINTAINERS: (Write After Approval): Delete myself.
2532 2012-02-14  Walter Lee  <walt@tilera.com>
2534         * MAINTAINERS (tilegx port): Add myself.
2535         (tilepro port): Add myself.
2536         (Write After Approval): Add myself.
2538 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2540         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2541         and Joseph Myers as docstring relicensing maintainers.
2543 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2545         * MAINTAINERS (write-after-approval): Add myself.
2547 2012-02-08  Ira Rosen <irar@il.ibm.com>
2549         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2550         maintainer.
2552 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2554         * MAINTAINERS (Write After Approval): Move myself to
2555         maintain alphabetical order.
2557 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2559         * MAINTAINERS (Write After Approval): Add myself.
2561 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2563         * MAINTAINERS (Write After Approval): Add myself.
2565 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2566             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2568         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2569         * configure: Regenerate.
2571 2012-01-23  Harshit Chopra  <harshit@google.com>
2573         * MAINTAINERS (Write After Approval): Add myself.
2575 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2577         * configure.ac: Remove reference to mh-interix.
2578         * configure: Regenerate.
2580 2012-01-05  Richard Henderson  <rth@redhat.com>
2582         PR bootstrap/51072
2583         * configure.ac: Disable libitm if c++ is not enabled.
2584         * configure: Rebuild.
2586         * configure.ac: Fix regexp for same.
2587         * configure: Rebuild.
2589 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2591         * MAINTAINERS (Write After Approval): Add myself.
2593 2012-01-02  Richard Guenther  <rguenther@suse.de>
2595         PR bootstrap/51686
2596         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2597         * Makefile.in: Regenerate.
2599 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2601         * MAINTAINERS (Write After Approval): Add myself.
2603 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2605         * configure: Regenerate.
2607 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2609         * MAINTAINERS (picochip): Changed email address.
2611 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2613         * MAINTAINERS (write-after-approval): Add self.
2615 2011-11-29  DJ Delorie  <dj@redhat.com>
2617         * configure.ac (rl78-*-*) New case.
2618         * configure: Regenerate.
2619         * MAINTAINERS: Add myself as RL78 maintainer.
2621 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2623         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2625 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2627         * libtool.m4: Additional FreeBSD 10 fixes.
2629 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2631         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2632         Maintainers section, as Epiphany maintainer.
2634 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2636         PR target/49992
2637         * configure.ac: Remove ranlib special-casing for Darwin.
2638         * configure: Regenerate.
2640 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2642         * MAINTAINERS (Reviewers): Keep the list sorted.
2644 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2646         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2648 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2650         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2651         * configure: Rebuild.
2652         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2653         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2654         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2655         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2656         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2657         Add READELF.
2658         * Makefile.in: Rebuild.
2660 2011-11-09  Jason Merrill  <jason@redhat.com>
2662         * Makefile.def (language=c++): Remove check-c++0x.
2663         * Makefile.in (check-gcc-c++): Regenerate.
2665 2011-11-08  Richard Henderson  <rth@redhat.com>
2667         * configure.ac: Test for libitm directory present first.
2669         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2671         * configure.ac: Test libitm/configure.tgt to disable libitm.
2672         * configure: Rebuild.
2674 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2675             Richard Henderson  <rth@redhat.com>
2677         Merged from transactional-memory.
2679         * Makefile.def (lang_env_dependencies): libitm is c++.
2680         Add libitm target module.
2681         * configure.ac: Likewise.
2682         * config/mmap.m4: New file.
2683         * contrib/gcc_update: Add libitm to touch data.
2684         * Makefile.in, configure: Rebuild.
2686 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2688         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2689         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2690         * Makefile.in: Regenerate.
2692 2011-11-01  DJ Delorie  <dj@redhat.com>
2694         * config.sub: Update to version 2011-10-29 (added rl78)
2696 2011-10-27  Nick Clifton  <nickc@redhat.com>
2698         * config.sub: Import these changes from the config project:
2700         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2701             Ben Elliston  <bje@gnu.org>
2703         * config.sub (epiphany): New.
2705         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2706             Ben Elliston  <bje@gnu.org>
2708         * config.sub (hexagon, hexagon-*): New.
2710         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2712         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2713         64eb to be64.
2715         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2717         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2718         (nacl): Grok as alias for 32el-unknown-nacl.
2720 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2722         * MAINTAINERS (Write After Approval): Add myself.
2724 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2726         * MAINTAINERS (Write After Approval): Add myself.
2728 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2730         * MAINTAINERS (sparc port): Remove myself.
2732 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2734         * MAINTAINERS (Write After Approval): Add myself.
2736 2011-08-14  Yao Qi  <yao@codesourcery.com>
2738         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2739         * configure: Regenerate.
2741 2011-07-26  Ian Lance Taylor  <iant@google.com>
2743         * configure.ac: Set have_compiler based on whether gcc directory
2744         exists, rather than on whether gcc is in configdirs.
2745         * configure: Rebuild.
2747 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2749         * MAINTAINERS (Global Reviewers): Add self.
2751 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2753         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2754         link directories.
2755         * Makefile.in: Rebuild.
2757 2011-07-20  Ian Lance Taylor  <iant@google.com>
2759         PR bootstrap/49787
2760         * configure.ac: Move --enable-bootstrap handling earlier in file.
2761         If --enable-bootstrap and either --enable-build-with-cxx or
2762         --enable-build-poststage1-with-cxx, enable C++ automatically.
2763         * configure: Rebuild.
2765 2011-07-19  Ian Lance Taylor  <iant@google.com>
2767         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2768         make C++ a boot_language.  Set and substitute
2769         POSTSTAGE1_CONFIGURE_FLAGS.
2770         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2771         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2772         * configure, Makefile.in: Rebuild.
2774 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2776         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2777         maintainers.
2779 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2781         * MAINTAINERS (Global Reviewers): Add myself.
2783 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2785         * configure: Regenerate.
2787 2011-07-16  Jason Merrill  <jason@redhat.com>
2789         * Makefile.def (language=c++): Add check-c++0x and
2790         check-target-libmudflap-c++.
2791         * Makefile.tpl (check-target-libmudflap-c++): New.
2792         * Makefile.in: Regenerate.
2794 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2796         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2797         * Makefile.def (target_modules/libjava): Pass
2798         $(EXTRA_CONFIGARGS_LIBJAVA).
2799         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2800         if not configured with --enable-static-libjava.
2801         * Makefile.in: Regenerate.
2802         * configure: Likewise.
2804 2011-07-15  Jason Merrill  <jason@redhat.com>
2806         * Makefile.in (check-c++): Move check-gcc-c++0x after
2807         check-target-libstdc++-v3.
2809 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2811         * MAINTAINERS (c6x port): New entry.
2813 2011-07-13  Jason Merrill  <jason@redhat.com>
2815         * Makefile.in (check-gcc-c++0x): New.
2816         (check-c++): Depend on it.
2818 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2820         PR target/39150
2821         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2822         x86_64-*-solaris2.1[0-9]*.
2823         * configure: Regenerate.
2825 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2827         * MAINTAINERS (RTL optimizers): Add self.
2829 2011-06-27  Gabriel Charette  <gchare@google.com>
2831         * MAINTAINERS (Write After Approval): Add myself.
2833 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2835         PR regression/47836
2836         PR bootstrap/23656
2837         PR other/47733
2838         PR bootstrap/49247
2839         PR c/48825
2840         * configure.ac (target_libraries): Remove target-libiberty.
2841         Remove case-statement setting skipdirs=target-libiberty for
2842         multiple targets.  Remove checking target_configdirs and
2843         removing target-libiberty but keeping target-libgcc if
2844         otherwise empty.
2845         * Makefile.def (target_modules): Don't add libiberty.
2846         (dependencies): Remove all traces of target-libiberty.
2847         * configure, Makefile.in: Regenerate.
2849 2011-06-13  Walter Lee <walt@tilera.com>
2851         * configure.ac (tilepro-*-*) New case.
2852         (tilegx-*-*): Likewise.
2853         * configure: Regenerate.
2855 2011-06-06  Jing Yu  <jingyu@google.com>
2857         * configure.ac: Skip target-libiberty for
2858         arm*-*-linux-androideabi.
2859         * configure: Regenerated.
2861 2011-06-06  Nick Clifton  <nickc@redhat.com>
2863         * config.sub: Sync from upstream.
2865 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2867         * MAINTAINERS (Write After Approval): Add myself.
2869 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2871         * MAINTAINERS: Update my email address.
2873 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2875         * MAINTAINERS (Write After Approval): Update my email address.
2877 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2879         * MAINTAINERS (Write After Approval): Add myself.
2881 2011-05-08  Doug Kwan  <dougkwan@google.com>
2883         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2884         * configure: Regenerated.
2885         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2886         value from configure.
2887         * Makefile.in: Regenerated.
2889 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2891         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2892         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2893         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2894         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2895         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2896         *-*-vxworks*): Disable newlib and libgloss in separate case
2897         statement.
2898         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2899         to separate case statement.
2900         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2901         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2902         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2903         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2904         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2905         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2906         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2907         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2908         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2909         i[[3456789]]86-*-rdos*, m32r-*-*,
2910         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2911         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2912         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2913         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2914         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2915         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2916         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2917         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2918         and libgloss in main case over targets.  Remove most empty cases
2919         in main case over targets.
2920         * configure: Regenerate.
2922 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2924         * MAINTAINERS (Write After Approval): Add myself.
2926 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2928         * configure.ac: Remove code setting special library locations for
2929         hppa*64*-*-hpux11*.  Remove code setting compiler for
2930         sparc-sun-solaris2*.
2931         * configure: Regenerate.
2933 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2935         * configure.ac: Separate libgloss_dir settings from general case
2936         over targets.
2937         * configure: Regenerate.
2939 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2941         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2942         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2943         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2944         cases in libgcj-disabling case statement.
2945         (hppa*64*-*-linux*): Set unsupported_languages instead of
2946         disabling target-zlib.
2947         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2948         to hppa*64*-*-hpux*.
2949         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2950         hppa*-*-hpux*.
2951         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2952         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2953         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2954         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2955         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2956         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2957         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2958         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2959         libgcj-disabling case statement.
2960         * configure: Regenerate.
2962 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2964         * configure.ac: Disable Java for targets not supporting libffi.
2965         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2966         Remove cases in Java-disabling statement.
2967         (*arm-wince-pe): Change to arm-wince-pe.
2968         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2969         cases in Java-disabling statement.
2970         (bfin-*-*): Don't disable Java again.
2971         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2972         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2973         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2974         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2975         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2976         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2977         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2978         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2979         Java-disabling statement.
2980         (mmix-*-*): Don't disable Java again.
2981         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2982         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2983         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2984         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2985         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2986         statement.
2987         * configure: Regenerate.
2989 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2991         * configure.ac: Separate cases disabling Java and Java libraries
2992         from general case over targets.
2993         * configure: Regenerate.
2995 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2997         * MAINTAINERS: Update my email address.
2999 2011-04-20  Easwaran Raman  <eraman@google.com>
3001         * MAINTAINERS (Write After Approval): Add myself.
3003 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3005         PR lto/48086
3006         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3007         * configure: Regenerate.
3009 2011-04-16  Jim Meyering  <meyering@redhat.com>
3011         * MAINTAINERS (Write After Approval): Add myself.
3013 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3015         * MAINTAINERS: Update my email address.
3017 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3019         * MAINTAINERS (Write After Approval): Add myself.
3021 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3023         * MAINTAINERS (Write After Approval): Add myself.
3025 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3027         * MAINTAINERS (Write After Approval): Add myself.
3029 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3031         * configure.ac (build_tools): Remove build-byacc.
3032         (host_libs): Remove mmalloc.
3033         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3034         autoconf automake libtool diff rcs fileutils shellutils time
3035         textutils wdiff find uudecode hello tar gzip indent recode release
3036         sed perl gawk findutils gettext zip.
3037         (libgcj): Remove target-qthreads.
3038         (target_tools): Remove target-examples target-gperf.
3039         (YACC): Don't handle building byacc.
3040         * configure: Regenerate.
3041         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3042         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3043         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3044         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3045         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3046         handle building components.
3047         * Makefile.in: Regenerate.
3049 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3051         * MAINTAINERS: Update my email address as Xtensa maintainer.
3053 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3055         * config.sub: Sync from upstream.
3057 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3059         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3060         (microblaze*): Don't disable libssp.
3061         * configure: Regenerate.
3063 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3065         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3066         moveifchange.
3067         * configure: Regenerate.
3068         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3069         * Makefile.in: Regenerate.
3071 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3073         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3074         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3075         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3076         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3077         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3078         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3079         md_exec_prefix cases.
3080         * configure: Regenerate.
3082 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3084         * configure.ac: Separate cases disabling target-libssp,
3085         target-libiberty, target-libstdc++-v3 and Fortran from general
3086         case over targets.
3087         * configure: Regenerate.
3089 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3091         * configure.ac (*-*-chorusos): Don't disable libgcj.
3092         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3093         Remove case.
3094         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3095         (arm-*-coff): Don't disable libgcj.
3096         (arm*-*-linux-gnueabi): Remove useless assignment.
3097         (arm-*-riscix*): Don't disable libgcj.
3098         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3099         configuration.
3100         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3101         (c54x*-*-*): Remove case.
3102         (tic54x-*-*): Don't disable GCC or GCC libraries.
3103         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3104         to *.
3105         (d10v-*-*): Don't disable GCC libraries.
3106         (d30v-*-*): Don't disable libgcj.
3107         (h8500-*-*): Don't disable GCC libraries.
3108         (i960-*-*): Don't disable libgcj.
3109         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3110         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3111         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3112         libgcj.
3113         (m68k-*-coff*): Remove case.
3114         (mmix-*-*): Don't disable libgloss on host.
3115         (mn10200-*-*, mn10300-*-*): Remove cases.
3116         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3117         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3118         Don't disable libgcj.
3119         (romp-*-*): Remove case.
3120         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3121         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3122         case.
3123         (v810-*-*): Don't disable GCC libraries.
3124         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3125         (ip2k-*-*): Don't disable GCC libraries.
3126         * configure: Regenerate.
3128 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3130         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3131         libffi on host.
3132         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3133         on host.
3134         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3135         * configure: Regenerate.
3137 2011-03-26  John Marino  <binutils@marino.st>
3139         * configure.ac: Add support for *-*-dragonfly*
3140         * configure: Regenerate.
3142 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3144         * configure.ac (native_only): Remove.
3145         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3146         send-pr uudecode guile gnuserv on host.
3147         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3148         send-pr rcs guile perl texinfo libtool on host.
3149         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3150         automake send-pr rcs guile perl texinfo libtool on host.
3151         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3152         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3153         (alpha*-dec-osf*): Don't disable fileutils on target.
3154         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3155         texinfo send-pr expect dejagnu on target.
3156         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3157         target-qthreads on target.
3158         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3159         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3160         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3161         x86_64-*-mingw*): Don't disable expect on target.
3162         (*-*-cygwin*): Don't disable target-gperf on target.
3163         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3164         gnuserv on target.
3165         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3166         target.
3167         * configure: Regenerate.
3169 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3171         * configure.ac (target_tools): Remove target-groff.
3172         (native_only): Remove target-groff.
3173         (hppa*64*-*-*): Don't disable byacc.
3174         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3175         setting.
3176         (*-*-kaos*): Don't skip target-librx and target-groff.
3177         (*-*-netware*): Don't skip target-libmudflap.
3178         (*-*-tpf*): Don't skip target-libmudflap.
3179         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3180         directories on the host.
3181         (ia64*-*-*vms*): Don't skip tix.
3182         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3183         host.
3184         * configure: Regenerate.
3186 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3188         * configure.ac: Remove references to mt-mep, mt-netware,
3189         mt-wince.
3190         * Makefile.def: Add all-utils soft dependencies.
3191         * Makefile.tpl: Remove GDB_NLM_DEPS.
3192         * configure: Regenerate.
3193         * Makefile.in: Regenerate.
3195 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3197         * configure.ac: Do not include mh-x86omitfp.
3198         * configure: Regenerate.
3200 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3202         * configure.ac: Remove empty cases.
3203         * configure: Regenerate.
3205 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3207         * Makefile.def: Add dependency from termcap to gdb.
3208         * Makefile.in: Regenerate.
3210 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3212         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3213         * configure: Regenerate.
3214         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3215         * Makefile.tpl: Likewise.
3216         * Makefile.in: Regenerate.
3218 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3220         * configure.ac: Remove all mentions of tentative_cc.
3221         * configure: Regenerate.
3223 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3225         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3226         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3227         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3228         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3229         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3230         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3231         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3232         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3233         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3234         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3235         *-*-rhapsody*): Remove host cases.
3236         * configure: Regenerate.
3238 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3240         * configure.ac (ppc*-*-pe): Remove host case.
3241         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3242         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3243         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3244         cases.
3245         * configure: Regenerate.
3247 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3249         * config.sub: Update to version 2011-03-23.
3251 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3253         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3254         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3255         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3256         * configure: Regenerate.
3258 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3260         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3261         to Write After Approval.
3262         * config-ml.in: Don't handle arc-*-elf*.
3263         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3264         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3265         handle GCC libraries.
3266         * configure: Regenerate.
3268 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3270         PR bootstrap/48120:
3271         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3272         Add -lstdc++ -lm to LIBS.
3273         * configure: Regenerate.
3275 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3277         * config.guess: Update to version 2011-02-02
3278         * config.sub: Update to version 2011-02-24
3280 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3282         PR lto/48086
3283         * configure.ac: Re-enable LTO on *-apple-darwin9.
3284         * configure: Regenerate.
3286 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3288         PR lto/48086
3289         * configure.ac: Disable LTO on darwin due to an assembler change in
3290         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3291         under 256.
3292         * configure: Regenerate.
3294 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3296         * MAINTAINERS: Update myself as score backend maintainer,
3297         update my e-mail address.
3299 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3301         * MAINTAINERS: Update my e-mail address.
3303 2011-03-06  Joey Ye  <joey.ye@arm.com>
3305         * MAINTAINERS: Update my e-mail address.
3307 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3309         * configure.ac: Adjust test of with_ppl.
3310         * configure: Regenerated.
3312 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3314         * MAINTAINERS: Adjust my e-mail address.
3316 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3318         * configure.ac: Add -lpwl to ppllibs.
3319         * configure: Regenerated.
3321 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3323         * config/cloog.m4: Add -lisl to clooglibs.
3324         * configure: Regenerated.
3326 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3328         * MAINTAINERS (CPU Port maintainers): Add self.
3330 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3332         * MAINTAINERS: Add myself as testsuite maintainer.
3334 2011-02-15  Mike Stump  <mikestump@comcast.net>
3336         * MAINTAINERS: Add myself as testsuite maintainer.
3338 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3340         Import from Libtool and gnulib:
3342         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3344         Prepare for supporting FreeBSD 10.
3345         * config.rpath: Remove handling of freebsd1* which soon would
3346         match FreeBSD 10.0.
3348         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3350         Remove support for FreeBSD 1.x.
3351         * libtool.m4 (_LT_LINKER_SHLIBS)
3352         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3353         soon would incorrectly match FreeBSD 10.0.
3355 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3357         PR binutils/12283
3358         * move-if-change: Import version from gnulib.
3360 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3362         PR lto/47225
3363         * Makefile.def (lto-plugin): Double dash for enable-shared.
3364         (configure-gcc): Depend on all-lto-plugin.
3365         * Makefile.in: Rebuilt.
3367 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3369         * configure.ac: Remove extra bracket.
3370         * configure: Regenerate.
3372 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3374         * MAINTAINERS: Add myself as libquadmath maintainer.
3376 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3378         * MAINTAINERS: Update my email address.
3380 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3382         * MAINTAINERS (option handling): Add self.
3384 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3386         PR lto/47225
3387         * Makefile.def: Add dependency for install-gcc
3388         on install-lto-plugin.
3389         * Makfile.in: Regenerated
3391 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3393         * MAINTAINERS (CPU Port Maintainers): Add myself.
3395 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3397         PR libgcj/44341
3398         * configure.ac: Discard --with-* flags for host when configuring
3399         target libraries for cross build.
3400         * configure: Rebuilt.
3402 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3404         * MAINTAINERS (linear loop transforms): Removed.
3406 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3408         * configure.ac: If with_ppl is no, move setting with_cloog=no
3409         after CLOOG_REQUESTED check.
3410         * configure: Regenerated.
3412 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3414         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3415         CLooG has been requested.
3416         * configure: Regenerated.
3418 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3420         * configure: Regenerated.
3421         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3423 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3425         * configure: Regenerated.
3426         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3428 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3430         * configure.ac: Use AS_HELP_STRING throughout.
3431         * configure: Regenerate.
3433 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3435         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3436         * configure: Regenerate.
3438 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3440         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3442 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3444         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3445         for ia64-hpux.
3446         * configure: Regenerate.
3448 2011-01-07  Jan Hubicka  <jh@suse.cz>
3450         PR lto/47225
3451         * Makefile.in: Regenerate.
3452         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3453         configure.
3455 2011-01-07  Jan Hubicka  <jh@suse.cz>
3457         * Makefile.in: Regenerate.
3458         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3459         and configure dependency on lto-plugin configure.
3460         (lto-plugin module): Remove dependency on GCC; add dependency on
3461         liniberty.
3463 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3465         * MAINTAINERS (Write After Approval): Add myself.
3467 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3469         * configure: Regenerate.
3471 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3473         * configure.ac: (picochip): Disable libiberty.
3475 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3477         * MAINTAINERS (Write After Approval): Add myself.
3479 2010-12-10  Ian Lance Taylor  <iant@google.com>
3481         PR bootstrap/46819
3482         * configure.ac: For --disable-libgcj clear libgcj_saved.
3483         * configure: Rebuild.
3485 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3487         PR fortran/46540
3488         * configure.ac: Add --disable-libquadmath and
3489         --disable-libquadmath-support.
3490         * configure: Regenerate.
3492 2010-12-03  Ian Lance Taylor  <iant@google.com>
3494         * MAINTAINERS: Add myself as libgo maintainer.
3496 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3498         PR libffi/46792
3499         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3500         * configure: Regenerate.
3502 2010-12-02  Ian Lance Taylor  <iant@google.com>
3504         * configure.ac: Always set default for poststage1_ldflags to
3505         -static-libstdc++ -static-libgcc.
3507 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3509         * configure.ac: Move comment to remove extra space in last argument
3510         of GCC_TARGET_TOOL.
3512 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3514         PR other/46026
3515         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3516         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3517         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3518         (BASE_FLAGS_TO_PASS): Use it.
3519         * configure: Rebuilt.
3520         * Makefile.in: Rebuilt.
3522 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3524         PR binutils/12258
3525         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3526         Properly check default linker.
3527         * configure: Regnerated.
3529 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3531         * configure.ac: For --enable-gold, handle value `default' instead of
3532         `both*'.  New configure option --{en,dis}able-ld.
3533         * configure: Regenerate.
3535 2010-11-20  Ian Lance Taylor  <iant@google.com>
3537         * configure.ac: Only disable a language library if no language needs
3538         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3539         * configure: Rebuild.
3541 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3543         * Makefile.in: Regenerate.
3545         PR other/46202
3546         * configure.ac: Fix just-built in-tree STRIP name to be
3547         binutils/strip-new.
3548         * configure: Regenerate.
3549         * Makefile.def (install-strip-gcc, install-strip-binutils)
3550         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3551         (install-strip-sid): Mirror dependencies on non-strip variants
3552         of these targets on the respective -strip prerequisites.
3553         * Makefile.tpl (install-strip, install-strip-host)
3554         (install-strip-target): New targets.
3555         (install-strip-[+module+], install-strip-target-[+module+]):
3556         New targets.
3557         * Makefile.in: Regenerate.
3559 2010-11-19  Ian Lance Taylor  <iant@google.com>
3560             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3562         * configure.ac: Add target-libgo to target_libraries.  Set
3563         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3564         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3565         (HOST_EXPORTS): Add GOC.
3566         (BASE_TARGET_EXPORTS): Add GOC.
3567         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3568         (GOCFLAGS_FOR_TARGET): New variable.
3569         (EXTRA_HOST_FLAGS): Add GOC.
3570         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3571         * Makefile.def (target_modules): Add libgo.
3572         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3573         (dependencies): Add dependency from configure-target-libgo to
3574         configure-target-libffi and all-target-libstdc++-v3.  Add
3575         dependencies from all-target-libgo to all-target-libffi.
3576         (languages): Add go.
3577         * configure: Rebuild.
3578         * Makefile.in: Rebuild.
3580 2010-11-19  Ian Lance Taylor  <iant@google.com>
3582         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3583         compiler/flag environment variables.
3585 2010-11-18  Ian Lance Taylor  <iant@google.com>
3587         * configure.ac: Check for lang_requires_boot_languages in
3588         config-lang.in files.
3589         * configure: Rebuild.
3591 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3592             Tobias Burnus  <burnus@net-b.de>
3594         PR fortran/32049
3595         * Makefile.def: Add libquadmath; build it with language=fortran.
3596         * configure.ac: Add libquadmath.
3597         * Makefile.tpl: Handle multiple libs in check-[+language+].
3598         * Makefile.in: Regenerate.
3599         * configure: Regenerate.
3601 2010-11-16  Tom Tromey  <tromey@redhat.com>
3603         * MAINTAINERS: Moved myself to reviewers section.
3605 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3607         * MAINTAINERS: Moved myself to reviewers section.
3609 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3611         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3612         (Write After Approval): Remove self.
3614 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3616         * configure.ac: Fix spelling in option names.
3617         * configure: Regenerated.
3619 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3621         PR bootstrap/39622
3622         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3623         * configure: Regenerated.
3625 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3627         * MAINTAINERS: Update my email address.
3629 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3631         * configure: Regenerate.
3633 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3635         * configure: Regenerate.
3637 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3639         * configure: Regenerate.
3641 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3643         * configure: Regenerate.
3645 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3647         * configure.ac: Support official CLooG.org versions.
3648         * configure: Regenerate.
3649         * config/cloog.m4: New.
3651 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3653         * MAINTAINERS (Write After Approval): Add myself.
3655 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3657         * MAINTAINERS: Update my email address.
3659 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3661         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3662         * configure: Regenerate.
3664 2010-11-03  Ian Lance Taylor  <iant@google.com>
3665             Dave Korn  <dave.korn.cygwin@gmail.com>
3667         PR lto/46273
3668         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3669         and on other supported platforms whenever LTO is enabled.
3670         * configure: Rebuild.
3672 2010-11-02  Alan Modra  <amodra@gmail.com>
3674         PR binutils/12110
3675         * configure.ac: Error when source path contains spaces.
3676         * configure: Regenerate.
3678 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3680         * MAINTAINERS: Update my email address.
3682 2010-10-20  Ian Lance Taylor  <iant@google.com>
3684         * Makefile.def (target_modules): Set lib_path to src/.libs for
3685         libstdc++-v3 module.
3686         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3687         * Makefile.in: Rebuild.
3689 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3691         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3692         (Write After Approval): Remove myself.
3694 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3696         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3698 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3700         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3702 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3704         * configure.ac (build_lto_plugin): New shell variable.
3705         (--enable-lto): Turn on by default for all non-ELF platforms that
3706         have had LTO support added so far.  Set build_lto_plugin appropriately
3707         for both ELF and non-ELF.
3708         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3709         * configure: Regenerate.
3711 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3713         Sync from src:
3714         * configure.ac (v850 support): Remove target-libgloss from
3715         noconfigdirs.
3716         * configure: Regenerate.
3718 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3720         PR bootstrap/45326
3721         PR bootstrap/45174
3722         * configure.ac: Honor initial values of $build_configargs,
3723         $host_configargs, $target_configargs.  Mark the precious, so
3724         environment settings get recorded.
3725         * configure: Regenerate.
3727 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3729         PR bootstrap/45796
3730         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3731         Depend on all-build-libiberty.
3732         * Makefile.in: Regenerate.
3734 2010-09-30  Michael Eager  <eager@eagercon.com>
3736         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3737         * configure: Regenerate.
3739 2010-09-28  Michael Eager  <eager@eagercon.com>
3741         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3743 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3745         PR bootstrap/44621
3746         * configure.ac: Fix unportable shell quoting.
3747         * configure: Regenerate.
3749 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3751         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3752         targets and amend comment.
3753         * configure: Regenerate.
3755 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3757         * MAINTAINERS (Write After Approval): Add myself.
3759 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3761         * configure.ac: Enable LTO by default on Darwin.
3762         * configure: Regenerate.
3764 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3766         * MAINTAINERS (Write After Approval): Add myself.
3768 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3770         * MAINTAINERS (Write After Approval): Add myself.
3772 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3774         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3775         ports
3777 2010-07-28  David Yuste  <david.yuste@gmail.com>
3779         * MAINTAINERS (Write After Approval): Add myself.
3781 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3783         * configure.ac: Support all v850 targets.
3784         * configure: Regenerate.
3786 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3788         PR bootstrap/44455
3789         * configure.ac (extra_mpfr_configure_flags): Copy from
3790         extra_mpc_gmp_configure_flags.
3791         * configure: Re-generated.
3793 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3795         * MAINTAINERS (Write After Approval): Add myself.
3797 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3799         * MAINTAINERS (Write After Approval): Add myself.
3801 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3803         * MAINTAINERS (Write After Approval): Add myself.
3805 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3807         PR target/44862
3808         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3809         Provide -B option to allow for link spec %s substitutions for
3810         libstdc++.a on darwin.
3811         * Makefile.in: Regenerate.
3813 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3815         * MAINTAINERS (Reviewers): Update my e-mail address
3817 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3819         * Makefile.def (configure-gcc): Depend on all-libelf.
3820         * Makefile.in: Rebuild.
3822 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3824         * MAINTAINERS (Write After Approval): Add myself in the right place.
3826 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3828         * MAINTAINERS (Write After Approval): Add myself.
3830 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3832         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3834 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3836         * config.sub: Update to version 2010-05-21.
3837         * config.guess: Update to version 2010-04-03.
3839 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3841         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3842         * configure: Regenerate.
3844 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3846         * MAINTAINERS (Write After Approval): Add myself.
3848 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3850         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3851         a platform that supports LTO.
3852         * configure: Regenerate.
3854 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3856         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3857         * configure: Regenerated.
3859 2010-04-27  Roland McGrath  <roland@redhat.com>
3860             H.J. Lu  <hongjiu.lu@intel.com>
3862         * configure.ac (--enable-gold): Support both, both/gold and
3863         both/bfd to add gold to configdirs without removing ld.
3864         * configure: Regenerated.
3866         * Makefile.def: Add install-gold dependency to install-ld.
3867         * Makefile.in: Regenerated.
3869 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3871         PR lto/42776
3872         * configure.ac (--enable-lto): Refactor handling so libelf tests
3873         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3874         and allow LTO to be explicitly enabled on non-ELF platforms that
3875         are known to support it inside else-clause.
3876         * configure: Regenerate.
3878 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3880         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3881         * configure: Regenerate.
3883 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3885         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3886         * configure: Regenerate.
3888 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3890         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3891         separately.
3892         * configure: Regenerate.
3894 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3896         * MAINTAINERS (Write After Approval): Add myself.
3898 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3900         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3901         * configure: Regenerate.
3903 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3905         * configure: Regenerate after change to elf.m4.
3907 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3909         * MAINTAINERS (Write After Approval): Add myself.
3911 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3913         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3914         * configure: Regenerated.
3916 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3918         * configure.ac: Print "buggy but acceptable" when CLooG
3919         revision is less than 9.
3920         * configure: Regenerated.
3922 2010-04-01  Diego Novillo  <dnovillo@google.com>
3924         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3926 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3928         PR bootstrap/43615
3929         PR bootstrap/43328
3931         Revert:
3933         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3935         * configure.ac: Do not pass --enable-multilib nor
3936         --disable-multilib in baseargs.  Accept explicitly passed
3937         --enable_multilib.
3938         * configure: Regenerate.
3940 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3942         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3944 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3946         * MAINTAINERS: Remove myself.
3948 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3950         PR bootstrap/43328
3951         * configure.ac: Do not pass --enable-multilib nor
3952         --disable-multilib in baseargs.  Accept explicitly passed
3953         --enable_multilib.
3954         * configure: Regenerate.
3956 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3958         * MAINTAINERS (spu port): Remove me.
3960 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3962         * configure.ac (tic6x-*-*): New case.
3963         * configure: Regenerate.
3965 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3967         * config.sub: Update to version 2010-03-22.
3968         * config.guess: Update to version 2009-12-30.
3970 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3972         PR ada/42554
3973         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3974         * configure: Regenerate.
3976 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3978         * MAINTAINERS: Update my email address.
3980 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3982         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3983         (ghassan.shobaki@amd.com): Removed.
3985 2010-03-17  Alan Modra  <amodra@gmail.com>
3987         * MAINTAINERS: Update my email address.
3989 2010-03-16  Diego Novillo  <dnovillo@google.com>
3991         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3992         Matthews.
3994 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3996         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3997         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3999 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4001         * MAINTAINERS: Update my email address.
4003 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4005         * MAINTAINERS: Update my email address.
4007 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4009         * MAINTAINERS: Update my email address.
4011 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4013         * MAINTAINERS: Update my email address.
4015 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4017         PR libstdc++/32499
4018         * configure.ac (RANLIB): Default to true.
4019         (STRIP): Likewise.
4020         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4021         * configure: Regenerate.
4023 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4025         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4026         (Write After Approval): Update my email address.
4028 2010-02-17  Nick Clifton  <nickc@redhat.com>
4030         PR 11238
4031         * Makefile.tpl (local-distclean): Also remove config.cache files in
4032         sub-directories as there may not be Makefiles present in the
4033         sub-directories.
4034         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4035         the config.cache files found by the find command.
4037         * Makefile.in: Regenerate.
4038         * configure.ac: Revert previous delta.
4039         * configure: Regenerate.
4041 2010-02-15  Nick Clifton  <nickc@redhat.com>
4043         PR 11238
4044         * configure.ac: Delete config.cache files in sub-directories when
4045         deleting Makefiles.
4046         * configure: Regenerate.
4048 2010-02-12  Ben Elliston  <bje@gnu.org>
4050         * MAINTAINERS: Update my email address.
4052 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4054         * MAINTAINERS (spu port): Update my email address.
4056 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4058         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4060 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4062         * configure.ac: Add "recommended" version checks for GMP/MPC.
4063         Update recommended GMP/MPFR/MPC versions.
4064         * configure: Regenerate.
4066 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4068         * MAINTAINERS: Move my Embecosm email address into the
4069         write-after-approval section.
4071 2010-01-26  Ian Lance Taylor  <iant@google.com>
4073         * MAINTAINERS: Add myself as Go frontend maintainer.
4075 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4077         PR libstdc++/36101, PR libstdc++/42813
4078         * configure.ac (bootstrap_target_libs): Make inclusion of
4079         target-libgomp conditional on libgomb being in target_configdirs.
4080         * configure: Regenerate.
4082 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4084         PR libstdc++/36101, PR libstdc++/42813
4085         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4086         * configure: Regenerate.
4088 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4090         PR libstdc++/36101, PR libstdc++/42813
4091         * configure.ac (target_configdirs): Substitute.
4092         * Makefile.def: Bootstrap target module libgomp.
4093         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4094         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4095         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4096         * configure, Makefile.in: Regenerate.
4098 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4100         * MAINTAINERS: Adjust my details.
4102 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4104         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4106 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4108         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4110 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4112         * MAINTAINERS (Write After Approval): Add myself.
4114 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4116         * MAINTAINERS (Write After Approval): Add myself.
4118 2010-01-11  Richard Guenther  <rguenther@suse.de>
4120         PR lto/41569
4121         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4122         * Makefile.in: Regenerated.
4124 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4126         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4127         * configure: Regenerate.
4129 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4130             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4132         PR bootstrap/42424
4133         * configure.ac: Include libtool m4 files.
4134         (_LT_CHECK_OBJDIR): Call it.
4135         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4136         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4138         * configure: Regenerate.
4140 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4142         PR bootstrap/41818
4143         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4144         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4145         * Makefile.in: Regenerate.
4147 2010-01-02  Richard Guenther  <rguenther@suse.de>
4149         PR lto/41529
4150         * configure.ac: Include config/elf.m4.  Disable LTO if not
4151         builting for an elf target.
4152         * configure: Regenerate.
4154 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4156         * MAINTAINERS: Change my email address.
4158 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4160         * config.sub, config.guess: Update from upstream sources.
4162 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4164         * MAINTAINERS (Write After Approval): Add myself.
4166 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4168         PR middle-end/30447
4169         PR middle-end/30789
4170         PR other/40302
4172         * configure.ac: Require MPC.
4173         * configure: Regenerate.
4175 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4177         PR target/38384
4178         PR bootstrap/40972
4179         * libtool.m4: Sync from git Libtool.
4180         * ltoptions.m4: Likewise.
4181         * ltversion.m4: Likewise.
4182         * lt~obsolete.m4: Likewise.
4183         * ltmain.sh: Likewise.
4185 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4187         * configure.ac: Update minimum MPC version to 0.8.
4188         * configure: Regenerate.
4190 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4192         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4193         * configure: Regenerated.
4195 2009-11-21  Ian Lance Taylor  <iant@google.com>
4197         * configure.ac: Change default of poststage1_ldflags to be empty if
4198         poststage1_libs is set.  When poststage1_libs is empty, and
4199         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4200         * configure: Rebuild.
4202 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4204         * MAINTAINERS (Write After Approval): Update my email address.
4206 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4208         * config.guess: Update from upstream sources.
4210 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4212         * Makefile.def: Restore host and target settings for gmp.
4213         * Makefile.in: Rebuild.
4215 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4217         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4218         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4219         Fix portability of test of C++ as bootstrap language.  Add
4220         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4221         * configure: Rebuild.
4222         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4223         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4224         in-tree building.
4225         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4226         (POSTSTAGE1_HOST_EXPORTS): Use it.
4227         (STAGE[+id+]_CXXFLAGS): New.
4228         (BASE_FLAGS_TO_PASS): Pass it down.
4229         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4230         extra_exports.
4231         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4232         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4233         extra_exports.
4234         * Makefile.in: Rebuild.
4236 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4238         * config.sub, config.guess: Update from upstream sources.
4240 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4242         * MAINTAINERS (Write After Approval): Add myself.
4244 2009-11-09  Jon Beniston  <jon@beniston.com>
4246         * MAINTAINERS (Write After Approval): Add myself.
4248 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4250         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4251         paths for *-w64-mingw* and x86_64-*mingw*.
4252         * configure: Regenerated.
4254 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4256         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4258 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4260         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4261         Phil Edwards to Write-After Approval.
4263 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4265         * configure.ac: Disable target-winsup & co for
4266         x86_64-*-mingw* and *-w64-mingw* targets.
4267         * configure: Regenerated.
4269 2009-10-16  Nick Clifton  <nickc@redhat.com>
4271         * MAINTAINERS: Add myself as a maintainer for the RX port.
4273 2009-10-26  Johannes Singler  <singler@kit.edu>
4275         * MAINTAINERS (Write After Approval): Update my e-mail address.
4277 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4279         * configure.ac (CLooG test): Use = with test.
4280         * configure: Regenerate.
4282 2009-10-22  Richard Guenther  <rguenther@suse.de>
4284         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4285         cloog if the ppl version check failed.  Move flags saving
4286         before setting in libelf check.
4287         * configure: Regenerate.
4289 2009-10-21  Richard Guenther  <rguenther@suse.de>
4291         * configure.ac: Adjust the ppl and cloog configure to work as
4292         documented.  Disable cloog if ppl was disabled.  Omit the version
4293         checks if they were disabled.
4294         * configure: Re-generate.
4296 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4298         * configure.ac: Add 'lto' to enable_languages, not
4299         new_enable_languages, and only if not already present.
4300         * configure: Regenerate.
4302 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4304         * README: Refer to the various COPYING* files instead of just
4305         COPYING.
4306         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4308 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4310         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4312 2009-10-07  Richard Guenther  <rguenther@suse.de>
4314         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4315         and Richard Guenther as reviewers.
4316         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4317         as reviewers.
4319 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4321         * config.sub: Update from upstream sources.
4323 2009-10-06  Ian Lance Taylor  <iant@google.com>
4325         * Makefile.def: check-gold depends upon all-gas.
4326         * Makefile.in: Rebuild.
4328 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4330         * MAINTAINERS (Write After Approval): Add myself.
4332 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4334         * Makefile.def: all-lto-plugin depends on all-libiberty.
4335         set bootstrap=true for lto-plugin.
4336         Add lto-plugin.
4337         * Makefile.in: Regenerate.
4338         * configure.ac (host_libs): Add lto-plugin.
4339         * configure: Regenerate.
4341 2009-10-03  Diego Novillo  <dnovillo@google.com>
4343         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4344         (HOST_LIBELFLIBS): Define.
4345         (HOST_LIBELFINC): Define.
4346         * Makefile.in: Regenerate.
4347         * configure.ac: Add --enable-lto.
4348         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4349         If --enable-lto is used, add 'lto' to new_enable_languages.
4350         If --enable-lto is used and gold is enabled, add
4351         lto-plugin to configdirs.
4352         * configure: Regenerate.
4354 2009-10-03  Simon Baldwin  <simonb@google.com>
4356         * configure.ac: If --with-system-zlib, suppress local zlib and
4357         pass --with-system-zlib to subdir configure scripts.
4358         * configure: Regenerate.
4360 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4361             Paolo Bonzini  <bonzini@gnu.org>
4363         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4364         $(srcdir).
4365         * Makefile.in: Rebuilt.
4367 2009-09-26  Gary Funck  <gary@intrepid.com>
4369         * MAINTAINERS (Write After Approval): Add myself.
4371 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4373         * configure.ac: Update minimum MPC version to 0.7.
4374         * configure: Regenerate.
4376 2009-09-25  Nick Clifton  <nickc@redhat.com>
4378         * configure.ac: Pass any --cache-file=/dev/null option on to
4379         subconfigures.
4380         * configure: Regenerate.
4382 2009-09-23  Nick Clifton  <nickc@redhat.com>
4384         * config.sub, config.guess: Update from upstream sources.
4386 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4388         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4389         * Makefile.in: Rebuilt.
4391 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4393         PR bootstrap/32272
4394         * configure.ac: Error out if $srcdir isn't '.' but contains
4395         host-${host_noncanonical}.
4396         * configure: Regenerate.
4398 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4400         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4401         maintainer.
4403 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4405         * configure.ac: If bootstrapping a combined tree with
4406         --enable-gold, require c++ in stage1_languages.
4407         * configure: Regenerate.
4409         * configure.ac: Also add target_libs of stage1_languages to
4410         bootstrap_target_libs.
4411         * configure: Regenerate.
4413         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4414         with --enable-languages not containing c++.
4415         * configure: Regenerate.
4417 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4419         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4420         * configure: Regenerate.
4422 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4424         * MAINTAINERS (Write After Approval): Update my e-mail address,
4425         and move from from here...
4426         (Waiting for paperwork): To here.
4428 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4430         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4432 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4434         * configure.ac: Do not use $extrasub for replacing @if/@endif
4435         parts in Makefile; instead, use additional arguments to
4436         AC_CONFIG_COMMANDS to do the replacement manually, with several
4437         sed invocations, to avoid HP-UX sed command limits.
4438         * configure: Regenerate.
4440 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4442         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4443         blank before -L.
4445 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4447         * configure.ac (with-build-config): Document.  Handle without.
4448         Handle missing argument.
4449         * configure: Rebuilt.
4451 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4453         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4454         Default to bootstrap-debug only if compare-debug works.
4455         * configure: Rebuilt.
4456         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4457         * Makefile.in: Rebuilt.
4459 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4461         * MAINTAINERS (OS Port Maintainers): Update my email address.
4463 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4465         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4466         * Makefile.in: Rebuilt.
4468 2009-09-01  Chris Demetriou  <cgd@google.com>
4470         * MAINTAINERS (Write After Approval): Add myself.
4472 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4474         PR debug/30161
4475         * include/dwarf2.h (enum dwarf_tag): Added
4476         DW_TAG_GNU_template_template_param
4477         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4479 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4481         * Makefile.tpl (AWK): Fix typo.
4482         * Makefile.in: Regenerate.
4484 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4486         * configure.ac: Detect awk and sed.
4487         * Makefile.def (flags_to_pass): Add AWK and SED.
4488         * Makefile.tpl (AWK, SED): New.
4489         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4490         * configure: Regenerate.
4491         * Makefile.in: Regenerate.
4493 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4495         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4496         (collapseslashes): Likewise.
4498 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4500         * configure.ac (AC_PREREQ): Bump to 2.64.
4502 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4504         * configure.ac: Remove --with-datarootdir, --with-docdir,
4505         --with-pdfdir, --with-htmldir switches.
4506         * configure: Regenerate.
4508         * configure: Regenerate.
4510         * compile: Sync from Automake 1.11.
4511         * depcomp: Likewise.
4512         * install-sh: Likewise.
4513         * missing: Likewise.
4514         * mkinstalldirs: Likewise.
4515         * ylwrap: Likewise.
4517 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4519         * ltmain.sh (func_normal_abspath): New function.
4520         (func_relative_path): Likewise.
4521         (func_mode_help): Document new -bindir option for link mode.
4522         (func_mode_link): Add new -bindir option, and use it to place
4523         output DLL if specified.
4525 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4527         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4528         (baseargs): Add --disable-option-checking.
4529         * configure: Regenerate.
4531         * Makefile.def (configure-target-libiberty): Depend on
4532         all-binutils and all-ld.
4533         (configure-target-newlib): Likewise.
4534         * Makefile.in: Regenerate.
4536 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4538         * config.sub, config.guess: Update from upstream sources.
4540 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4542         Sync from src, merge:
4544         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4546         * configure.ac: Do not exclude gas for i386-*-darwin.
4547         Add a case for x86_64-*-darwin.
4548         * configure: Regenerate.
4550 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4552         * MAINTAINERS: Add my name to Write After Approval list.
4554 2009-08-06  Michael Eager  <eager@eagercon.com>
4556         * configure.ac: Add Microblaze target.
4557         * configure: Regenerate.
4559 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4561         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4562         * configure: Regenerate.
4564 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4566         * MAINTAINERS (Write After Approval): Update my e-mail address.
4568 2009-07-06  Ian Lance Taylor  <iant@google.com>
4570         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4571         * configure: Rebuild.
4573 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4575         * MAINTAINERS: Move myself to the Graphite Reviewers.
4577 2009-06-30  Wei Guozhi  <carrot@google.com>
4579         * MAINTAINERS: Add my name to Write After Approval list.
4581 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4583         PR bootstrap/40338
4584         * configure.ac (comparestring): Create new variable.
4585         * Makefile.tpl (comparestring): Use to skip some comparisions.
4586         * configure: Regenerate.
4587         * Makefile.in: Regenerate.
4589 2009-06-26  Doug Evans  <dje@sebabeach.org>
4591         * Makefile.def (host_modules): Add cgen.
4592         * Makefile.in: Regenerate.
4593         * configure.ac (host_tools): Add cgen.
4594         * configure: Regenerate.
4596 2009-06-23  DJ Delorie  <dj@redhat.com>
4598         * MAINTAINERS: Add myself as mep maintainer.
4600 2009-06-23  Ian Lance Taylor  <iant@google.com>
4602         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4603         boot_languages.  Only bootstrap target libraries listed in
4604         target_libs for some boot language.  Add --with-stage1-ldflags,
4605         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4606         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4607         if not building with C++.
4608         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4609         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4610         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4611         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4612         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4613         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4614         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4615         * configure, Makefile.in: Rebuild.
4617 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4619         * MAINTAINERS: Added my name to write-after-approval list.
4621 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4623         * configure.ac: Define is_elf for QNX Neutrino targets.
4624         * configure: Regenerate.
4626 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4628         * MAINTAINERS: Added my name to the write-after-approval list
4630 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4632         * configure.ac: Detect MPC in default directory.
4633         * configure: Regenerate.
4635 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4636             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4638         * Makefile.tpl (all): Avoid a trailing backslash.
4639         * Makefile.in: Regenerate.
4641 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4643         * config.sub, config.guess: Update from upstream sources.
4645 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4647         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4648         to noconfdirs.
4649         * configure: Regenerate.
4651 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4653         * Makefile.tpl ([+compare-target+]): Compare all stage
4654         directories, rather than just gcc.
4655         * Makefile.in: Rebuilt.
4657 2009-06-01  Doug Kwan  <dougkwan@google.com>
4659         * configure.ac: Support gold for target arm*-*-*.
4660         * configure: Regenerate.
4662 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4664         * Makefile.def: Add MPC support and dependencies.
4665         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4667         * Makefile.in, configure: Regenerate.
4669 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4671         * Makefile.tpl (all): Avoid harmless warning in make all when
4672         gcc-bootstrap is enabled but stage_last does not exist.
4673         * Makefile.in: Rebuilt.
4675 2009-05-24  Nicolas Roche  <roche@adacore.com>
4677         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4678         * Makefile.in: Regenerate.
4680 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4682         * MAINTAINERS: Update my e-mail address.
4684 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4686         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4687         * configure:  Regenerate.
4689 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4691         PR other/40159
4692         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4693         gcc-no-bootstrap are mutually exclusive.
4694         * Makefile.in: Rebuilt.
4696 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4698         PR other/40159
4699         * Makefile.tpl (all): Don't end with unconditional success.
4700         * Makefile.in: Rebuilt.
4702 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4704         PR target/37137
4705         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4706         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4707         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4708         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4709         stage_configureflags, stage_cflags and stage_libcflags into
4710         explicit Makefile macros.
4711         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4712         GFORTRAN.
4713         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4714         CC.  Set CC_FOR_BUILD from CC.
4715         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4716         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4717         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4718         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4719         and GFORTRAN.
4720         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4721         (_LIBCFLAGS): Renamed to _TFLAGS.
4722         (do-compare-debug, do-compare3-debug): Drop.
4723         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4724         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4725         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4726         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4727         (XGCC_FLAGS_FOR_TARGET): New.
4728         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4729         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4730         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4731         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4732         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4733         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4734         TFLAGS.
4735         (BUILD_CONFIG): Include if requested.
4736         (all): Set TFLAGS on bootstrap.
4737         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4738         (all-stageid-prefixmodule): Likewise.
4739         (do-clean, distclean-stageid): Set TFLAGS.
4740         (restrap): Fix whitespace.
4741         * Makefile.in: Rebuilt.
4743 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4745         * config.guess: Sync with src.
4747 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4749         * configure.ac ($with_ppl):  Default to no if not supplied.
4750         ($with_cloog):  Likewise.
4751         configure:  Regenerate.
4753 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4755         * MAINTAINERS: Update my e-mail address.
4757 2009-04-27  Nick Clifton  <nickc@redhat.com>
4759         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4761 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4763         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4764         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4765         * Makefile.in: Regenerate.
4767 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4769         PR bootstrap/39739
4770         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4771         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4773         * configure, Makefile.in: Regenerate.
4775 2009-04-21  Taras Glek  <tglek@mozilla.com>
4777         * include/hashtab.h: Update GTY annotations to new syntax
4778         * include/splay-tree.h: Likewise
4780 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4782         * config.sub, config.guess: Update from upstream sources.
4784 2009-04-15  Anthony Green  <green@moxielogic.com>
4786         * configure.ac: Add moxie support.
4787         * configure: Rebuilt.
4789 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4791         * configure.ac: Change copyright header to refer to version
4792         3 of the GNU General Public License and to point readers at the
4793         COPYING3 file and the FSF's license web page.
4794         * Makefile.def: Likewise.
4795         * Makefile.tpl: Likewise.
4796         * Makefile.in: Regenerate.
4798 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4800         * configure.ac: Restore match for darwin9 or later. Use double
4801         brackets since regeneration eats one pair.
4802         * configure: Regenerate.
4804 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4806         PR gas/10039
4807         * configure.ac: Require texinfo 4.7.
4808         * configure: Regenerated.
4810 2009-04-09  Nick Clifton  <nickc@redhat.com>
4812         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4813         the GCC Runtime Library Exception.
4815 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4817         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4818         * configure: Regenerate.
4820 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4822         * Makefil.def (languages): New entries.
4823         * Makefile.tpl (check-gcc-*): New generic target.
4824         * Makefile.in: Regenerate.
4826 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4828         * MAINTAINERS:  Update my email address.
4830 2009-03-18  Tom Tromey  <tromey@redhat.com>
4832         * configure: Rebuild.
4833         * configure.ac (host_libs): Add libiconv.
4834         * Makefile.in: Rebuild.
4835         * Makefile.def (host_modules): Add libiconv.
4836         (configure-gdb, all-gdb): Depend on libiconv.
4838 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4840         * configure.ac: Treat gdb as supported on x86_64-darwin.
4841         * configure: Regenerate.
4843 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4845         * configure.ac (--with-host-libstdcxx): New option.
4846         * configure: Regenerate.
4848 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4850         * MAINTAINERS:  Move myself into the write after approval list.
4852 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4854         * MAINTAINERS: Update e-mail address.
4856 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4858         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4860 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4862         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4864 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4866         Backport from git Libtool:
4868         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4869         Support GNU/kOpenSolaris.
4870         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4871         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4872         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4873         GNU/kOpenSolaris.
4875 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4877         * MAINTAINERS: Update e-mail address.
4879 2009-02-24  Michael Eager  <eager@eagercon.com>
4881         * MAINTAINERS (Write After Approval): Add self.
4883 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4885         * MAINTAINERS (Write After Approval): Add myself.
4887 2009-02-05  Andreas Schwab  <schwab@suse.de>
4889         * Makefile.tpl (stage_last): Define $r and $s before using
4890         $(RECURSE_FLAGS_TO_PASS).
4891         * Makefile.in: Regenerate
4893 2009-01-30  Ian Lance Taylor  <iant@google.com>
4895         * MAINTAINERS: Move myself to the Global Reviewers list.
4897 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4899         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4900         * configure: Regenerate.
4902 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4904         * MAINTAINERS: Make whitespace consistent.
4905         Remove Robert Millan from Write After Approval.
4907 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4909         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4910         (all-opcodes): Depend on all-libiberty.
4911         * Makefile.in: Regenerate.
4913 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4915         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4916         * configure: Regenerate.
4918 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4920         * MAINTAINERS (Write After Approval): Add myself.
4922 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4924         * MAINTAINERS: Add myself to reviewers (Fortran).
4926 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4928         PR tree-optimization/38515
4929         * configure.ac (cloog-polylib): Removed.
4930         (with_ppl, with_cloog): Test for "no".
4931         * configure: Regenerated.
4933 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4935         * MAINTAINERS: Moved myself to reviewers (Fortran).
4937 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4939         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4940         (Write After Approval): Remove myself.
4942 2009-01-03  Diego Novillo  <dnovillo@google.com>
4944         * MAINTAINERS: Remove myself from alias maintainership.
4946 2009-01-02  David Ayers  <ayers@fsfe.org>
4948         * MAINTAINERS: Update e-mail address.
4950 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4952         * MAINTAINERS: Make whitespace consistent.
4954 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4956         Backport from upstream Libtool:
4957         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4958         Add cache variables to tests that require the linker to work.
4959         For shlibpath_overrides_runpath, this also changes the semantics
4960         to let the result from the C compiler take precedence.
4962 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4964         * config.sub, config.guess: Update from upstream sources.
4966 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4968         * configure.ac (ppllibs): Add by default the lib flags.
4969         * configure: Regenerate.
4971 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4973         * MAINTAINERS:  Add myself to the write after approval list.
4975 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4977         * configure.ac: Add double brackets on darwin[912].
4978         * configure: Regenerate.
4980 2008-12-03  Daniel Kraft  <d@domob.eu>
4982         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4983         Approval to Reviewer section (for Fortran front-end).
4985 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4987         * configure.ac: Expand to darwin10 and later.
4988         * configure: Regenerate.
4990 2008-12-02  Andreas Schwab  <schwab@suse.de>
4992         * Makefile.def: configure-target-boehm-gc depends on
4993         all-target-libstdc++-v3.
4994         * Makefile.in: Regenerate.
4996 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4998         * MAINTAINERS:  Add myself as mingw maintainer.
5000 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5002         * config.sub, config.guess: Update from upstream sources.
5004 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5006         * README.SCO: Remove.
5008 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5010         * MAINTAINERS:  Add myself to the write after approval list.
5012 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5014         * MAINTAINERS:  Update my email address in WAA section.
5016 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5018         * MAINTAINERS: Update e-mail address.
5020 2008-11-27  Toon Moene  <toon@moene.org>
5022         * MAINTAINERS: Change e-mail address.
5024 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5026         * configure.ac: Build gdb for i?86-*-darwin*
5027         * configure: Regenerated.
5029 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5031         * MAINTAINERS: Added my full name.
5033 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5035         PR bootstrap/38014
5036         PR bootstrap/37923
5038         Revert:
5040         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5042         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5043         * Makefile.in: Regenerated.
5045         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5047         PR gdb/921
5048         PR gdb/1646
5049         PR gdb/2175
5050         PR gdb/2176
5052         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5053         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5054         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5055         (HOST_EXPORTS): Pass CPPFLAGS.
5056         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5057         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5058         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5059         * Makefile.in, configure: Regenerated.
5060         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5061         and CPPFLAGS_FOR_BUILD.
5063 2008-11-06  Jeff Law  <law@redhat.com>
5065         * MAINTAINERS: Add myself as middle end maintainer.
5067 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5069         * MAINTAINERS (Write after approval): Add myself.
5071 2008-11-05  Diego Novillo  <dnovillo@google.com>
5073         * MAINTAINERS (Global Reviewers): Add myself.
5074         (Non-Algorithmic Maintainers): Remove myself.
5076 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5078         * MAINTAINERS (Write after approval): Add myself.
5080 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5082         * MAINTAINERS (Write after approval): Add myself.
5084 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5086         * configure.ac (spu-*-*): Remove special case.
5087         * configure: Regenerate.
5089 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5091         * MAINTAINERS (Write after approval): Update my email address.
5093 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5095         * configure.ac [spu-*-*]: Do not set skipdirs.
5096         * configure: Re-generate.
5098 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5100         * MAINTAINERS (Various Maintainers): Add myself to reload.
5102 2008-10-25  Richard Guenther  <rguenther@suse.de>
5104         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5105         maintainer.  Remove myself as libgcc-math maintainer.
5106         (Non-Algorithmic Maintainers): Remove myself.
5108 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5110         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5111         * Makefile.in: Regenerated.
5113 2008-10-23  Cary Coutant  <ccoutant@google.com>
5115         * MAINTAINERS (Write after approval): Add myself.
5117 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5119         PR gdb/921
5120         PR gdb/1646
5121         PR gdb/2175
5122         PR gdb/2176
5124         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5125         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5126         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5127         (HOST_EXPORTS): Pass CPPFLAGS.
5128         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5129         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5130         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5131         * Makefile.in, configure: Regenerated.
5132         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5133         and CPPFLAGS_FOR_BUILD.
5135 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5137         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5138         Sebastian Pop.
5140 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5142         * MAINTAINERS (Write After Approval): Added myself.
5144 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5146         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5147         recommended version to 2.3.2.
5149         * configure: Regenerate.
5151 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5153         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5155 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5157         * MAINTAINERS (Write After Approval): Update e-mail address.
5159 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5161         * libtool.m4: Update to libtool 2.2.6.
5162         * lt~obsolete.m4: Update to libtool 2.2.6.
5163         * ltmain.sh: Update to libtool 2.2.6.
5164         * ltsugar.m4: Update to libtool 2.2.6.
5165         * ltversion.m4: Update to libtool 2.2.6.
5166         * ltoptions.m4: Update to libtool 2.2.6.
5167         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5169 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5171         * MAINTAINERS (Write After Approval): Add myself.
5173 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5175         * MAINTAINERS (Write After Approval): Update my name.
5177 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5179         * MAINTAINERS: Add myself in "Write After Approval".
5181 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5183         * MAINTAINERS: Add myself as ia64 maintainer.
5185 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5187         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5188         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5189         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5190         and Michael Tiemann from Write After Approval since they do not
5191         actually have access.
5193 2008-09-05  Richard Guenther  <rguenther@suse.de>
5195         * configure.ac: Initialize clooglibs to -lcloog.
5196         * configure: Re-generate.
5198 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5200         * MAINTAINERS (Write After Approval): Add myself.
5202 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5204         * configure.ac (--with-cloog-polylib): New.
5205         (--disable-cloog-version-check): New.
5206         (--disable-ppl-version-check): New.
5207         * configure: Re-generate.
5209 2008-09-03  Richard Guenther  <rguenther@suse.de>
5211         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5212         cloog test.
5213         * configure: Re-generate.
5215 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5217         Add picoChip port.
5218         * MAINTAINERS: Add picoChip maintainers.
5220 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5221             Tobias Grosser  <grosser@fim.uni-passau.de>
5222             Jan Sjodin  <jan.sjodin@amd.com>
5223             Harsha Jagasia  <harsha.jagasia@amd.com>
5224             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5225             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5226             Adrien Eliche  <aeliche@isty.uvsq.fr>
5228         Merge from graphite branch.
5229         * configure: Regenerate.
5230         * Makefile.in: Regenerate.
5231         * configure.ac (host_libs): Add ppl and cloog.
5232         Add checks for PPL and CLooG.
5233         * Makefile.def (ppl, cloog): Added modules and dependences.
5234         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5235         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5237 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5239         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5240         (GCC_SHLIB_SUBDIR): New.
5241         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5242         * configure: Regenerate.
5243         * Makefile.in: Regenerate.
5245 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5247         * MAINTAINERS: Consistently use tabs to separate columns.
5249 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5251         * MAINTAINERS (Write after Approval): Add myself.
5253 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5255         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5256         Enable bfd, binutils and opcodes.
5257         * configure: Regenerate.
5259 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5261         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5263 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5265         * MAINTAINERS:  Use correct Umlaut for last name.
5267 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5269         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5271 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5273         * MAINTAINERS: Update my email address.
5275 2008-08-16  Nicolas Roche  <roche@adacore.com>
5277         * Makefile.tpl: Add BOOT_ADAFLAGS.
5278         * Makefile.in: Regenerate.
5280 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5282         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5283         * configure: Regenerate.
5285 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5287         * configure.ac: Add makefile fragments for hpux.
5288         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5289         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5290         * configure: Regenerate.
5291         * Makefile.in: Regenerate.
5293 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5295         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5297 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5299         * MAINTAINERS (Write after Approval): Add myself.
5301 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5303         * MAINTAINERS (Write After Approval):  Add myself.
5305 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5307         * MAINTAINERS (Write After Approval):  Add myself.
5309 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5311         * MAINTAINERS: Update my email address.
5313 2008-06-25  Joey Ye  <joey.ye@intel.com>
5315         * MAINTAINERS (Write After Approval):  Add myself.
5317 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5319         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5320         * Makefile.in: Regenerate.
5321         * configure: Regenerate.
5323 2008-06-17  Daniel Kraft  <d@domob.eu>
5325         * MAINTAINERS (Write After Approval):  Add myself.
5327 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5329         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5330         "$@" is still intact with both Autoconf 2.59 and 2.62.
5331         * configure: Regenerate.
5333 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5335         * Makefile.tpl: Fix comment errors.
5336         * Makefile.in: Regenerate.
5338 2008-06-12  David S. Miller  <davem@davemloft.net>
5339             David Edelsohn  <edelsohn@gnu.org>
5341         * configure.ac: Add powerpc*-*-* to gold supported targets.
5342         * configure: Regenerate.
5344 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5346         PR tree-optimization/36218
5347         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5348         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5349         (all prefix="build-"): Pass them to build-system sub-makes.
5350         * Makefile.in: Regenerate.
5352 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5354         * MAINTAINERS (mt port): Remove.
5355         (sco5, unixware, sco udk): Remove.
5356         (Kean Johnston): Add to Write After Approval.
5358 2008-05-30  Julian Brown  <julian@codesourcery.com>
5360         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5361         of libobjc for ARM EABI Linux.
5362         * configure: Regenerate.
5364 2008-05-18  Xinliang David Li   <davidxl@google.com>
5366         * ChangeLog: Remove wrong ChangeLog entry.
5368 2008-05-17  Xinliang David Li   <davidxl@google.com>
5370         * MAINTAINERS (Write After Approval): Add myself.
5372 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5374         * MAINTAINERS (Write After Approval): Add myself.
5376 2008-05-14  Rafael Espíndola  <espindola@google.com>
5378         * config-ml.in: don't handle --enable-shared and --enable-static.
5380 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5382         * MAINTAINERS: Update my email address.
5384 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5386         * MAINTAINERS: Update my email address.
5388 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5390         * MAINTAINERS (Write After Approval): Add myself.
5392 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5394         * MAINTAINERS (Write After Approval): Add myself.
5396 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5398         * MAINTAINERS (crx): Add myself.
5400 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5402         Sync with src:
5403         2008-04-14  David S. Miller  <davem@davemloft.net>
5405         * configure.ac: Add sparc*-*-* to gold supported targets.
5406         * configure: Regenerate.
5408 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5410         PR bootstrap/35457
5411         * configure.ac: Include override.m4.
5412         * configure: Regenerate.
5414 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5416         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5417         * Makefile.in: Regenerate.
5419 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5421         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5422         as nonconfigurable directories list.
5423         * configure: Regenerate.
5425 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5427         * config.sub, config.guess: Update from upstream sources.
5429 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5431         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5432         * Makefile.in: Regenerate.
5434 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5436         * configure.ac: Do not build libssp for the AVR.
5437         * configure: Regenerate.
5439 2008-04-07  Ian Lance Taylor  <iant@google.com>
5441         * Makefile.def: check-gold depends upon all-binutils.
5442         * Makefile.in: Regenerate.
5444 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5446         * MAINTAINERS (Write After Approval): Add myself.
5448 2008-04-04  Nick Clifton  <nickc@redhat.com>
5450         PR binutils/4334
5451         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5452         builds.
5453         * configure: Regenerate.
5455 2008-04-04  NightStrike  <NightStrike@gmail.com>
5457         PR other/35151
5458         * configure.ac: Combine rules for mingw32 and mingw64.
5459         * configure: Regenerate.
5461 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5463         * MAINTAINERS (Write After Approval): Add myself.
5465 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5467         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5468         * Makefile.in (.NOTPARALLEL): Ditto.
5470 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5472         * MAINTAINERS (Write After Approval): Add myself.
5474 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5476         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5477         * Makefile.in (.NOTPARALLEL): Regenerate.
5479 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5481         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5482         * Makefile.in: Regenerate.
5484 2008-03-26  Jakub Staszak  <kuba@et.pl>
5486         * MAINTAINERS (Write After Approval): Add myself.
5488 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5490         * MAINTAINERS:  Update e-mail address.
5492 2008-03-20  Ian Lance Taylor  <iant@google.com>
5494         * configure.ac: Add support for --enable-gold.
5495         * Makefile.def: Add gold as a directory like ld.
5496         * configure, Makefile.in: Regenerate.
5498 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5500         * configure.ac: m4_include config/proginstall.m4.
5501         * configure: Regenerate.
5503         Backport from upstream Libtool:
5505         2007-10-12  Eric Blake  <ebb9@byu.net>
5507         Deal with Autoconf 2.62's semantic change in m4_append.
5508         * ltsugar.m4 (lt_append): Replace broken versions of
5509         m4_append.
5510         (lt_if_append_uniq): Don't require separator to be overquoted,
5511         and avoid broken m4_append.
5512         (lt_dict_add): Fix typo.
5513         * libtool.m4 (_LT_DECL): Don't overquote separator.
5515 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5517         * config.rpath: Add AIX 6 support.
5519 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5521         * Makefile.def (stageprofile).  Remove -fprofile-generate
5522         from stage_libcflags.
5523         * Makefile.in: Regenerate.
5525 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5527         * config.sub, config.guess: Update from upstream sources.
5529 2008-03-06  Tom Tromey  <tromey@redhat.com>
5531         * MAINTAINERS: Update for treelang deletion.
5533 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5535         * MAINTAINERS: Update my email address.
5537 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5539         * MAINTAINERS (darwin port): Add myself as a maintainer.
5540         (objective-c/c++): Add myself as a maintainer.
5542 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5544         * MAINTAINERS (Write After Approval): Update my email address.
5546 2008-02-25  Tomas Bily  <tbily@suse.cz>
5548         * MAINTAINERS (Write After Approval): Add myself.
5550 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5552         * MAINTAINERS (OpenMP): Add myself.
5554 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5556         PR bootstrap/32009
5557         PR bootstrap/32161
5559         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5560         * configure: Regenerate.
5562         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5563         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5564         STAGE4_LIBCFLAGS): New.
5565         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5566         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5567         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5568         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5569         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5570         for target modules.  Don't export LIBCFLAGS.
5571         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5572         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5573         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5574         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5575         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5576         * Makefile.in: Regenerate.
5578 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5580         PR libgcj/33085
5581         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5582         Do not use -DDLL_EXPORT.  Backport from upstream.
5584 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5586         * MAINTAINERS (Write After Approval): Add myself.
5588 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5590         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5591         * configure: Regenerate.
5593 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5595         * configure.ac (xtensa*-*-*): Recognize processor variants.
5596         * configure: Regenerate.
5598 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5600         PR bootstrap/34922
5601         * configure.ac (PARSE_ARGS): Push suitable setting of
5602         ac_subdirs_all, for `./configure --help=recursive'.
5603         Handle `+' in generic toplevel directory disabling.
5604         * configure: Regenerate.
5606 2008-01-28  Nick Clifton  <nickc@redhat.com>
5608         * MAINTAINERS (xstormy16): Take over maintainership.
5610 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5612         * MAINTAINERS (c4x port): Remove.
5614 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5616         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5618 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5620         * config.sub, config.guess: Update from upstream sources.
5622 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5624         * MAINTAINERS (Write After Approval): Add myself.
5626 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5628         * MAINTAINERS: Update my email address.
5630 2008-01-09  Raksit Ashok  <raksit@google.com>
5632         * MAINTAINERS (Write After Approval): Add myself.
5634 2008-01-09  Raksit Ashok  <raksit@google.com>
5636         * MAINTAINERS (Write After Approval): Add myself.
5638 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5640         * config.sub, config.guess: Update from upstream sources.
5642 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5644         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5645         Change recommended MPFR from 2.2.1 -> 2.3.0.
5646         * configure: Regenerate.
5648 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5650         * MAINTAINERS: Update my email address.
5652 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5654         * MAINTAINERS: Update my email address.
5656 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5658         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5659         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5660         * Makefile.in: Regenerate.
5662 2007-12-10  Mark Heffernan  <meheff@google.com>
5664         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5665         misplaced entries.
5667 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5669         * configure.ac: Enable libjava for x86_64-*-darwin9.
5670         * configure: Regenerate.
5672 2007-12-07  Bill Maddox  <maddox@google.com>
5674         * MAINTAINERS (Write After Approval): Add myself.
5676 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5678         * config.sub, config.guess: Update from upstream sources.
5680 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5682         * config-ml.in: Remove 64bit configure tests.
5684 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5686         * config-ml.in: Robustify against white space in absolute file
5687         names.
5689         * config-ml.in (multi-clean): Substitute ${Makefile}.
5690         Remove superfluous ${Makefile} in list.
5692 2007-11-19  Thiemo Seufer  <ths@mips.com>
5694         * config-ml.in: Don't hardcode the Makefile name.
5696 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5698         * MAINTAINERS (Write After Approval): Add myself.
5700 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5702         * MAINTAINERS (Write After Approval): Add myself.
5704 2007-11-06  Doug Kwan  <dougkwan@google.com>
5706         * MAINTAINERS (Write After Approval): Add myself.
5708 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5710         * MAINTAINERS (mercury): Remove entry.
5711         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5713 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5715         * Makefile.def (dependencies): Make configure-gdb depend on
5716         all-intl.
5717         * Makefile.in: Regenerated.
5719 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5721         * MAINTAINERS (Fortran maintainer): Remove myself.
5723 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5725         * Makefile.def: To avoid problems running with parallel makes,
5726         build newlib before libgloss so that target specific header
5727         files are availble.
5728         * Makefile.in: Regenerate
5730 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5732         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5733         * Makefile.in: Regenerate.
5735 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5737         * MAINTAINERS (Register allocation reviewer): Add myself.
5739 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5741         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5742         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5743         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5744         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5745         * configure: Regenerate.
5747 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5749         * MAINTAINERS (Register allocation reviewer): Add myself.
5751 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5753         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5754         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5755         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5756         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5757         * configure.ac: Default them to host tools for $host = $build.
5758         Subst them.
5760         * configure: Regenerate.
5761         * Makefile.in: Regenerate.
5763 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5765         * MAINTAINERS (Register allocation reviewer): Add myself.
5767 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5769         * MAINTAINERS (Register allocation reviewer): Add myself.
5771 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5773         * MAINTAINERS (Write After Approval): Fix typo.
5775 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5777         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5778         * configure: Regenerate.
5780 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5782         PR bootstrap/31906
5783         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5784         they're already prefixed.
5786 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5788         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5789         libstdc++.
5790         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5791         * configure: Regenerate.
5792         * Makefile.in: Regenerate.
5794 2007-09-17  Andreas Schwab  <schwab@suse.de>
5796         * configure.ac: Raise minimum makeinfo version to 4.6.
5797         * configure: Regenerate.
5799 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5801         * MAINTAINERS (write-after-approval) add myself
5803 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5805         * configure.ac: Correct makeinfo version check.
5806         * configure: Regenerate.
5808 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5810         * MAINTAINERS: Update my email address.
5812 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5814         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5815         to $skipdirs and only disable gprof for newlib.  Use the normal
5816         mips*-elf* handling in other respects.
5817         * configure: Regnerate.
5819 2007-09-12  David Daney  <ddaney@avtrex.com>
5821         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5822         enabling libgcj.
5823         * configure: Regenerate.
5825 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5827         PR other/32154
5828         * configure.ac: For libgloss targets, point the linker to the linker
5829         script, startup code and simulator library.
5830         * configure: Regenerate.
5832 2007-09-07  Andrew Haley  <aph@redhat.com>
5834         * configure.ac (noconfigdirs): Remove target-libffi and
5835         target-libjava.
5836         * configure: Regenerate.
5838 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5840         PR target/33281
5841         * configure.ac: Use config/mh-mingw on mingw.
5842         * configure: Regenerate.
5844 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5846         * MAINTAINERS (Write After Approval): Add myself.
5848 2007-09-05  Richard Guenther  <rguenther@suse.de>
5850         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5851         nor --disable-checking is provided also turn on yes and types
5852         checking for stage1.
5853         * configure: Re-generate.
5855 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5857         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5858         (Write After Approval): Remove myself.
5860 2007-08-29  Nick Clifton  <nickc@redhat.com>
5862         * config.sub, config.guess: Update from upstream sources.
5864 2007-08-22  Bud Davis  <jmdavis@link.com>
5866         * MAINTAINERS (Write After Approval): Added myself.
5867         * MAINTAINERS (Reviewers): Removed myself.
5869 2007-08-18  Paul Brook  <paul@codesourcery.com>
5870             Joseph Myers  <joseph@codesourcery.com>
5872         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5873         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5874         * Makefile.in: Regenerate.
5875         * configure.ac (--with-debug-prefix-map): New.
5876         * configure: Regenerate.
5878 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5879             Nigel Stephens  <nigel@mips.com>
5881         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5882         as target_makefile_frag.
5883         * configure: Regenerate.
5885 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5887         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5888         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5889         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5890         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5891         (do-compare, do-compare3, do-compare-debug): New.
5892         ([+compare-target+]): Use them.
5894 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5896         * MAINTAINERS (Write After Approval): Change my email address.
5898 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5899             Ben Elliston  <bje@au.ibm.com>
5901         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5902         --silent if $silent.
5903         * configure: Regenerate.
5905 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5907         * MAINTAINERS (Various Maintainers): Add myself as
5908         loop infrastructure maintainer.  Update my e-mail
5909         address.
5911 2007-07-31  Diego Novillo  <dnovillo@google.com>
5913         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5914         Adjust description.
5916 2007-07-26  Richard Guenther  <rguenther@suse.de>
5918         * configure.ac: Add types checking to stage1 checking flags.
5919         * configure: Regenerate.
5921 2007-07-17  Nick Clifton  <nickc@redhat.com>
5923         * COPYING3: New file.  Contains version 3 of the GNU General
5924         Public License.
5925         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5926         Lesser General Public License.
5928 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5930         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5932 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5934         * MAINTAINERS (S/390 co-maintainer): Add myself.
5935         (Write After Approval): Remove myself.
5937 2007-07-13  Dan Hipschman  <dsh@google.com>
5939         * MAINTAINERS (Write After Approval): Add myself.
5941 2007-07-11  Nick Clifton  <nickc@redhat.com>
5943         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5944         WINDRES export.
5945         * Makefile.in: Regenerate.
5947 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5949         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5950         maintainer.
5952 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5954         * lt~obsolete.m4: New. Import from 20070318 libtool.
5956 2007-07-03  Julian Brown  <julian@codesourcery.com>
5958         * MAINTAINERS (Write After Approval): Add myself.
5960 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5962         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5963         * configure: Regenerate.
5965 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5967         * configure.ac: Add some missing m4 quotation.
5968         * configure: Regenerate.
5970 2007-07-02  Simon Baldwin  <simonb@google.com>
5972         * MAINTAINERS (Write After Approval): Add myself.
5974 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5976         * configure: Regenerate.
5978 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5980         * Makefile.def: Add windmc tool to build.
5981         * Makefile.tpl: Likewise.
5982         * configure.ac: Likewise.
5983         * Makefile.in: Regenerate.
5984         * configure: Regenerate.
5986 2007-06-28  DJ Delorie  <dj@redhat.com>
5988         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5989         not building newlib.
5990         * configure: Regenerated.
5992 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5994         * MAINTAINERS (Write After Approval): Add myself.
5996 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5998         * MAINTAINERS (Write After Approval): Add myself.
6000 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6002         * MAINTAINERS (Write After Approval): Add myself.
6004 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6006         * MAINTAINERS (Write After Approval): Add myself.
6008 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6010         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6011         * Makefile.in: Regenerated.
6013 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6015         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6016         bfin*-*-uclinux* targets.
6017         * configure: Regenerate.
6019 2007-06-14  Ian Lance Taylor  <iant@google.com>
6021         * MAINTAINERS: Add myself as non-algorithmic global write
6022         maintainer.
6024 2007-06-14  Diego Novillo  <dnovillo@google.com>
6026         * MAINTAINERS: Add self as middle-end maintainer and
6027         non-algorithmic global write maintainer.
6029 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6031         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6032         Move all Fortran maintainers except Paul Brook into the
6033         Non-Autopoiesis section.
6035 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6037         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6038         (distclean-stage[+id+]): Possibly delete stage_last.
6039         * Makefile.in: Regenerate.
6041 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6043         * MAINTAINERS (Various Maintainer): Fix typo.
6045 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6047         * MAINTAINERS (Various Maintainer): Add myself as
6048         dataflow maintainer.
6050 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6052         * config.sub, config.guess: Update from upstream sources.
6054 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6056         * Makefile.tpl: Fix spelling error.
6057         * Makefile.in: Regenerate.
6059 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6061         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6062         lt_cv_sys_max_cmd_len.
6064 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6066         * MAINTAINERS (Various Maintainers): Add myself as
6067         auto-vectorizer maintainer.
6069 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6071         PR libjava/32098
6072         * libtool.m4: Revert previous change.
6073         * ltgcc.m4: Put it here.
6075 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6077         * MAINTAINERS (Various Maintainers): Add myself as
6078         auto-vectorizer maintainer.
6080 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6082         PR libjava/32098
6083         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6085 2007-05-30  Richard Guenther  <rguenther@suse.de>
6087         * MAINTAINERS (Various Maintainers): Add myself as
6088         auto-vectorizer maintainer.
6090 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6092         PR bootstrap/29382
6093         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6094         * configure: Rebuilt.
6096 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6098         * MAINTAINERS (Write After Approval): Removed my name.
6100 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6102         * MAINTAINERS (Write After Approval): Remove myself.
6104 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6106         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6108 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6110         * ltmain.sh: Update from ToT Libtool.
6111         * libtool.m4: Update from ToT Libtool.
6112         * ltsugar.m4: New. Update from ToT Libtool.
6113         * ltversion.m4: New. Update from ToT Libtool.
6114         * ltoptions.m4: New. Update from ToT Libtool.
6115         * ltconfig: Remove.
6116         * ltcf-c.sh: Remove.
6117         * ltcf-cxx.sh: Remove.
6118         * ltcf-gcj.sh: Remove.
6120 2007-05-22  Ollie Wild  <aaw@google.com>
6122         * MAINTAINERS (Write After Approval): Add myself.
6124 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6126         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6127         stage_cflags.
6128         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6129         Remove CFLAGS/LIBCFLAGS.
6130         (configure-stage[+id+]-[+prefix+][+module+],
6131         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6132         * Makefile.in: Regenerate.
6134 2007-05-15  Diego Novillo  <dnovillo@google.com>
6136         * MAINTAINERS: Update e-mail address.
6138 2007-05-15  Revital Eres  <eres@il.ibm.com>
6140         * MAINTAINERS (Write After Approval): Add myself.
6142 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6144         * MAINTAINERS (Write After Approval): Updated my address.
6146 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6148         * MAINTAINERS (Write After Approval): Add myself.
6150 2007-05-11  Silvius Rus  <rus@google.com>
6152         * MAINTAINERS (Write After Approval): Add myself.
6154 2007-04-23  Tom Tromey  <tromey@redhat.com>
6156         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6158 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6160         * MAINTAINERS (cpplib): Rename to ...
6161         (libcpp): ... this.  Add C/C++ front end maintainers.
6163 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6165         * config-ml.in: Pass ${ml_config_env} to configure calls.
6167 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6169         * MAINTAINERS (Write After Approval): Add myself.
6171 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6173         * MAINTAINERS (Write After Approval): Add myself.
6175 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6177         * MAINTAINERS (fortran 95 front end): Add myself.
6179 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6181         * MAINTAINERS (Write After Approval): Add myself.
6183 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6185         * MAINTAINERS (Modulo Scheduler): Add myself.
6187 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6189         * MAINTAINERS (fortran 95 front end): Add myself.
6190         (c++ front end): whitespace fix.
6192 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6194         * MAINTAINERS (Write After Approval): Add myself.
6196 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6198         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6199         of glob.  Quote arguments with single quotes too.
6200         * configure: Regenerate.
6202 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6204         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6205         * Makefile.in: Regenerate
6207 2007-03-07  Andreas Schwab  <schwab@suse.de>
6209         * configure: Regenerate.
6211 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6213         * configure.ac: Add "--with-pdfdir" configure option,
6214         which defines pdfdir variable.
6215         * Makefile.def (target=fixincludes): Add install-pdf to
6216         missing targets.
6217         (recursive_targets): Add install-pdf target.
6218         (flags_to_pass): Add pdfdir.
6219         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6220         target.
6221         * configure: Regenerate
6222         * Makefile.in: Regenerate
6224 2007-02-28  Eric Christopher  <echristo@apple.com>
6226         Revert:
6227         2006-12-07  Mike Stump  <mrs@apple.com>
6229         * Makefile.def (dependencies): Add dependency for
6230         install-target-libssp and install-target-libgomp on
6231         install-gcc.
6232         * Makefile.in: Regenerate.
6234 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6236         * configure: Regenerate.
6237         * configure.ac: Move statements after variable declarations.
6239 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6241         * MAINTAINERS: Add myself as sh maintainer.
6243 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6245         * configure.ac: Adjust for loop syntax.
6246         * configure: Regenerate.
6248 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6250         * configure: Rebuilt.
6252 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6254         * configure.ac: Drop multiple occurrences of --enable-languages,
6255         and fix its quoting.
6256         * configure: Rebuilt.
6258 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6259             Nathan Sidwell  <nathan@codesourcery.com>
6260             Vladimir Prus  <vladimir@codesourcery.com>
6261             Joseph Myers  <joseph@codesourcery.com>
6263         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6264         * configure: Regenerate.
6266 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6268         * ltconfig (freebsd*): Default to elf.
6270 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6272         * configure.ac (target_libraries): Move libgcc before libiberty.
6273         * configure: Regenerated.
6275 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6276             Paolo Bonzini  <bonzini@gnu.org>
6278         PR bootstrap/30753
6279         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6280         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6281         * configure: Regenerated.
6283 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6285         * MAINTAINERS (Language Front End Maintainers): Update my mail
6286         address.
6288 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6290         PR bootstrap/30748
6291         * configure.ac: Correct syntax for Solaris ksh.
6292         * configure: Regenerated.
6294 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6296         * configure.ac: Sync with src.
6297         * configure: Regenerate.
6299 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6301         * Makefile.in: Regenerate.
6303 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6305         * config.sub: Sync with src.
6307 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6309         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6310         noncanonical equivalents.
6311         * configure.in: Rename to...
6312         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6313         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6314         target_noncanonical.  Use them.  Rewrite removal of configure
6315         arguments for autoconf 2.59.  Discard variable settings.  Force
6316         program_transform_name for native tools.
6318         * Makefile.in: Regenerated.
6319         * configure: Regenerated with autoconf 2.59.
6321 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6323         * MAINTAINERS (Write After Approval): Add myself.
6325 2007-01-31  Andreas Schwab  <schwab@suse.de>
6327         * Makefile.tpl (LDFLAGS): Substitute it.
6328         * Makefile.in: Regenerate.
6330 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6332         * MAINTAINERS (Write After Approval): Add myself.
6334 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6336         * MAINTAINERS (spu port): Add myself.
6338 2007-01-23  Richard Guenther  <rguenther@suse.de>
6340         PR bootstrap/30541
6341         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6342         * Makefile.tpl (GNATBIND): Substitute it.
6343         (GNATMAKE): Likewise.
6344         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6345         of STAGE_PREFIX.
6346         * Makefile.in: Regenerate.
6347         * configure: Regenerate.
6349 2007-01-18  Mike Stump  <mrs@apple.com>
6351         * configure.in: Re-enable -Werror for gcc builds.
6353 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6355         * MAINTAINERS (Write After Approval): Add myself.
6357 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6359         * configure.in: Change == to = in test command.
6360         * configure: Regenerate.
6362 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6363             Nick Clifton  <nickc@redhat.com>
6364             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6366         * configure.in (build_configargs, host_configargs, target_configargs):
6367         Remove build/host/target parameters.
6368         (host_libs): Add gmp and mpfr.
6369         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6370         * Makefile.def (gmp, mpfr): New.
6371         (gcc): Remove target.
6372         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6373         target_os, target_vendor): New.
6374         (configure): Add host_alias/target_alias arguments; adjust invocations.
6375         * configure: Regenerate.
6376         * Makefile.in: Regenerate.
6378 2007-01-11  Matt Fago  <fago@earthlink.net>
6380         * configure.in: Try to link to functions only in mpfr 2.2.x
6381         to improve robustness of configure tests.
6382         * configure: Regenerate.
6384 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6386         * MAINTAINERS: Add myself as i386 maintainer.
6388 2007-01-08  Jan Hubicka  <jh@suse.cz>
6390         * MAINTAINERS: Add myself as i386 maintainer.
6392 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6394         * configure.in: Add support for an x86_64-mingw* target.
6395         * configure: Regenerate.
6397 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6399         * Makefile.tpl (all-target): Correct @if conditional for target
6400         modules.
6401         * configure.in: Omit libiberty if building only target libgcc.
6402         * configure, Makefile.in: Regenerated.
6404 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6406         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6407         * configure: Regenerate.
6409 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6411         * Makefile.def (target_modules): Add libgcc.
6412         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6413         * Makefile.tpl (clean-target-libgcc): Delete.
6414         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6415         on gcc even for bootstrapped modules.  Rewrite handling of
6416         lang_env_dependencies to loop over target_modules.
6417         * configure.in (target_libraries): Add target-libgcc.
6418         * Makefile.in, configure: Regenerated.
6420 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6422         * configure.in: Reorganize recognition of languages.  Add
6423         --enable-stage1-languages.  Show supported languages for the chosen
6424         target rather than all recognized languages.
6425         * configure: Regenerate.
6427 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6429         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6430         * Makefile.in: Regenerate.
6432 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6434         * configure.in: Warn that MPFR 2.2.0 is buggy.
6435         * configure: Regenerate.
6437 2006-12-27  Ian Lance Taylor  <iant@google.com>
6439         * configure.in: When removing Makefiles to force a reconfigure, also
6440         remove prev-DIR*/Makefile.
6441         * configure: Regenerate.
6443 2006-12-22  Andreas Schwab  <schwab@suse.de>
6445         * configure: Regenerate with correct autoconf version.
6447 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6449         * configure.in: add AC_SUBST for *_FOR_TARGET.
6450         * configure: Regenerate.
6452 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6454         * configure.in: Simplify logic for rejecting languages that cannot
6455         be built.  Separate the case when a language is unsupported,
6456         from the case when the user chooses not to build a language.
6458 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6460         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6461         it only affects bootstrap and could be tested on "$host" as well.
6462         * configure: Regenerate.
6463         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6465 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6467         PR bootstrap/29544
6468         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6469         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6470         move here comment from Makefile.tpl.
6471         * Makefile.tpl: Move some definitions higher in the file.
6472         (STAGE1_CHECKING): New.
6473         * configure.in: Add --enable-stage1-checking.
6474         * configure: Regenerate.
6475         * Makefile.in: Regenerate.
6477 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6479         * MAINTAINERS: Add myself as build system maintainer.
6481 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6483         * MAINTAINERS (Write After Approval): Add myself.
6485 2006-12-13  Eric Christopher  <echristo@apple.com>
6487         * MAINTAINERS: Add myself as darwin maintainer.
6489 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6491         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6493 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6495         MAINTAINERS: Update my entry.
6497 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6499         * configure.in:  Handle spu makefile frag.
6500         * Makefile.tpl (MAINT): Define
6501         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6502         * configure: Regenerate.
6503         * Makefile.in: Regenerate.
6505 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6507         * config.guess: Import latest version.
6508         * config.sub: Likewise.
6510 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6512         * configure.in (spu-*-*): Don't skip target-libiberty.
6513         * configure: Regenerate.
6515 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6517         PR bootstrap/30134
6518         * configure.in: Correct x86 darwin support for libjava to powerpc
6519         and i?86 only.
6520         * configure: Regenerate.
6522 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6524         * configure.in: Add x86 darwin support for libjava.
6525         * configure: Regenerate.
6527 2006-12-07  Mike Stump  <mrs@apple.com>
6529         * Makefile.def (dependencies): Add dependency for
6530         install-target-libssp and install-target-libgomp on
6531         install-gcc.
6532         * Makefile.in: Regenerate.
6534 2006-12-04  Richard Guenther  <rguenther@suse.de>
6536         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6537         (Non-Algorithmic Maintainers): Move over non-algorithmic
6538         loop optimizer maintainers, add myself as a non-algorithmic
6539         middle-end maintainer.
6541 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6543         * MAINTAINERS (Write After Approval): Add myself.
6545 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6547         * configure.in: Update error message for missing GMP/MPFR.
6549         * configure: Regenerate.
6551 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6553         * configure.in: Update MPFR version in error message.
6555         * configure: Regenerate.
6557 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6559         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6560         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6561         --with-gmp-lib): New flags.
6563         * configure: Regenerate.
6565 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6567         * MAINTAINERS (Write After Approval): Change my email address.
6569 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6571         * MAINTAINERS (Write After Approval): Add myself.
6573 2006-11-22  Philipp Thomas  <pth@suse.de>
6575         * MAINTAINERS (i18n): Update e-mail address.
6577 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6579         * MAINTAINERS (spu port): Add myself as maintainer.
6580         (Write After Approval): Remove myself.
6582 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6584         * configure.in (skipdirs): Don't build libssp for SPU.
6585         * configure: Regenerate.
6587 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6589         * MAINTAINERS (spu port): Add myself as maintainer.
6590         (libobjc): Update my email address.
6592 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6594         * MAINTAINERS (Write After Approval): Add myself.
6596 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6598         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6599         * configure : Rebuilt.
6601 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6603         * MAINTAINERS (Write After Approval): Add myself.
6605 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6607         * MAINTAINERS (Write After Approval): Add myself.
6609 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6611         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6612         libmpfr.a.
6613         * configure: Regenerate.
6615 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6617         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6618         (unstage): Test for stage_last presence.
6620         PR bootstrap/29802
6621         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6622         STAGE_PREFIX.
6623         * Makefile.in: Regenerate.
6625 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6627         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6628         maintainers.
6630 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6632         * MAINTAINERS (Write After Approval): Add myself.
6634 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6636         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6637         and stageN-package/Makefile.
6638         * Makefile.in: Regenerated.
6640 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6642         * configure.in: Remove target-libgloss from noconfigdirs for
6643         bfin-*-*.
6644         * configure: Regenerated.
6646 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6648         * configure.in (have_gmp): Only error if the gcc directory exists.
6650         * configure: Regenerate.
6652 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6654         * configure.in: Robustify error message for missing GMP/MPFR.
6656         * configure: Regenerate.
6658 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6660         * MAINTAINERS (Write After Approval): Add myself.
6662 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6664         * MAINTAINERS: Change email address.
6666 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6668         * MAINTAINERS (Write After Approval): Add myself.
6670 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6672         * MAINTAINERS (Write After Approval): Add myself.
6674 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6676         * MAINTAINERS (Write After Approval): Move myself to
6677         Write After Approval section.
6679 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6681         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6682         need_gmp anymore.
6683         * configure: Regenerate.
6685 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6687         * MAINTAINERS (Write After Approval): Add myself.
6689 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6691         * config.guess: Import latest version.
6692         * config.sub: Likewise.
6694 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6696         * Makefile.def: Added pdf target handling.
6697         * Makefile.tpl: Added pdf target handling.
6698         * Makefile.in: Regenerated.
6700 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6702         * MAINTAINERS: Add self as score port maintainer.
6704 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6706         * MAINTAINERS (Write After Approval): Add myself.
6708 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6710         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6711         or newer.
6712         * configure: Regenerated.
6714 2006-09-27  Dave Brolley  <brolley@redhat.com>
6716         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6717         using $s instead of $r.
6718         * configure: Regenerated.
6720 2006-09-26  Thiemo Seufer  <ths@mips.com>
6722         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6723         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6724         * configure: Regenerate.
6726 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6728         * MAINTAINERS (Write After Approval): Remove myself.
6730 2006-09-22  Chao-ying Fu  <fu@mips.com>
6732         * MAINTAINERS (Write After Approval): Add myself.
6734 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6736         * MAINTAINERS: Add self as soft-fp maintainer.
6738 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6740         * MAINTAINERS: Add myself as avr maintainer.
6741         Remove Marek Michalkiewicz as avr maintainer.
6743 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6745         * MAINTAINERS (Write After Approval): Add myself.
6747 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6749         * configure.in: Never build newlib for a Mingw host.
6750         Never build newlib as Mingw target library.
6751         Test the existence of winsup/cygwin for building a Cygwin newlib,
6752         rather than just winsup.
6753         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6754         building a Mingw target.
6755         * configure: Regenerate.
6757 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6759         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6761 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6763         * config.guess: Import from src (was more updated).
6764         * config.sub: Likewise.
6766 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6768         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6769         * configure: Regenerated.
6771 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6773         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6774         for stages after the first.
6776 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6778         * Makefile.def: Add dependencies for configure-opcodes
6779         on configure-intl and all-opcodes on all-intl.
6780         * Makefile.in: Regenerated.
6782 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6784         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6786 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6788         Port to hosts whose 'sort' and 'tail' implementations
6789         treat operands with leading '+' as file names, as POSIX
6790         has required since 2001.  However, make sure the code still
6791         works on pre-POSIX hosts.
6792         * ltmain.sh: Don't assume "sort +2" is equivalent to
6793         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6795 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6797         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6799 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6801         * ltconfig: chmod 644 before ranlib during install.
6803 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6805         PR bootstrap/18058
6806         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6807         if the bootstrap compiler is a GCC version that supports it.
6808         * configure: Regenerate.
6810 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6812         * configure.in: Fix thinkos in previous check-in.
6813         * configure: Regenerate.
6815 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6817         PR other/27063
6818         * configure.in: Test subdir_requires and give an appropriate
6819         error message.
6820         * configure: Regenerate.
6822 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6824         * MAINTAINERS (Write After Approval): Add myself.
6826 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6828         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6830 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6832         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6834 2006-06-20  David Ayers  <d.ayers@inode.at>
6836         PR bootstrap/28072
6837         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6838         whether target-libjava is being configured instead of whether the
6839         java front end is enabled.
6840         * configure: Regenerate.
6842 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6844         PR target/27540
6845         * configure.in: Only enable libgomp on IRIX 6.
6846         * configure: Regenerate.
6848 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6850         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6851         too.
6852         * Makefile.in: Regenerate.
6854 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6856         * config-ml.in: Alter CCASFLAGS to include special
6857         multilib options the same as is done for CFLAGS.
6859 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6861         * configure.in: Don't enable libgomp on hpux10.
6862         * configure: Rebuilt.
6864 2006-06-12  David Ayers  <d.ayers@inode.at>
6866         PR bootstrap/27963
6867         PR target/19970
6868         * configure.in: Remove target-boehm-gc from noconfigdirs where
6869         ${libgcj} is specified.
6870         * configure: Regenerate.
6872 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6874         Sync from src:
6876         * configure.in: Sync.
6877         * configure: Regenerated.
6879         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6881         * Makefile.def: Added dependencies from sim and gdb on intl, and
6882         added configure dependencies to everything with an all dependency
6883         on intl.
6884         * Makefile.in: Regenerated.
6886 2006-06-06  David Ayers  <d.ayers@inode.at>
6888         PR libobjc/13946
6889         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6890         * Makefile.in: Regenerate.
6891         * configure.in: Add --enable-objc-gc at toplevel and have it
6892         enable boehm-gc for Objective-C.
6893         Remove target-boehm-gc from libgcj.
6894         Add target-boehm-gc to target_libraries.
6895         Add target-boehm-gc to noconfigdirs where ${libgcj}
6896         is specified.
6897         Assert that boehm-gc is supported when requested for Objective-C.
6898         Only build boehm-gc if needed either for Java or Objective-C.
6899         * configure: Regenerate.
6901 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6903         PR 27674
6904         * Makefile.tpl (configure-[+prefix+][+module+],
6905         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6906         Remove rule to unstage bootstrapped modules.
6907         (stage_current): New.
6908         * Makefile.in: Regenerate.
6910 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6912         * MAINTAINERS (Write After Approval): Update my e-mail address.
6914 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6916         * include/libiberty.h: Declare pex_run_in_environment.
6918 2006-05-31  Asher Langton  <langton2@llnl.gov>
6920         * MAINTAINERS (Write After Approval): Add myself.
6922 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6924         * Makefile.def (bfd, opcodes): Fix lib_path.
6925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6926         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6927         * Makefile.in: Regenerate.
6929 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6931         * Makefile.in: Regenerate.
6933 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6935         * Makefile.def: Add install-html target. Add datarootdir
6936         docdir and htmldir to flags_to_pass.
6937         * Makefile.tpl: Add install-html target.
6938         * Makefile.in: Regenerate.
6939         * configure.in: Add --with-datarootdir, --with-docdir, and
6940         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6941         * configure: Regenerate.
6943 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6945         * configure.in: Enable gprof for cross builds.
6946         * configure: Regenerate.
6948 2006-05-22  Richard Guenther  <rguenther@suse.de>
6950         Revert
6951         2006-01-31  Richard Guenther  <rguenther@suse.de>
6952         Paolo Bonzini  <bonzini@gnu.org>
6954         * Makefile.def (target_modules): Add libgcc-math target module.
6955         * configure.in (target_libraries): Add libgcc-math target library.
6956         (--enable-libgcc-math): New configure switch.
6957         * Makefile.in: Re-generate.
6958         * configure: Re-generate.
6959         * libgcc-math: New toplevel directory.
6961 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6962             Andreas Tobler  <a.tobler@schweiz.ch>
6964         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6965         * configure: Rebuilt.
6967 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6969         * MAINTAINERS (Write After Approval): Add myself.
6971 2006-05-01  DJ Delorie  <dj@redhat.com>
6973         * configure.in: Restore CFLAGS if GMP isn't present.
6974         * configure: Regenerate.
6976 2006-05-01  Richard Guenther  <rguenther@suse.de>
6978         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6979         maintainer.
6981 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6983         * MAINTAINERS (Write After Approval): Add myself.
6985 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6987         * MAINTAINERS (Write After Approval): Add myself.
6989 2006-04-18  DJ Delorie  <dj@redhat.com>
6991         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6992         reference libgloss so that libssp can be built in a combined
6993         tree.
6994         * configure: Regenerate.
6996 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6998         * MAINTAINERS (Write After Approval): Add myself.
7000 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7002         * configure.in: Require makeinfo 4.4 or higher.
7003         * configure: Regenerate.
7005 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7007         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7008         Rearrange the entries of other libraries to have them in one place.
7010 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7012         * MAINTAINERS (Write After Approval): Remove myself.
7013         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7015 2006-03-14  Richard Guenther  <rguenther@suse.de>
7017         * configure: Regenerate with autoconf 2.13.
7019 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7021         * MAINTAINERS: Use my work address.
7023         * MAINTAINERS: Update my E-mail address.
7025 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7027         * configure.in: Handle --disable-<component> generically.
7028         * configure: Regenerate.
7030 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7032         PR libgcj/17311
7033         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7035 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7037         * MAINTAINERS (Write After Approval):  Remove myself.
7038         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7040 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7042         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7043         (TARGET_CONFIGDIRS): Remove.
7044         * configure.in: Remove AC_SUBST(target_configdirs).
7045         * Makefile.in, configure: Regenerated.
7047 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7049         * MAINTAINERS (Write After Approval):  Remove myself.
7050         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7052 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7054         PR bootstrap/25670
7056         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7058         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7059         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7060         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7061         BUILD_PREFIX, BUILD_PREFIX_1.
7062         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7064         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7065         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7067         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7068         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7069         of `cat stage_current`.  Always provide the `r' and `s' variables.
7070         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7071         a single shell execution.
7072         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7073         bootstrapped modules, make the stage1 module if the build was not
7074         started yet, else build the current stage.
7075         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7076         (all-build, all-host, all-target, [+make_target+]-host,
7077         [+make_target+]-target): Do not use \-continued lines.
7078         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7079         (current_stage, restrap, stage_last): New.
7081         * Makefile.in: Regenerate.
7082         * configure: Regenerate.
7084 2006-02-19  Bud Davis  <jmdavis@link.com>
7086         * MAINTAINERS (Write After Approval):  Remove myself.
7087         (Language Front End Maintainers):  Add myself as fortran 95
7088         maintainer and update e-mail address.
7090 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7092         * MAINTAINERS (Write After Approval):  Remove myself.
7093         (Language Front End Maintainers):  Add myself as fortran 95
7094         maintainer.
7096 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7098         * MAINTAINERS (Write After Approval): Add myself.
7100 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7102         * MAINTAINERS (Write After Approval):  Remove myself.
7103         (Language Front End Maintainers):  Add myself as
7104         fortran 95 maintainer.
7106 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7108         Sync from src:
7110         2005-12-27  Leif Ekblad  <leif@rdos.net>
7112         * configure.in: Add support for RDOS target.
7113         * configure: Regenerate.
7115 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7116             Andreas Schwab  <schwab@suse.de>
7118         * configure: Regenerate.
7120 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7122         * configure.in (enable_libgomp): Add AIX.
7123         * configure: Regenerate.
7125 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7127         * MAINTAINERS (Write After Approval): Add myself.
7129 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7131         * MAINTAINERS (Write After Approval): Add myself.
7133 2006-01-31  Richard Guenther  <rguenther@suse.de>
7134         Paolo Bonzini  <bonzini@gnu.org>
7136         * Makefile.def (target_modules): Add libgcc-math target module.
7137         * configure.in (target_libraries): Add libgcc-math target library.
7138         (--enable-libgcc-math): New configure switch.
7139         * Makefile.in: Re-generate.
7140         * configure: Re-generate.
7141         * libgcc-math: New toplevel directory.
7143 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7145         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7146         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7147         the assembler, linker and binutils.
7148         * configure: Regenerate.
7150 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7152         * MAINTAINERS (Write After Approval): Add myself.
7154 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7156         * configure: Regenerate.
7158 2006-01-18  Richard Henderson  <rth@redhat.com>
7159             Jakub Jelinek  <jakub@redhat.com>
7160             Diego Novillo  <dnovillo@redhat.com>
7162         * libgomp: New directory.
7163         * Makefile.def: Add target_module libgomp.
7164         * Makefile.in: Regenerate.
7165         * configure.in (target_libraries): Add target-libgomp.
7166         * configure: Regenerate.
7168 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7170         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7171         @ from continuation.
7172         * Makefile.in: Rebuilt.
7174 2006-01-04  Chris Lattner  <sabre@gnu.org>
7176         * MAINTAINERS (Write After Approval): Add myself.
7178 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7180         PR bootstrap/24252
7182         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7183         * Makefile.tpl (OBJDUMP): New.
7184         (EXTRA_HOST_FLAGS): Add it.
7185         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7187         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7188         to use symbolic links between directories.  Avoid race conditions
7189         or make them harmless.
7190         * configure.in: Do not try to use symbolic links between directories.
7192         * Makefile.def (LEAN): Pass.
7193         * Makefile.tpl (LEAN): Define.
7194         (stage[+id+]-start): Accept that the previous directory does not
7195         exist, if the bootstrap is lean.
7196         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7197         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7198         configure substitution.
7199         ([+compare-target+]): Likewise.
7200         ([+bootstrap-target+]-lean): New.
7201         * configure.in: Remove lean bootstrap support from here.
7203         * Makefile.in: Regenerate.
7204         * configure: Regenerate.
7206 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7208         * MAINTAINERS (libdecnumber): Add myself.
7210 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7212         * libtool-ldflags: New script.
7214 2006-01-02  Andreas Schwab  <schwab@suse.de>
7216         * configure.in: When reconfiguring remove Makefile in
7217         all stage directories.
7218         * configure: Regenerate.
7220 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7222         * MAINTAINERS: Update my email address.
7224 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7226         Revert Ada-related part of the previous change.
7228         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7229         Do not pass.
7230         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7231         * Makefile.in: Regenerate.
7232         * configure.in: Do not include mt-ppc-aix target fragment.
7233         * configure: Regenerate.
7235 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7237         * configure.in: Select appropriate fragments for PowerPC/AIX.
7238         * configure: Regenerate.
7240         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7241         BOOT_CFLAGS, BOOT_LDFLAGS.
7242         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7243         BOOT_CFLAGS, BOOT_LDFLAGS.
7244         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7245         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7246         (stage): Fail if we cannot complete the work.
7247         * Makefile.in: Regenerate.
7249 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7251         * configure.in: Replace ms1 with mt.
7252         * configure: Rebuilt.
7254 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7256         * MAINTAINERS: Update my email address.
7258 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7260         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7261         install-host-nogcc): Don't invoke $(stage) at the end.
7262         * Makefile.in: Regenerate.
7264 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7266         * configure.in: Flip the top-level bootstrap switch.
7267         * configure: Regenerate.
7269 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7271         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7272         $(stage) and $(unstage).
7273         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7274         (all): Remove stray semicolon.
7275         (local-distclean): Don't handle multilib.tmp and multilib.out.
7276         (install.all): Set $s for consistency.
7277         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7278         check_multilibs setting.  Always make the install directory.
7279         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7280         Correct @if/@endif.
7281         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7282         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7283         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7284         (multilib.out): Remove.
7285         * Makefile.in: Regenerated.
7287 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7289         * MAINTAINERS (Write After Approval): Add myself.
7291 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7293         * MAINTAINERS: Add myself as mt maintainer.
7295         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7297 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7299         * MAINTAINERS: Change email address.
7301 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7303         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7304         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7305         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7306         Find in-tree tools if available.
7307         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7308         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7309         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7310         (COMPILER_*_FOR_TARGET): New.
7311         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7312         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7313         (CONFIGURED_*, USUAL_*): Remove.
7314         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7315         STRIP): Use autoconf substitutions.
7316         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7317         COMPILER_NM_FOR_TARGET): New.
7318         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7320         (all): Make all-host and all-target in parallel.
7321         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7322         that $$r and $$s are set before invoking a recursive make.
7323         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7324         ([+bootstrap-target+]): Inline most of the `all' target.
7326 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7328         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7329         from the gcc build directory.
7330         * Makefile.in: Regenerate.
7332 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7334         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7335         depend on all-libdecnumber.
7336         * configure.in (host_libs): Include libdecnumber.
7337         * Makefile.in: Regenerate.
7338         * configure: Likewise.
7340 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7342         * libdecnumber: Import decNumber sources from the dfp-branch.
7344 2005-11-21  Kean Johnston  <jkj@sco.com>
7346         * config.sub, config.guess: Sync from upstream sources.
7348 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7350         Import from Autoconf sources:
7352         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7353         * config/move-if-change: Don't output "$2 is unchanged";
7354         suggested by Ben Elliston.  Handle weird characters correctly.
7356 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7358         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7359         to match upstream libtool for darwin.
7361 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7363         * Makefile.def: Remove gdb dependencies for gdbtk.
7364         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7365         (configure-gdb, install-gdb): New rules.
7366         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7367         * Makefile.in, configure: Regenerated.
7369 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7371         * MAINTAINERS (Write After Approval): Add myself.
7373 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7375         * MAINTAINERS (Write After Approval): Add myself.
7377 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7379         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7380         Diego Novillo.
7382 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7384         PR bootstrap/24297
7385         * Makefile.tpl (do-[+make-target+], do-check, install,
7386         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7387         are set before recursing.
7388         * Makefile.in: Regenerate.
7390 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7392         PR bootstrap/18939
7393         * Makefile.def (gcc) <target>: Fix thinko.
7394         * Makefile.in: Regenerate.
7396 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7398         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7399         * configure: Regenerate.
7401 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7403         * MAINTAINERS (Write After Approval): Add self.
7405 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7407         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7408         target-libffi, target-qthreads, target-libjava, and
7409         targetlibobjc.
7410         * configure: Regenerate.
7412 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7414         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7415         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7416         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7417         (USUAL_OBJDUMP_FOR_TARGET): New.
7418         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7419         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7420         * configure, Makefile.in: Regenerated.
7422 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7424         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7425         before other host packages.
7427 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7429         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7431 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7433         PR bootstrap/22340
7435         * configure.in (default_target): Remove.
7436         * Makefile.tpl (all): Do not use prerequisites as subroutines
7437         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7438         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7439         use prerequisites as subroutines.
7440         (check-host, check-target): New.
7441         (bootstrap configure & all targets): Do not use stage*-start
7442         if the directory layout is already ok.
7443         (non-bootstrap configure & all targets): Prepend a $(unstage).
7444         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7445         (NOTPARALLEL): Remove.
7446         (unstage, stage variables): New variables.
7447         (unstage, stage targets): Simply expand to those variables.
7449         * configure: Regenerate.
7450         * Makefile.in: Regenerate.
7452 2005-10-04  James E Wilson  <wilson@specifix.com>
7454         * Makefile.def (lang_env_dependencies): Add libmudflap.
7455         * Makefile.in: Regenerate.
7457 2005-10-03  Andreas Schwab  <schwab@suse.de>
7459         Backport from libtool CVS:
7460         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7462         * ltmain.sh: add support for installing into temporary
7463         staging area (e.g. 'make install DESTDIR=...')
7465 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7467         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7468         * configure: Regenerated.
7470 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7472         * configure: Regenerate with the correct
7473         autoconf version.
7475 2005-09-30  Catherine Moore  <clm@cm00re.com>
7477         * configure.in (bfin-*-*): New.
7478         * configure: Regenerated.
7480 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7482         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7483         (LIPO_FOR_TARGET): New.
7484         (CONFIGURED_LIPO_FOR_TARGET): New.
7485         (USUAL_LIPO_FOR_TARGET): New.
7486         (STRIP_FOR_TARGET): New.
7487         (CONFIGURED_STRIP_FOR_TARGET): New.
7488         (USUAL_STRIP_FOR_TARGET): New.
7489         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7490         STRIP_FOR_TARGET.
7491         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7492         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7493         * Makefile.in: Regenerate.
7494         * configure: Regenerate.
7496 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7498         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7499         (rs6000-*-aix*): Same.
7500         * configure: Regenerate.
7502 2005-09-16  Tom Tromey  <tromey@redhat.com>
7504         * MAINTAINERS: Add self as java maintainer.
7506 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7508         * configure.in: Recognize f95 in the --enable-languages option,
7509         and substitute it for fortran, issuing a warning.
7510         * configure: Regenerate.
7512 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7514         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7515         * configure:  Regenerated.
7517 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7519         * MAINTAINERS: Add self as ms1 maintainer.
7521 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7523         * Makefile.def (libssp): Add to lang_env_dependencies.
7524         * Makefile.in: Regenerate.
7526 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7528         * MAINTAINERS: Add myself as middle-end maintainer.
7530 2005-08-17  Christian Groessler  <chris@groessler.org>
7532         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7533         * Makefile.in: Regenerate.
7535 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7537         * MAINTAINERS (write after approval): Added myself.
7539 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7541         * MAINTAINERS (Write After Approval): Add myself.
7543 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7545         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7546         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7547         Look for alternate names of the target cc and c++
7548         * configure: Regenerate.
7550 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7552         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7553         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7554         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7555         tools; remove code to manually set them.
7556         (Target tools): Look in the environment for them.
7557         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7558         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7559         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7560         build directory.
7561         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7562         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7563         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7564         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7565         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7566         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7567         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7568         * configure: Regenerate.
7569         * Makefile.in: Regenerate.
7571 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7573         * MAINTAINERS: Update for removed CPU targets.
7575 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7577         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7578         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7579         * Makefile.in: Regenerated.
7581 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7583         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7584         (CFLAGS_FOR_TARGET): Use it.
7585         (CXXFLAGS_FOR_TARGET): Likewise.
7586         * Makefile.in: Regenerated.
7587         * configure.in (--with-build-sysroot): New option.
7588         * configure: Regenerated.
7590 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7592         * Makefile.tpl: Wrap install between unstage and stage
7593         * Makefile.in: Regenerate.
7595 2005-07-21  Eric Christopher  <echristo@apple.com>
7597         * MAINTAINERS: Update affiliation.
7599 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7601         * MAINTAINERS: Add self as crx port maintainer.
7603 2005-07-20  DJ Delorie  <dj@redhat.com>
7605         * MAINTAINERS: Add self as m32c maintainer.
7607 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7609         * all files: Update FSF address.
7611 2005-07-15  Eric Christopher  <echristo@redhat.com>
7613         * MAINTAINERS: Change affiliation.
7615 2005-07-14  Jim Blandy  <jimb@redhat.com>
7617         * configure.in: Add cases for Renesas m32c.
7618         * configure: Regenerated.
7620 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7622         * COPYING.LIB: Update from fsf.org.
7624 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7626         * COPYING, compile, config.guess,
7627         config.sub, install-sh, missing, mkinstalldirs,
7628         symlink-tree, ylwrap: Sync from upstream sources.
7629         * config-ml.in: Update FSF address.
7631 2005-07-13  Eric Christopher  <echristo@redhat.com>
7633         * configure.in: Add toplevel noconfigdir support for tpf.
7634         * configure: Regenerate.
7636 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7638         PR ada/22340
7640         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7641         * Makefile.in: Regenerate.
7643 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7645         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7646         Brolley to write-after-approval.
7648 2005-07-07  Andreas Schwab  <schwab@suse.de>
7650         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7651         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7652         * Makefile.in: Regenerated.
7654 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7656         * configure.in: Don't build sim or rda when targetting darwin.
7657         * configure: Regenerate.
7659 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7661         * configure.in: Add --enable-libssp and --disable-libssp.
7662         * configure: Regenerate with autoconf-2.13.
7664 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7666         * Makefile.def (target_modules): Add libssp.
7667         * configure.in (target_libraries): Add target-libssp.
7668         * configure: Rebuilt.
7669         * Makefile.in: Rebuilt.
7671 2005-07-01  Zack Weinberg  <zackw@panix.com>
7673         * MAINTAINERS: Change email address.  Resign from maintainership.
7675 2005-07-01  Richard Guenther  <rguenther@suse.de>
7677         * MAINTAINERS: Change my e-mail address and affiliation.
7679 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7681         * Makefile.def (stagefeedback): Come after profile.
7682         Define profiledbootstrap target.
7683         * Makefile.tpl (profiledbootstrap): Remove.
7684         (stageprofile-end): Zap stagefeedback.
7685         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7686         * Makefile.in: Regenerate.
7688 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7690         * MAINTAINERS: Update my email address.
7692 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7694         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7695         In 'cpp' stanza, support '#line' as well as '# '.
7697 2005-06-08  Andreas Schwab  <schwab@suse.de>
7699         * MAINTAINERS: Move myself from 'Write After Approval' to
7700         'CPU Port Maintainers' section as m68k maintainer.
7702 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7704         * configure.in (unsupported_languages): New macro.
7705         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7706         non-ported target libraries in noconfigdirs.
7707         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7708         non-linux-gnu.  Remove libgcj_ex_libffi.
7709         <lang_frag loop>: Set add_this_lang=no if the language is in
7710         unsupported_languages.
7711         * configure: Regenerate.
7713 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7715         * configure.in: Fix typo in handling of --with-mpfr-dir.
7716         * configure: Regenerate.
7718 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7720         * MAINTAINERS: Update my email address.
7722 2005-06-02  Jim Blandy  <jimb@redhat.com>
7724         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7725         accepted into the master sources.)
7727 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7728             Michael Snyder  <msnyder@redhat.com>
7729             Stan Cox  <scox@redhat.com>
7731         * configure.in: Set noconfigdirs for ms1.
7733         * configure: Regenerate.
7735 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7737         * MAINTAINERS (Write After Approval): Add self.
7739 2005-06-01  Josh Conner  <jconner@apple.com>
7741         * MAINTAINERS (Write After Approval): Add self.
7743 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7745         * MAINTAINERS: Update my email address.
7747 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7749         * MAINTAINERS (Write After Approval): Add self.
7751 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7753         * MAINTAINERS (Write After Approval): Remove self.
7755 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7757         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7758         (Dependencies): Consider target modules for bootstrap dependencies.
7759         Make target bootstrap modules depend on each stage's gcc.
7760         * Makefile.in: Regenerate.
7762 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7764         * Makefile.def (configure-gcc): Depend on binutils having been built.
7765         (all-gcc): No need to do it here.
7766         * Makefile.in: Regenerate.
7768 2005-05-19  Paul Brook  <paul@codesourcery.com>
7770         * configure.in: Rewrite misleading error message when requested
7771         language cannot be built.
7772         * configure: Regenerate.
7774 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7776         * ylwrap: Import from Automake 1.9.5.
7778 2005-05-13  David Ung  <davidu@mips.com>
7780         * MAINTAINERS (Write After Approval): Add self.
7782 2005-05-09  Mike Stump  <mrs@apple.com>
7784         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7785         lt_cv_sys_max_cmd_len for now.
7787 2005-05-09  Stan Cox  <scox@redhat.com>
7789         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7791 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7793         * README.SCO: Update the URL.
7795 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7797         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7798         with_gnu_ld to libtool.
7799         * ltcf-c.sh (aix[45]): Define file_list_spec.
7800         * ltcf-cxx.sh (aix[45]): Same.
7801         * ltcf-gcj.sh (aix[45]): Same.
7802         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7803         exists, write list of input files to temporary file.
7805 2005-05-04  Mike Stump  <mrs@apple.com>
7807         * configure.in: Always pass --target to target configures as
7808         otherwise rebuilds that do --recheck will fail.
7809         * confiugure: Rebuilt.
7811 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7813         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7814         STAGE_HOST_EXPORTS.
7815         (configure, all): Add bootstrap support.
7816         (Host modules, target modules): Pass post-stage1 flags and exports.
7817         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7818         * Makefile.in: Regenerate.
7820 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7822         * configure: Regenerate.
7824 2005-04-27  Mike Stump  <mrs@apple.com>
7826         * MAINTAINERS: Add self as darwin maintainer.
7828 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7830         * config.sub: Update from master copy.
7832 2005-04-21  Mike Stump  <mrs@apple.com>
7834         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7835         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7837 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7839         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7840         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7841         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7842         "*-*-elf" and "*-*-linux*".
7843         * configure: Regenerate.
7845 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7847         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7849 2005-04-12  Mike Stump  <mrs@apple.com>
7851         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7853 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7855         * MAINTAINERS (Write After Approval): Add myself.
7857 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7859         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7861 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7863         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7864         (TARGET_CONFIGARGS): Include --with-target-subdir.
7865         (configure, all): New macros.  Use them throughout.
7866         * Makefile.in: Regenerate.
7868 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7870         * MAINTAINERS (Write After Approval): Add myself.
7872 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7874         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7876 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7878         * MAINTAINERS: Move John Carr to Write After Approval.
7880 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7882         * config/mh-mingw32: Delete.
7883         * configure.in: Don't use it.
7884         * configure: Regenerate.
7886 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7888         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7889         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7890         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7891         (HOST_LIB_PATH): Generate from Makefile.def.
7892         (TARGET_LIB_PATH): Likewise.
7893         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7894         * Makefile.in: Regenerate.
7895         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7896         (RPATH_ENVVAR): Include Darwin case.
7897         * configure: Regenerate.
7899 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7901         * MAINTAINERS (Various Maintainers): Remove self.
7902         (Write After Approval): Add self.
7904 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7906         * MAINTAINERS (Various Maintainers): Add self.
7908 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7910         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7911         * configure: Regenerate.
7913 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7915         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7916         gcc_version, and gcc_version_trigger from set of flags to pass.
7917         * Makefile.tpl: Remove definitions of above variables.
7918         (config.status): Remove dependency on $(gcc_version_trigger).
7919         * Makefile.in: Regenerate.
7920         * configure.in: Do not reference config/gcc-version.m4 nor
7921         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7922         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7923         * configure: Regenerate.
7925 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7926             Andrew Pinski  <pinskia@physics.uc.edu>
7928         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7929         * Makefile.in: Regenerate.
7931 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7933         * MAINTAINERS (Write After Approval): Add myself.
7935 2005-03-03  David Ayers  <d.ayers@inode.at>
7937         * MAINTAINERS (Write After Approval): Add myself.
7939 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7941         PR libgcj/20160
7942         * ltmain.sh: Avoid creating archives with components that have
7943         duplicate basenames.
7945 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7947         PR bootstrap/20250
7948         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7949         instead of check.
7950         * Makefile.in: Regenerate.
7952 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7954         * Makefile.in: Regenerate to fix conflict between the previous two
7955         patches.
7957 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7959         PR bootstrap/17383
7960         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7961         * Makefile.tpl (HOST_SUBDIR): New substitution.
7962         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7963         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7964         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7965         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7966         (Host modules, Bootstrapped modules): Use it.
7967         (Build modules, Target modules): Do not create symlink trees,
7968         always configure out-of-srcdir.
7969         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7970         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7971         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7972         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7974         * Makefile.in: Regenerate.
7975         * configure: Regenerate.
7977 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7979         Merged from libada-gnattools-branch:
7980         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7982         * gnattools: New directory.
7983         * Makefile.def: Add gnattools as a module, depending on target-libada.
7984         * Makefile.in: Regenerate.
7985         * configure.in: Include gnattools in host_tools; disable it if ada
7986         is disabled.
7987         * configure: Regenerate.
7989 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7991         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7992         treelang maintainer.
7993         (Write After Approval): Remove myself.
7995 2005-02-23  Paul Schlie  <schlie@comcast.net>
7997         * configure.in: Allow darwin targeted ports to build tk, itcl and
7998         libgui.
7999         * configure: Regenerate.
8001 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8003         PR libgcj/10353
8004         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8005         * configure: Regenerate.
8007 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8009         * MAINTAINERS (Write After Approval): Add myself.
8011 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8013         * MAINTAINERS: Update my e-mail address.
8015 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8017         * MAINTAINERS (Write After Approval): Add myself.
8019 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8021         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8022         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8023         target-libgloss when not *-*-elf and *-*-aout.
8024         * configure: Regenerate.
8026 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8028         * MAINTAINERS: Remove obsolete entries.
8030         * MAINTAINERS (Write After Approval): Add Michael Matz.
8032 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8034         * MAINTAINERS: Remove self as cpplib maintainer.
8036 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8038         * install-sh, config.sub: Import from upstream.
8040 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8042         PR bootstrap/18222
8043         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8044         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8045         * Makefile.in: Regenerate.
8047 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8049         * MAINTAINERS: Update my email address.
8051 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8052             Andreas Schwab  <schwab@suse.de>
8054         PR bootstrap/18033
8055         * config-ml.in: Eval option if surrounded by single quotes.
8057 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8059         Revert 2004-12-28 Makefile changes, a better fix will be
8060         applied to mainline and src after GCC 4.0 branches.
8062 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8064         PR bootstrap/17383
8066         * Makefile.def (target_modules): Remove stage parameter,
8067         it is always true now.
8068         * Makefile.tpl (configure-build-[+module+],
8069         configure-target-[+module+]): Always build symlink tree
8070         for the directory and for include.  BUILD_SUBDIR and
8071         TARGET_SUBDIR cannot be . anymore.
8072         * Makefile.in: Regenerate.
8074 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8076         Revert 2004-12-08 Makefile changes.
8078 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8080         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8081         cygwin, mingw.
8083 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8085         * configure.in (sh64-*-*): Reenable gprof.
8086         * configure: Regenerate.
8088 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8090         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8091         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8092         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8093         * Makefile.in: Regenerate.
8095 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8097         * MAINTAINERS: Update my email address.
8099 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8101         * Makefile.tpl: Generate normal dependencies if the LHS module is
8102         not bootstrapped.
8103         * Makefile.in: Regenerate.
8105 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8107         * configure.in: Include config/gxx-include-dir.m4.  Use
8108         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8109         * configure: Regenerate.
8111 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8113         * config.if: Delete.
8114         * configure.in: Set libstdcxx_incdir directly.
8115         * configure: Regenerate.
8117 2004-12-02  Eric Christopher  <echristo@redhat.com>
8119         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8120         * Makefile.in: Regenerate.
8122 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8124         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8125         * configure: Regenerate.
8127 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8129         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8130         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8131         * configure: Regenerate.
8133 2004-12-01  Eric Christopher  <echristo@redhat.com>
8135         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8136         of things to remove.
8138 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8140         * MAINTAINERS (Write After Approval): Update my e-mail address.
8142 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8144         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8145         from CVS libtool to always pass_all.
8147 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8149         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8150         (hppa*64*-*-*): Delete incorrect comment.
8151         * configure: Rebuilt.
8153 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8155         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8157 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8159         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8160         from CVS libtool to always pass_all.
8162 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8164         * install-sh, compile: Import from automake.
8166 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8168         * config.guess, config.sub:  Import from savannnah.
8170 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8172         * MAINTAINERS (Write After Approval): Add myself
8174 2004-11-12  Mike Stump  <mrs@apple.com>
8176         * Makefile.def: Add html support.
8177         * Makefile.tpl: Likewise.
8178         * Makefile.in: Regenerate.
8180 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8182         PR 18423
8183         * configure.in: Remove all instances of build-fixincludes from
8184         noconfigdirs.
8185         (build_configargs): Supply --target to subdirectories.
8186         * configure: Regenerate.
8188         * Makefile.def: Make gcc install depend on fixincludes install.
8189         * Makefile.in: Regenerate.
8191 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8193         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8195 2004-11-11  Paul Brook  <paul@codesourcery.com>
8197         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8199 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8201         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8202         target-libgfortran.
8203         * configure: Regenerate.
8205 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8207         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8208         like CC.
8210 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8212         * Makefile.def (host fixincludes): Specify missing targets.
8213         * Makefile.in: Regenerate.
8215 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8217         * MAINTAINERS: Add myself
8219 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8221         * MAINTAINERS (Write After Approval): Add myself.
8223 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8225         * Makefile.def: Build fixincludes for the host, too.
8226         * Makefile.in: Regenerate.
8227         * configure.in (host_tools): Add fixincludes.
8228         * configure: Regenerate.
8230 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8232         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8233         * configure: Regenerated.
8235 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8237         PR other/17783
8238         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8239         * configure: Regenerated.
8241 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8243         * README.SCO: Update per FSF instructions.
8245 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8247         PR target/18151
8248         * configure.in (case ${target}): Do not build fixincludes for avr.
8249         * configure: Regenerated.
8251 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8253         * configure.in (case ${target}): Do not build fixincludes
8254         on platforms where it is not used.
8255         * configure: Regenerated.
8257 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8259         * configure.in: Use an absolute path to install-sh.
8260         * configure: Regenerated.
8262 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8264         * MAINTAINERS (Write After Approval): Add myself.
8266 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8268         * MAINTAINERS: Remove from Write After Approval those that are
8269         already maintainers.
8271 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8273         * MAINTAINERS:  Update my email address.
8275 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8277         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8278         * configure: Regenerate.
8280 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8282         * MAINTAINERS:  Update my email address.
8284 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8286         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8287         entries belonging to this category.
8289 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8291         * MAINTAINERS: Update my e-mail address.
8293 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8295         Fix wrong conflict resolution in:
8297         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8299         * Makefile.in: Regenerate.
8300         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8301         in the recursive `make', instead of hardwiring `all'.
8302         (Autogenerated TARGET-* variables): New.
8304 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8306         * configure.in: Enable target-libgloss for crx-*-*.
8307         * configure: Regenerate.
8309 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8311         * MAINTAINERS (Various Maintainers): Move the "windows,
8312         cygwin, mingw" maintainer to ...
8313         (OS Port Maintainers): ... here.
8315 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8317         * MAINTAINERS (Write After Approval): Remove those that are
8318         maintainers of some subsystem.
8320 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8322         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8323         * ltcf-cxx.sh (tpf*): Likewise.
8324         * ltconfig (tpf*): Add TPF OS configuration support.
8326 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8328         * MAINTAINERS: Change my email address to my new work account.
8330 2004-09-24  Michael Roth  <mroth@nessie.de>
8332         * configure.in (--without-headers): Add missing double quotes.
8333         * configure: Regenerate.
8335 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8337         * ylwrap: Revert to previous version.
8339 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8341         PR bootstrap/17369
8342         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8343         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8344         SET_GCC_LIB_PATH_CMD.
8345         (BASE_TARGET_EXPORTS): Likewise.
8346         * Makefile.in: Regenerated.
8348         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8349         * configure: Regenerated.
8351 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8353         * config.guess: New upstream version
8354         * compile, depcomp, install-sh, ylwrap: Likewise.
8356 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8358         * config/mh-x86omitfp: New host makefile fragment.  Add
8359         -fomit-frame-pointer to the default BOOT_CFLAGS.
8360         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8361         * configure: Regenerate.
8363 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8365         PR target/11572
8366         * configure.in (*-*-darwin*): Renable libobjc.
8367         * configure: Regenerate.
8369 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8371         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8373 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8375         * Makefile.def: Remove libbanshee.
8376         * Makefile.tpl: Ditto.
8377         * configure.in: Ditto.
8378         * Makefile.in: Regen.
8379         * configure: Ditto.
8381 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8383         * ltmain.sh: Use $pic_object as $non_pic_object if
8384         $non_pic_object=none.
8386 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8388         * missing: Import latest version from master repository.
8390 2004-09-06  Nick Clifton  <nickc@redhat.com>
8392         * config.sub: Import latest version from master repository.
8393         * config.guess: Likewise.
8394         This includes these changes:
8396         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8398         * config.sub: Handle crisv32, alias etraxfs.
8399         * config.guess (crisv32:Linux:*:*): Handle.
8401         2004-08-13  Brad Smith  <brad@comstyle.com>
8403         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8404         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8406         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8408         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8409         assume the processor is a powerpc.  This is because coreutils
8410         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8411         in this case, due to a MacOS X bug that causes
8412         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8413         to return a negative number.
8414         Problem reported by Petter Reinholdtsen in:
8415         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8417         2004-07-19  Ben Elliston  <bje@gnu.org>
8419         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8421         2004-06-24  Ben Elliston  <bje@gnu.org>
8423         * config.guess: Update copyright years.
8424         * config.sub: Likewise.
8426         2004-06-22  Robert Millan  <robertmh@gnu.org>
8428         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8429         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8431         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8433         * config.guess (*:*VMS:*:*): New entry. Replaces
8434         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8435         manufacturer.
8437         2004-06-22  Ben Elliston  <bje@gnu.org>
8439         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8440         * config.sub: Likewise.
8442         2004-06-22  Ben Elliston  <bje@gnu.org>
8444         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8445         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8447         2004-06-11  Ben Elliston  <bje@gnu.org>
8449         * config.guess (pegasos:OpenBSD:*:*): Remove.
8451         2004-06-11  Ben Elliston  <bje@gnu.org>
8453         From Wouter Verhelst <wouter@grep.be>:
8454         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8456         2004-06-11  Ben Elliston  <bje@gnu.org>
8458         * config.guess (luna88k:OpenBSD:*:*): New.
8460         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8462         * config.guess (m32r*:Linux:*:*): New case.
8463         * config.sub: Handle m32rle.
8465         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8467         From Jens Petersen  <petersen@redhat.com>:
8468         * config.sub: Handle sparcv8.
8470         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8472         From Tom Smith <smith@cag.lkg.hp.com>:
8473         * config.guess: Version suffixes are equally significant on Tru64
8474         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8475         prefix of "P" (patched kernel).
8477         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8479         * config.sub: Add support for National Semiconductor CRX target.
8481 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8483         * MAINTAINERS (Various Maintainers): Remove myself as web page
8484         maintainer, add myself as maintainer of build status lists.
8486 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8488         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8489         *-*-netware, but add target-libmudflap.
8490         Consolidate *-*-netware targets (of which really only i?86 exists)
8491         into a single entry.
8492         * configure: Likewise.
8494 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8496         * Makefile.tpl (sorry): Remove.
8497         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8498         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8499         (do-clean): Clean per-stage directories too.
8500         (do-distclean): Run distclean-stage1 too.
8501         (.NOTPARALLEL): Enable during toplevel bootstrap.
8502         (stage[+id+]-bubble): Enable parallel execution during
8503         the recursive invocation.
8504         * Makefile.in: Regenerate.
8506         Fix previous checkin:
8508         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8509         include.
8510         * configure.in: Fix indentation.
8511         * configure: Regenerate.
8513 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8515         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8516         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8517         * configure: regenerate
8518         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8519         -mdynamic-no-pic
8521 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8523         * Makefile.def (build_modules): Add fixincludes.
8524         (dependencies): Make gcc depend on fixincludes.
8525         * configure.in (build_tools): Add fixincludes.
8526         (build_configdirs): Always include build_libs.
8527         * Makefile.in: Regenerate.
8528         * configure: Regenerate.
8530 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8532         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8533         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8534         phony targets; do not generate timestamp files.
8535         (distclean-stageN): Remove references to their timestamp files.
8536         (restageN, touch-stageN): Remove.
8537         (stageN-bubble): Rewritten.
8538         (compare): Support lean bootstraps.
8539         * Makefile.in: Regenerate.
8541         * configure.in: Only warn when bootstrapping but
8542         build != host or build != target.  Support lean bootstraps.
8543         * configure: Regenerate.
8545 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8547         * configure.in:  Give a better error message if GMP/MPFR are missing
8548         and a language needing them has been requested.
8549         * configure:  Regenerated.
8551 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8553         * configure.in:  Print a list of available language front-ends if
8554         a requested one is missing.  Tidy stray tab characters.
8555         * configure:  Regenerated.
8557 2004-08-19  Michael Koch  <konqueror@gmx.de>
8559         * gcc/doc/install.texi: Update entry about automake for libjava.
8561 2004-08-17  Robert Millan  <robertmh@gnu.org>
8563         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8564         (instead of FreeBSD).
8565         * configure: Regenerate.
8567 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8569         * Makefile.in: Regenerate.
8570         * configure: Regenerate.
8572         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8573         stage_*_flags.
8574         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8575         for bootstrapped modules if toplevel bootstrap is going.
8576         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8577         modules.  Adjust for changes in Makefile.def.  Enable several
8578         rules even in non-bootstrap mode, just to avoid peppering the
8579         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8580         (stage-[+prev+]-bubble): Remove.
8582         * Makefile.def (Dependencies): Depend on all-build-bison,
8583         all-build-flex, all-build-byacc, all-build-texinfo, rather
8584         than the host variations.
8585         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8586         with BUILD_SUBDIR.
8587         (BISON): Update for recent Bisons.
8588         (YACC): Fix typo.
8589         (cross): Depend on all-build.
8590         (all): Do not depend on all-build.
8591         (prebootstrap): Remove.
8592         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8593         (Prebootstrap dependencies): Add them to the per-stage targets
8594         and to all-prebootstrap.
8595         * configure.in (build_configdirs): Always enable build_tools.
8596         (BUILD_DIR_PREFIX): Remove.
8598         * Makefile.def (gcc): Add target variable.
8599         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8600         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8601         in the recursive `make', instead of hardwiring `all'.
8602         (Autogenerated TARGET-* variables): New.
8604 2004-08-13  Brian Booth  <bbooth@redhat.com>
8606         * MAINTAINERS: Remove myself from write-after-approval.
8608 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8610         * src-release: Stop distributing mmalloc with gdb (which doesn't
8611         use it).
8612         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8613         * Makefile.in: Regenerate.
8615 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8617         * configure.in (arm*-*-eabi*): New target.
8618         * configure: Regenerate.
8620 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8622         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8623         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8624         (Dependencies): New section.
8625         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8626         (configure-target-[+module+]): Depend on maybe-all-gcc
8627         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8628         (toplevel profiledbootstrap): Fix dependencies.
8629         * Makefile.in: Regenerate.
8631 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8633         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8634         target-libiberty to noconfigdirs.
8635         * configure: Regenerate.
8637 2004-08-03  Paul Brook  <paul@codesourcery.com>
8639         * configure.in: Check for MPFR as well as GMP.
8640         * configure: Regenerate.
8642 2004-08-01  Robert Millan  <robertmh@gnu.org>
8644         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8645         libmudflap for all GNU-based systems (with Glibc).
8646         * configure: Regenerate.
8648 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8650         * Makefile.def (host-modules): Add gcc.
8651         * Makefile.in: Regenerate.
8652         * Makefile.tpl (sorry): New rule.
8653         (configure-host, all-host, [+make_target+]-host, do-check,
8654         install-host): Do not add gcc as a special case.
8655         (host modules): Add a small special-casing for gcc.  Export
8656         extra_make_flags through the environment.
8657         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8658         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8659         other recursive targets for gcc): Remove.
8661         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8662         (stage, unstage): New rules.
8663         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8664         distclean-stage[+id+]): Use stage_current.
8665         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8666         the stage*-start rules.
8668 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8670         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8671         use -all_load flag.
8673 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8675         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8676         * configure: Regenerate.
8678 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8680         * maintainer-scripts/gcc_release: Revert yesterday's change.
8682 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8684         * MAINTAINERS: Add myself to write-after-approval.
8686 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8688         * libf2c: Removed.
8689         * gcc/gccbug.in: Updated because of libf2c removal.
8690         * maintainer-scripts/gcc_release: Ditto.
8692 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8694         * configure.in: Build libmudflap by default on FreeBSD.
8695         * configure: Regenerated.
8697 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8699         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8700         systems.
8701         * configure: Regenerated.
8703 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8705         PR target/16344
8706         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8707         feedback based compiler.
8708         * Makefile.in: Rebuilt.
8710 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8712         * Makefile.def (host_modules): Set bootstrap=true for flex.
8713         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8714         * Makefile.in: Rebuilt.
8716 2004-07-07  Jan Hubicka  <jh@suse.cz>
8718         * MAINTAINERS: Add self as a profile feedback maintainer.
8720 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8722         * configure.in:  Do not prepend $srcdir to /dev/null in
8723         makefile fragments.
8724         * configure:  Regenerate.
8726 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8728         * Makefile.def (build_modules): Add bison, byacc, flex,
8729         m4, texinfo.
8730         (flags_to_pass): Add FLEX.
8731         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8732         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8733         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8734         DEFAULT_MAKEINFO): Remove.
8735         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8736         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8737         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8738         objdir or else use configured tool.
8739         (all-build): New.
8740         (all): Depend on it.
8741         (Build module dependencies): Add.
8742         * Makefile.in: Regenerate.
8743         * configure.in: Better support for multiple build modules,
8744         matching what is done for host/target modules.  Do not look
8745         for "plausible" locations of build tools if Canadian cross.
8746         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8747         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8748         * configure: Regenerate.
8750 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8752         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8753         * Makefile.in: Regenerate.
8755 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8757         * Makefile.tpl (configure-build-[+module+],
8758         configure-[+module+], configure-target-[+module+]): Pass
8759         [+extra_configure_args+].
8760         (all-build-[+module+], all-[+module+], check-[+module+],
8761         install-[+module+], [+make_target+]-[+module+],
8762         all-target-[+module+], check-target-[+module+],
8763         install-target-[+module+], [+make_target+]-target-[+module+]):
8764         Pass [+extra_make_args+].
8765         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8766         (GCC_HOST_EXPORTS): Remove.
8767         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8768         cross, check-gcc, check-gcc-c++, install-gcc,
8769         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8770         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8771         * Makefile.in: Regenerate.
8773 2004-06-21  Matthew Sachs  <msachs@apple.com>
8775         * MAINTAINERS: Added self to write-after-approval.
8777 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8779         * configure.in: Check for srcdir/winsup rather than build directory
8780         winsup.
8781         * configure: Regenerate.
8783 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8785         * configure.in: Don't build Cygwin native newlib if winsup
8786         directory is missing.  Emit warning instead.
8787         * configure: Regenerate.
8789 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8791         * Makefile.tpl (touch-stage[+id+]): New.
8792         (restage[+prev+]): Depend on touch-stage[+id+].
8794         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8795         Use it throughout.
8797         * Makefile.def: Add profile and feedback bootstrap stages.
8798         Remove next field from bootstrap stages.
8799         * Makefile.tpl (LN, LN_S): Substitute.
8800         (stageN-start, stageN-end): Use double-colon rules, to
8801         provide a hook for additional setup commands.
8802         (distclean-stageN-gcc, restageN): Create dependencies from
8803         [+prev+], not from [+next+].
8804         (stageN-bubble): Add commands for successive stages from
8805         [+prev+], using double-colon rules.
8806         (all-stageN-gcc): Fix typo.
8807         (stagefeedback-start, profiledbootstrap): New.
8808         * Makefile.in: Regenerate.
8809         * configure.in: Call ACX_PROG_LN.
8810         * configure: Regenerate.
8812 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8814         * MAINTAINERS (Write After Approval): Add myself.
8816 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8818         * MAINTAINERS (Write After Approval): Add myself.
8820 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8822         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8823         without gcc.
8824         * configure: Regenerate.
8826 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8828         * Makefile.tpl: Fix typo.
8829         * Makefile.in: Regenerate.
8831 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8833         * configure.in: Remove new- prefix from toplevel
8834         bootstrap targets.
8835         * configure: Regenerate.
8837 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8839         * Makefile.tpl (all.normal): Rename to all.
8840         (all): Replace with a rule to pick the default
8841         target from configure.
8842         (all-gcc, configure-gcc): Use conditionals to
8843         do nothing when toplevel bootstrap is going on.
8844         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8845         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8846         * configure.in: Support --enable-bootstrap.
8848         * Makefile.def: Remove new- prefix from toplevel
8849         bootstrap targets.
8850         * Makefile.tpl: Likewise.
8852         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8853         target.
8855         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8856         $(RECURSE_FLAGS) to recursive invocation of make.
8858         * Makefile.in: Regenerate.
8859         * configure: Regenerate.
8861 2004-05-30  Andreas Jaeger  <aj@suse.de>
8862             Jim Wilson  <wilson@specifixinc.com>
8864         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8865         like CC.
8867 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8869         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8870         * configure: Regenerate.
8872 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8874         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8875         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8876         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8877         targets.
8878         * Makefile.in: Regenerate.
8880 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8882         * configure.in: Test the ability to symlink directories.
8883         * configure: Regenerate.
8885         * Makefile.def (bootstrap-stage): New definitions.
8886         * Makefile.tpl (configure-stage1-gcc,
8887         configure-stage2-gcc, configure-stage3-gcc,
8888         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8889         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8890         new-restage3, compare): Autogenerate, see Makefile.in
8891         entry for behavioral changes.
8892         (distclean-stage1, new-stage1-start, new-stage1-end,
8893         new-stage1-bubble, distclean-stage2, new-stage2-start,
8894         new-stage2-end, new-stage2-bubble, distclean-stage3,
8895         new-stage3-start, new-stage3-end): New autogenerated targets.
8896         (objext, prebootstrap, BOOT_CFLAGS,
8897         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8898         targets.
8900         * Makefile.in: Regenerate.
8901         (distclean-stage1, new-stage1-start, new-stage1-end,
8902         new-stage1-bubble, distclean-stage2, new-stage2-start,
8903         new-stage2-end, new-stage2-bubble, distclean-stage3,
8904         new-stage3-start, new-stage3-end): New targets.
8905         (all-stage1-gcc): Move prebootstrap dependency from here...
8906         (configure-stage1-gcc): ...to here.
8907         (new-bootstrap): Use bubble targets.
8908         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8909         Use per-stage distclean targets.
8910         (configure-stage1-gcc, configure-stage2-gcc,
8911         configure-stage3-gcc, all-stage1-gcc,
8912         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8913         Use new-stageN-start to prepare the tree.
8915 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8917         * Makefile.def (host_modules): add libcpp.
8918         * Makefile.tpl: Add dependencies on and for libcpp.
8919         * Makefile.in: Regenerate.
8920         * configure.in: Add libcpp host module.
8921         * configure: Regenerate.
8923 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8925         * Makefile.tpl: Whenever a recursive target is defined, wrap
8926         it in a special @if/@endif block, and prepare its maybe
8927         dependency in the @if/@endif block
8928         * configure.in: Instead of writing maybe dependencies, remove
8929         the @if/@endif statements, and remove the @if/@endif blocks
8930         that remain.
8931         * configure: Regenerate.
8932         * Makefile.in: Regenerate.
8934 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8936         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8938 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8940         PR bootstrap/15120
8941         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8942         * */configure: Rebuilt.
8944 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8946         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8947         of libf2c.
8948         * configure, Makefile.in: Regenerate.
8950 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8952         * MAINTAINERS (Write After Approval): Add myself.
8954 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8956         Merge from tree-ssa-20020619-branch.
8958         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8959         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8960         (HOST_GMPLIBS): Define.
8961         (HOST_GMPINC): Define.
8962         (TARGET_LIB_PATH): Add libmudflap.
8963         (GFORTRAN_FOR_TARGET): Define.
8964         (configure-build*): Export GFORTRAN.
8965         (configure-gcc): Export GMPLIBS and GMPINC.
8966         (all-gcc): Add maybe-all-libbanshee.
8967         (configure-target-libgfortran): Define.
8968         * Makefile.in: Regenerate.
8969         * configure.in (host_libs): Add libbanshee.
8970         (target_libraries): Add target-libmudflap and target-libgfortran.
8971         Add --with-libbanshee.
8972         Handle --disable-libmudflap.
8973         (*-*-freebsd*): Use with_gmp.
8974         Add $(libgcj) to noconfigdirs.
8975         * configure: Regenerate.
8976         * depcomp: New file.
8977         * MAINTAINERS: Add tree-ssa maintainers.
8979 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8981         * MAINTAINERS (Various Maintainers): Add myself.
8983 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8985         * MAINTAINERS (Write After Approval): Add myself.
8987 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8989         * MAINTAINERS (Write After Approval): Add myself.
8991 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8993         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8994         * configure: Regenerate.
8996 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8998         Revert:
8999         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9001         * Makefile.def (flags_to_pass): Remove *dir variables that
9002         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9003         as well as prefix and exec_prefix.
9004         * Makefile.in: Regenerate.
9006 2004-04-26  Robert Millan  <robertmh@gnu.org>
9008         Add patches from libtool CVS.
9009         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9010         * ltconfig: Likewise.
9011         * ltcf-c.sh: Likewise.
9012         * ltcf-cxx.sh: Likewise.
9013         * ltcf-gcj.sh: Likewise.
9015 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9017         * Makefile.def (host_modules): Mark with the bootstrap
9018         flag packages on which gcc depends.
9019         * Makefile.tpl (all-bootstrap): Use it.
9020         * Makefile.in: Regenerate.
9022 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9024         * Makefile.def (flags_to_pass): Remove *dir variables that
9025         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9026         as well as prefix and exec_prefix.
9027         * Makefile.in: Regenerate.
9029 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9031         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9032         * configure: Regenerate.
9033         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9034         * gcc/Makefile.tpl (compare): Use the result of the test.
9035         * gcc/Makefile.in: Regenerate.
9037 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9039         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9040         Always relocate gcc and prev-gcc to the original names, even
9041         if the build fails.
9042         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9043         New targets.
9045 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9047         * MAINTAINERS: Update my email address.
9049 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9051         * configure.in (mips*-*-irix5*): Enable ld.
9052         * configure: Regenerate.
9054 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9056         * configure: Regenerate.
9058 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9060         * Makefile.tpl (configure-[+module+], configure-gcc,
9061         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9062         Set and export LDFLAGS.
9063         * Makefile.in: Regenerate.
9065 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9067         * MAINTAINERS: Add myself to write-after-approval.
9069 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9071         PR bootstrap/14871
9072         * Makefile.tpl: If we don't have built-in-tree target tools,
9073         use the ones found by configure rather than hacking around with
9074         program_transform_name.
9075         * configure.in: Give Makefile.tpl the information necessary
9076         to do that.
9077         * Makefile.in: Regenerate.
9078         * configure: Regenerate.
9080 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9082         PR bootstrap/14760
9083         * configure.in: When computing baseargs, strip *all* copies of
9084         offending options.  Also, don't match/substitute the trailing space,
9085         so that this actually works when two similar options are separated by
9086         only one space.
9087         * configure: Regenerate.
9089 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9091         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9092         (rs6000-*-aix*): Same.
9093         * configure: Regenerate.
9095 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9097         * MAINTAINERS: Add myself to write-after-approval.
9099 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9101         * MAINTAINERS: Add myself to write-after-approval.
9103 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9105         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9106         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9107         * Makefile.in: Regenerate.
9109         * configure.in (top level bootstrap support): Rework --enable-werror
9110         to set @stage2_werror_flag@.
9111         * configure: Regenerate.
9112         * Makefile.tpl (top level bootstrap support): Pass
9113         @stage2_werror_flag@ down to configure in stages 2 and 3.
9114         * Makefile.in: Regenerate.
9116 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9118         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9119         for stages 2 and 3 as well as in make.  As a consequence, remove
9120         OUTPUT_OPTION (now detected by configure) from the flags passed down
9121         to make.
9122         * Makefile.in: Regenerate.
9124         * Makefile.tpl (new-bootstrap): Fix typo.
9125         * Makefile.in: Regenerate.
9127 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9129         * Makefile.tpl: Rearrange by moving recursive_targets rules
9130         into their proper sections.
9131         * Makefile.tpl (top level bootstrap support): Move disabling
9132         of coverage flags from 'make' to 'configure'; improve comments.
9133         * Makefile.in: Regenerate.
9135         * Makefile.tpl (experimental top level bootstrap) Move stage1
9136         language setting from all- target to configure- target; disable
9137         intermodule optimization in stage 1; prevent gratuitous rebuilds
9138         of stage 1.
9139         * Makefile.in: Regenerate.
9140         * configure.in: Comma-separate stage 1 language list for top
9141         level bootstrap.
9142         * configure: Regenerate.
9144         * Makefile.tpl: Clean up experimental top level bootstrap support:
9145         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9146         prev-gcc in configure- targets as well as all- targets.
9147         * Makefile.in: Regenerate.
9149 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9151         * compile: New file imported from automake.
9153 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9155         * configure.in: Remove symbolic link section.
9156         * configure: Regenerate.
9157         * Makefile.tpl (links): Remove.
9158         * Makefile.in: Regenerate.
9160 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9161             Nathanael Nerode  <neroden@gcc.gnu.org>
9163         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9164         Set with AC_CHECK_PROGS.
9165         * configure.in: Fix comment typo from last patch.
9166         * configure: Regenerate.
9168 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9170         * Makefile.tpl: Introduce experimental top level bootstrap support.
9171         * Makefile.in: Regenerate.
9172         * configure.in: Introduce support for top level bootstrap.
9173         * configure: Regenerate.
9175 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9176             Paolo Bonzini  <bonzini@gnu.org>
9178         PR bootstrap/14522
9179         * configure.in: Cope with shells that do not support unquoted ^
9180         * configure: Regenerate.
9182 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9183             Paolo Bonzini  <bonzini@gnu.org>
9185         PR bootstrap/14522
9186         * configure.in: Cope with shells that do not support nesting
9187         quotes inside quoted backquote substitutions.
9188         * configure: Regenerate.
9190 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9192         PR bootstrap/14522
9193         * configure.in: Fix escaping of $.
9194         * configure: Regenerate.
9196 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9198         * configure: Regenerate, since I forgot to while committing Paolo's
9199         changes.
9201 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9203         PR ada/14131
9204         Move language detection to the top level.
9205         * configure.in: Find default values for the tools as
9206         soon as possible.  Disable ada if GNAT is not found.
9207         Emit error message about missing languages.  Expand
9208         --enable-languages=all for the gcc subdirectory.
9210 2004-03-10  Ben Elliston  <bje@gnu.org>
9212         * MAINTAINERS: Update my email address.
9214 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9216         * ltconfig: Disable building static libraries if building shared
9217         libraries on AIX 5L.
9219 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9221         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9222         and disable libgcj.
9223         * configure: Regenerated.
9225 2004-03-01  Brian Booth  <bbooth@redhat.com>
9227         * MAINTAINERS: Add myself to write-after-approval.
9229 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9231         * MAINTAINERS: Add myself to write-after-approval.
9233 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9235         PR bootstrap/7087
9236         * Makefile.tpl: Guard XFOO sed statements better.
9237         * Makefile.tpl: Add dependency for configure-target-libada.
9238         * Makefile.in: Regenerate (incidentally fixes broken
9239         commit when libada-branch was merged).
9241 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9243         * MAINTAINERS: Add myself to write-after-approval.
9245 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9247         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9248         maintainers.
9250 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9252         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9253         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9255 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9257         PR bootstrap/11932
9258         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9260 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9262         * MAINTAINERS: Added myself to write-after-approval.
9264 2004-02-14  Michael Koch  <konqueror@gmx.de>
9266         * MAINTAINERS: Added myself to write-after-approval.
9268 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9270         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9271         some OS port maintainers to OS port maintainers section.
9273 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9275         * MAINTAINERS: Add self.
9277 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9279         * MAINTAINERS: Alphabetize.
9281 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9283         * MAINTAINERS: Remove myself.
9285 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9287         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9288         (rs6000-*-aix*): Same.
9289         * configure: Regenerate.
9291 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9293         * configure.in (host): Add in missing $noconfigdirs to defines.
9294         * configure: Regenerate.
9296 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9297             Nathanael Nerode  <neroden@gcc.gnu.org>
9299         PR ada/6637, PR ada/5911
9300         Merge with libada-branch:
9301         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9302         with appropriate dependencies. Add --enable-libada configure switch.
9303         * configure, Makefile.in: Regenerate.
9305 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9307         * MAINTAINERS: Add myself to write-after-approval.
9309 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9311         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9312         * configure: Regenerate.
9314 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9316         Merge from upstream:
9318         * ltmain.in: When setting IFS to '~', be careful about user
9319         arguments that contain '~'.
9321         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9323         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9324         Also test $base_compile against $CC with escaped arguments. Bug
9325         reported by Geoff Keating <geoffk@apple.com>.
9327 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9329         * MAINTAINERS: Remove i960 port.
9331 2004-01-23  DJ Delorie  <dj@redhat.com>
9333         * Makefile.def (target_modules) [libiberty]: Don't stage.
9334         * Makefile.in: Rebuilt.
9336 2004-01-20  Caroline Tice  <ctice@apple.com>
9338         * MAINTAINERS: Add myself to write-after-approval.
9340 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9342         * MAINTAINERS: Update my email address.
9344 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9346         * MAINTAINERS: Add myself to write-after-approval.
9348 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9350         * MAINTAINERS: Remove entries without email address.
9352 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9354         * MAINTAINERS: Add myself to write-after-approval.
9356 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9358         * MAINTAINERS: Update my email address.
9360 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9362         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9363         * Makefile.tpl (configure-target-[+module+]): Support stage.
9364         * Makefile.in: Rebuilt.
9366 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9368         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9370 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9372         * MAINTAINERS: Add myself as a MIPS maintainer.
9374 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9376         * configure.in: Use ./config.cache, not config.cache.
9377         * configure: Regenerate.
9378         * Makefile.tpl: Special-casing not needed for GCC any more.
9379         * Makefile.in: Regenerate.
9381         * configure.in: Don't share a cache file for host dirs.
9382         * configure: Regenerate.
9384         * config-ml.in: Don't mess with the cache file.
9386 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9388         * MAINTAINERS: Move myself from 'Write After Approval' to
9389         'CPU Port Maintainers' section as SPARC maintainer.
9391 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9393         * Makefile.tpl: Make GCC use a separate config.cache.
9394         * Makefile.in: Regenerate.
9396         PR bootstrap/11932, PR bootstrap/11933
9397         (I don't know if it will fix either of them, but it relates
9398         to them.)
9399         * configure.in: Don't use shared config.cache for target
9400         directories.
9401         * configure: Regenerate.
9403 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9405         * MAINTAINERS: Add myself to 'Write After Approval' section.
9407 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9409         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9410         * configure: Regenerated.
9412 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9414         * MAINTAINERS: Remove the mn10200 maintainer.
9416 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9418         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9419         * configure: Regenerated.
9421 2003-12-16  Jan Hubicka  <jh@suse.cz>
9423         * MAINTAINERS: Add myself as callgraph maintainer.
9425 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9427         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9428         * configure: Regenerate.
9430 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9432         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9433         'Write After Approval' section. Update email.
9435 2003-12-01  James Lemke  <jim@wasabisystems.com>
9437         * MAINTAINERS (Write After Approval): Add myself.
9439 2003-11-20  Matt Thomas  <matt@3am-software.com>
9441         * MAINTAINERS: Add myself as a vax port maintainer.
9443 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9445         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9446         (configure-build-[+module+], configure-[+module+]): Likewise.
9447         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9448         * Makefile.in: Regenerate.
9450 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9452         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9453         shared/dylibed libraries.
9454         * ltmain.sh: Likewise.
9455         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9456         * ltcf-cxx.sh: Likewise.
9457         * ltcf-gcj.sh: Likewise.
9458         * ltconfig: Likewise.
9460 2003-11-17  Stan Cox  <scox@redhat.com>
9462         * MAINTAINERS: Add myself as iq2000 port maintainer.
9464 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9466         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9467         * Makefile.in: Regenerate.
9469 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9471         * config.sub: Update to 2003-11-03 version.
9473 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9475         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9476         * configure:  Regenerate.
9478 2003-10-20  Nicolas Pitre  <nico@cam.org>
9480         * MAINTAINERS: Add myself to 'Write After Approval' section.
9482 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9484         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9486 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9488         * MAINTAINERS: Update my email address.
9490 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9492         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9494 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9496         * MAINTAINERS: Add myself to 'Write After Approval' section.
9498 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9500         * config.guess: Update to 2003-10-16 version.
9501         * config.sub: Update to 2003-10-16 version.
9503 2003-10-15  David Daney  <ddaney@avtrex.com>
9505         * MAINTAINERS: Added myself to 'Write After Approval' section.
9507 2003-10-15  Falk Hueffner  <falk@debian.org>
9509         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9510         'Write After Approval' section. Update email.
9512 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9514         * MAINTAINERS: Move myself from 'Write After Approval' to
9515         'Various Maintainers' section as middle-end maintainer.
9517 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9519         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9520         HOST_FLAGS_TO_PASS.
9521         * Makefile.in: Regenerate.
9523 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9525         * config.guess: Update to 2003-10-07 version.
9526         * config.sub: Update to 2003-10-07 version.
9528 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9530         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9531         * ltconfig (irix5*, irix6*): Don't override version_type.
9533 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9535         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9536         * configure: Rebuilt
9537         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9538         * Makefile.in: Rebuilt
9540 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9542         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9544 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9546         * MAINTAINERS (Write After Approval): Add myself.
9548 2003-09-29  Paul Koning  <ni1d@arrl.net>
9550         * MAINTAINERS: Move myself from "Write After Approval"
9551         to CPU platform maintainers for pdp11 platform.
9553 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9555         * MAINTAINERS: Move myself from 'Write After Approval' to
9556         'Various Maintainers' section as libffi testsuite maintainer.
9558 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9560         * configure.in: Pass a computed --program-transform-name
9561         to subconfigures.
9562         * configure: Regenerated.
9564 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9566         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9567         * Makefile.in: Regenerate.
9569         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9570         * Makefile.in: Regenerate.
9572 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9574         * MAINTAINERS: Move myself from 'Write After Approval'
9575         to 'Various Maintainers' (objective-c) section.
9577 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9579         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9580         quoting.
9581         * configure: Regenerated.
9583 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9585         * MAINTAINERS (Write After Approval): Add myself to write after
9586         approval list.
9588 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9590         * MAINTAINERS (Write After Approval): Add myself.
9592 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9594         * MAINTAINERS: Update my e-mail address.
9596 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9598         * libtool.m4 (LD): Correct powerpc64 host match.
9600 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9602         * MAINTAINTERS: Update my affiliation and email address.
9604 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9606         * MAINTAINERS (Write After Approval): Add myself.
9608 2003-09-04  DJ Delorie  <dj@redhat.com>
9610         * configure: Regenerate.
9612 2003-09-04  Robert Millan  <robertmh@gnu.org>
9614         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9616 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9618         * configure.in: Ensure arguments to sed are properly spaced.
9619         * configure: Regenerate.
9621 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9623         * MAINTAINERS: Update my e-mail address.
9625 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9627         * MAINTAINERS (Write After Approval): Add myself.
9629 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9631         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9632         * configure: Regenerated.
9634 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9636         * MAINTAINERS: Update my email address.
9638 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9640         * configure.in:  Use newline instead of semicolon when assuming
9641         shell arguments in a for loop.
9642         * configure:  Regenerated.
9644 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9646         * MAINTAINERS: Resurrect the i860 maintainer.
9648 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9650         PR 8180
9651         * configure.in: When testing with_libs and with_headers, treat
9652         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9653         * configure: Regenerate.
9655         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9656         make, shell, etc.
9657         (baseargs): Likewise.
9658         * configure: Regenerate.
9660 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9662         * MAINTAINERS (Write After Approval): Add myself.
9664 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9666         * configure.in: Disable libgcj for darwin not on powerpc.
9667         * configure: Rebuild.
9669 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9671         * config-ml.in, symlink-tree: Add license.
9673 2003-08-03  Richard Stallman  <rms@gnu.org>
9674             Eben Moglen  <moglen@columbia.edu>
9676         * README.SCO: New file.
9678 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9680         * Makefile.tpl (check, check-c++): Express dependencies using
9681         dependencies rather than commands.
9682         * Makefile.in: Regenerate.
9684 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9686         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9687         * configure: Ditto.
9689 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9691         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9692         * Makefile.in: Update.
9694 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9696         * configure.in: Enable libgcj for darwin.
9697         * configure: Rebuild.
9699 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9701         * config-ml.in:  Use ac_configure_args directly instead of
9702         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9703         actually seen.
9705 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9707         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9708         creating target and build subdirs to build all parent dirs as needed.
9709         * Makefile.in: Rebuild.
9710         * configure.in: Don't build dirs explicitly here.
9711         * configure: Rebuild.
9713 2003-07-26  Paul Brook  <paul@nowt.org>
9715         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9717 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9719         * Makefile.tpl (all-make): Depend on intl.
9720         * Makefile.in: Rebuilt.
9722 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9724         * install-sh:  Update to newer upstream versions (associated with
9725         aclocal 1.7).
9726         * mkinstalldirs:  Likewise.
9727         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9729 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9731         * MAINTAINERS: Move self from Bug database only accounts
9732         to write-after-approval.
9734 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9736         * config.if: Remove unused libc_interface determination.
9738 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9740         * MAINTAINERS: Move self from write-after-approval to
9741         build machinery (*.in).
9743 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9745         PR bootstrap/11273
9746         PR bootstrap/11408
9747         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9748         unused INSTALL_PROGRAM_ARGS.
9749         * configure.in: Use AC_PROG_INSTALL.
9750         * Makefile.in: Regenerate.
9751         * configure: Regenerate.
9753 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9755         * MAINTAINERS: Alphabetize.
9757 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9759         * configure: Rebuilt.
9760         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9761         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9762         newlib nor libgloss.
9763         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9764         * configure.in (am33_2.0-*-linux*): Added.
9766 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9768         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9769         * configure: Regenerate.
9771 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9773         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9774         * Makefile.in: Regenerate.
9776 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9778         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9779         * Makefile.in: Regenerate.
9781 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9783         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9784         * Makefile.in: Regenerated.
9786         * config-ml.in: Replace PWD with PWD_COMMAND.
9788 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9790         * intl: New directory; see intl/ChangeLog for details.
9791         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9792         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9793         * Makefile.in: Regenerate.
9795 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9797         * configure.in: Clean up config-lang.in handling.  Delete
9798         useless assignment to "subdirs".
9799         * configure: Regenerate.
9801 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9803         * configure.in: Rename 'target_libs' to 'target_libraries'.
9804         Remove useless reference to 'target_libs'.
9805         * configure: Regenerate.
9807 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9809         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9810         * Makefile.in: Regenerate.
9812 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9814         * Makefile.def: Introduce flags_to_pass.
9815         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9816         * Makefile.in: Regenerate.
9818 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9820         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9821         and target-libgloss.
9822         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9823         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9824         * configure: Regenerate.
9826 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9828         * configure.in: Update testsuite_flags to new location.
9829         * configure. Regenerate.
9831 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9833         * Makefile.tpl: Remove BUILD_CC stuff.
9834         * Makefile.in: Regenerate.
9836 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9838         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9840 2003-06-16  Graeme Peterson  <gp@qnx.com>
9842         * MAINTAINERS (Write After Approval): Add myself.
9844 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9846         * config.guess: Update to 2003-06-12 version.
9847         * config.sub: Update to 2003-06-13 version.
9849 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9851         * config.guess: Update to 2003-06-06 version.
9852         * config.sub: Update to 2003-06-06 version.
9854 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9856         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9857         * configure. Regenerate.
9859 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9861         * configure.in: Disable serial configure by default.
9862         * configure: Regenerate.
9863         * Makefile.tpl: Abolish .NOTPARALLEL.
9864         * Makefile.in: Regenerate.
9866         * Makefile.tpl: Replace {build,host,target}_canonical by
9867         {build,host,target}.
9868         * Makefile.in: Regenerate.
9870         * Makefile.tpl: Fix stupid pasto.
9871         * Makefile.in: Regenerate.
9873 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9875         * Makefile.tpl: Remove bogus conditional.
9876         * Makefile.in: Regenerate.
9878 2003-06-05  Jan Hubicka  <jh@suse.cz>
9880         * Makefile.tpl (profiledbootstrap): New target.
9881         * Makefile.in (profiledbootstrap): New target.
9883 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9885         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9886         Pinski. Remove user names from other bugzilla-only maintainers.
9888 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9890         * Makefile.tpl: Make 'recursive targets' using autogen rather
9891         than shell loop.  Remove duplicate 'clean' targets and false
9892         comments.
9893         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9894         Add systematic method of specifying missing targets in subdirs.
9895         Add copyright boilerplate.
9896         * Makefile.in: Regenerate.
9897         * configure.in: Add 'recursive targets' to maybe list.
9898         * configure: Regenerate.
9900         * MAINTAINERS: "GNATS only" -> "Bug database only".
9902         * Makefile.tpl: Rename [+target+] to [+make_target+].
9903         * Makefile.def: Rename 'target' to 'make_target'.
9905 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9907         * MAINTAINERS: Add self as options handling maintainer.
9909 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9911         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9912         been too long since I touched those ports.
9914 2003-05-28  DJ Delorie  <dj@redhat.com>
9916         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9917         * Makefile.in: Regenerate.
9919 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9921         * configure.in: Use curly braces in the definition of tooldir.
9922         * configure: Regenerate.
9924 2003-05-21  DJ Delorie  <dj@redhat.com>
9926         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9927         newlib or libgloss.
9928         * Makefile.in: Regenerate.
9930 2003-05-21  DJ Delorie  <dj@redhat.com>
9932         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9933         * Makefile.in: Regenerate.
9935 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9937         * MAINTAINERS: Update my e-mail address.
9939 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9941         * configure.in: Switch more things to use maybe dependencies.
9942         * Makefile.tpl: Switch more things to use maybe dependencies.
9943         Factor out common code from autogen IF statements.
9944         * configure: Regenerate.
9945         * Makefile.in: Regenerate.
9947 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9949         * configure.in: Accept i[3456789]86 for machine type.
9950         * configure: Regenerate.
9952 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9954         * configure.in: Switch more things to use maybe dependencies.
9955         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9956         * configure: Regenerate.
9957         * Makefile.tpl: Switch more things to use maybe dependencies.
9958         * Makefile.in: Regenerate.
9960 2003-05-16  Andreas Schwab  <schwab@suse.de>
9962         * Makefile.tpl (install-opcodes): Define.
9963         * Makefile.in: Rebuild.
9965 2003-05-13  Andreas Jaeger  <aj@suse.de>
9967         * config.guess: Update to 2003-05-09 version.
9968         * config.sub: Update to 2003-05-09 version.
9970 2003-05-13  Michael Eager  <eager@mvista.com>
9972         * configure.in: Correct sed script so that options in quotes are not
9973         deleted.
9974         * configure: Rebuild.
9976 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9978         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9979         and $$s/newlib/libc/sys/cygwin32 include paths.
9980         * configure: Ditto.
9982 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9984         * MAINTAINERS: Update my email addresses.
9986 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9988         * config-ml.in: Propagate INSTALL variables.
9990 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9992         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9994 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9996         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9997         * Makefile.in: Regenerate.
9999 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10001         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10003 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10005         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10007 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10009         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10010         * Makefile.in: Regenerated.
10012 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10014         * MAINTAINERS (Write After Approval): Upgrade myself from
10015         GNATS only to write-after-approval. Update my mail address.
10017 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10019         (OS Port Maintainers: freebsd): Add myself.
10021 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10023         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10025 2003-04-22  Kean Johnston  <jkj@sco.com>
10027         * MAINTAINERS (SCO ports): Added myself.
10029 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10031         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10033 2003-04-19  Kean Johnston  <jkj@sco.com>
10035         * MAINTAINERS (Write After Approval): Add myself.
10037 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10039         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10040         * Makefile.in: Regenerate.
10042 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10044         * configure.in (powerpc64*-*-linux*): Remove.
10045         * configure: Rebuilt.
10047 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10049         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10050         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10051         and restrap.
10052         * Makefile.in:  Regenerate.
10054 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10056         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10057         * configure: Regenerated.
10059 2003-04-15  DJ Delorie  <dj@redhat.com>
10061         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10063 2003-04-13  Nick Clifton  <nickc@redhat.com>
10065         * config-ml.in: Remove support for --disable-aix removing
10066         call-aix multilibs.
10068 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10070         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10071         * */configure: Rebuilt.
10073 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10075         * MAINTAINERS: Add my email address.
10077 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10079         * MAINTAINERS (Write After Approval): Add myself.
10081 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10083         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10084         * Makefile.in: Regenerate.
10086 2003-03-14  Michael Chastain  <mec@shout.net>
10088         * Makefile.in: Regenerate with correct Makefile.def.
10090 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10092         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10093         Make macro.
10094         * Makefile.in: Regenerate.
10095         * configure.in: Clean up gxx_include_dir logic.
10096         * configure: Regenerate.
10098 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10100         * MAINTAINERS (Write After Approval): Add myself.
10102 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10104         * MAINTAINERS: Update my mail address.
10106 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10108         * configure.in (gxx_include_dir): Fix typo.
10109         * configure: Regenerated.
10111 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10113         * Makefile.tpl: Reindent.
10114         * Makefile.in: Regenerate.
10115         * configure.in: Reindent.  Don't set unused variables.
10116         * configure: Regenerate.
10118 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10120         * configure.in: Include $(build_tooldir)/sys-include in
10121         FLAGS_FOR_TARGET.
10122         * configure: Regenerated.
10124 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10126         * Makefile.tpl: Always pass down RANLIB.
10127         * Makefile.in: Regenerate.
10129         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10130         * Makefile.in: Regenerate.
10131         * configure.in: Remove unused logic relating to --enable-shared
10132         and --enable-threads.  Remove bogus comments.  Remove redundant
10133         noconfigdirs.
10134         * configure: Regenerate.
10136         * configure.in: Replace ${libstdcxx_version} by its value.
10137         Remove reference to mh-dgux.
10138         * configure: Regenerate.
10140 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10142         * MAINTAINERS (Write After Approval): Add myself.
10144 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10146         * Makefile.tpl: Rearrange.
10147         * Makefile.in: Regenerate.
10149 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10151         * configure.in: Add support for kaOS as cross build target system.
10152         * configure: Regenerated.
10154 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10156         * MAINTAINERS (Write after approval): Add myself.
10158 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10160         * MAINTAINERS: Update my email address.
10162 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10164         * MAINTAINERS: Add self to blanket write privs. section.
10166 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10168         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10169         configure-target-* as some target builds may require additional
10170         flags for preprocessor tests.
10171         * Makefile.in: Regenerated.
10173 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10175         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10176         * ltconfig: Handle it.
10177         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10178         auto-detecting it.
10180         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10181         it is used as argument to $CC.
10182         * ltcf-gcj.sh: Likewise.
10184         * configure.in: Introduce --enable-maintainer-mode.
10185         * configure: Rebuilt.
10186         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10187         for maintainer mode.
10188         * Makefile.in: Rebuilt.
10190 2003-02-18  Jason Merrill  <jason@redhat.com>
10192         * Makefile.tpl (check-c++): Allow parallelism.
10194 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10196         * MAINTAINERS: Remove John Carr (who never actually had access to
10197         gcc.gnu.org).
10199 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10201         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10202         don't configure target-libobjc.
10203         * configure: Regenerate.
10205 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10207         * Makefile.tpl (RANLIB): Define.
10208         * Makefile.in: Regenerate.
10210 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10212         * MAINTAINERS: Update my email.
10214 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10216         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10217         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10218         * Makefile.in: Regenerated.
10219         * configure.in: Remove all traces of snavigator, db, and grep.
10220         * configure: Regenerated.
10222 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10224         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10225         After Approval.
10227 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10229         * MAINTAINERS (Write after approval): Add myself.
10231 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10233         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10234         * Makefile.in: Regenerated.
10236 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10238         * config.guess: Updated to 2003-01-30's version.
10239         * config.sub: Updated to 2003-01-28's version.
10241 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10243         * config.if: If gcc_version is already set, just use it.  Don't set
10244         gcc_version_trigger if it's already set, otherwise set it to
10245         gcc/version.c, but only if the file exists.  If it is not set and
10246         gcc/version.c does not exist, try to extract the version number from
10247         $CC.
10249 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10251         * MAINTAINERS: Add myself to write-after-approval list.
10253 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10255         * configure.in:  Revert 24Jan change.
10256         * configure:  Regenerate.
10258 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10260         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10261         entry of HJ Lu.
10263 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10265         * configure.in: Revert previous change.
10266         * configure: Regenerate.
10268 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10270         * configure.in: Make rda native-only.
10271         * configure: Regenerate.
10273 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10275         * MAINTAINERS: Move myself from GNATS-only-accounts to
10276         write-after-approval.
10278 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10280         * configure.in: Add missing \.
10281         * configure: Rebuilt.
10283 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10285         * configure.in (baseargs): Avoid using \| in sed regular
10286         expressions.
10287         * configure: Rebuilt.
10289 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10291         * configure.in (baseargs): Remove all supported forms of
10292         --cache-file, --srcdir, --host, --build and --target options
10293         from argument lists.
10294         * configure: Rebuilt.
10296 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10298         * MAINTAINERS: Add myself to write-after-approval list.
10300 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10302         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10303         * configure: Rebuilt.
10305 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10307         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10308         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10309         * Makefile.in: Regenerate.
10310         * configure: Regenerate.
10312 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10314         * configure.in: Remove Makefile in build, host and target modules
10315         unless configure was run with --no-recursion.
10316         * configure: Rebuilt.
10318 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10320         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10321         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10322         * Makefile.in: Regenerate.
10324 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10326         * config.guess: Update to 2003-01-03 version.
10327         * config.sub: Update to 2003-01-03 version.
10329 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10331         * configure: Regenerate with proper autoconf 2.13.
10333 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10335         * configure.in: Add AC_PREREQ for consistency.
10336         * configure: Regenerate.
10338 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10340         * configure.in (GDB_TK): Add tcl directories conditional on
10341         gdb/gdbtk directory being present.
10342         * configure: Regenerate.
10344 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10346         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10347         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10348         * configure: Rebuilt.
10350 2002-12-31  Tom Tromey  <tromey@redhat.com>
10352         * Makefile.in: Rebuilt.
10353         * Makefile.def (target_modules) [libffi]: Allow installation.
10355 2002-12-31  Andreas Schwab  <schwab@suse.de>
10357         * configure.in: Fix use of $program_transform_name.
10358         * configure: Regenerated.
10360 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10362         * configure.in (baseargs): Don't remove first configure argument.
10363         * configure: Regenerated.
10365 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10367         * Makefile.tpl (local-distclean): Don't remove...
10368         (multilib.ts): ... this.  Moved into...
10369         (multilib.out): ... this.  Don't use sub-make.
10370         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10371         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10372         (configure-build-[+module+], configure-[+module+],
10373         configure-target-[+module+], configure-gcc): ... these.  Test
10374         for Makefile existence.  Drop config.status from dependencies.
10375         * Makefile.in: Rebuilt.
10376         * configure.in: Move gcc-version-trigger to the end of
10377         ac_configure_args.  Add comments to maybedep.tmp and
10378         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10379         nonopt from baseargs, matching and removing corresponding
10380         whitespace while at it.
10381         * configure: Rebuilt.
10383 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10385         * configure.in (host_configargs): Replace reference to
10386         no-longer-defined buildopts with --build=${build_alias}.
10387         * configure: Rebuilt.
10389         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10390         program_transform_name to standard idiom.
10391         (AUTOGEN, AUTOCONF): Define.
10392         (Makefile.in): Use $(AUTOGEN).
10393         (Makefile): Depend on config.status, and use autoconf-style rule to
10394         build it.  Move original commands to...
10395         (config.status): ... this new target.
10396         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10397         $(AUTOCONF).
10398         * Makefile.in: Rebuilt.
10400 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10402         * Makefile.tpl: Fix dramatic bustage due to change in
10403         program_transform_name.
10404         * Makefile.in: Regenerate.
10406         * configure.in: Remove unnecessary PATH setting.
10407         * configure: Regnerate.
10409         * configure.in: Don't default to unprefixed tools unless
10410         the native tools will work.
10411         * configure: Regenerate.
10413         * configure.in: Convert to autoconf script.  Blow away lots
10414         of now-redundant Makefile fragments.
10415         * configure: Generate using Autoconf.
10416         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10417         * Makefile.in: Regenerate.
10419 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10421         * configure: Fix stupid bug where RANLIB was mistakenly included.
10423         * configure.in: Rename (buildargs, hostargs, targargs) to
10424         (build_configargs, host_configargs, target_configargs).
10426         * configure.in: Move logic out of sed statement.
10428         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10429         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10431 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10433         * config.sub: Import from master repository
10434         * config.guess: Ditto
10436 2002-12-24  Andreas Schwab  <schwab@suse.de>
10438         * Makefile.tpl (multilib.out): Fix missing space.
10439         * Makefile.in: Regenerate.
10441 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10443         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10444         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10445         * Makefile.in: Regenerate.
10446         * configure.in: Remove unnecessary leftovers.
10448 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10450         * configure.in (extra_ranlibflags_for_target): New variable.
10451         (*-*-darwin): Add -c to ranlib commands.
10452         * configure (tooldir): Handle extra_ranlibflags_for_target.
10454 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10456         * Makefile.tpl: Revert HJL's change.
10457         * Makefile.in: Regenerated.
10458         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10459         always.
10461 2002-12-19  Andreas Schwab  <schwab@suse.de>
10463         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10464         * Makefile.in: Regenerate.
10466 2002-12-18  H.J. Lu  <hjl@gnu.org>
10468         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10469         * Makefile.in: Regenerated.
10471         * configure.in (build_prefix): New. Substitute.
10473 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10475         * Makefile.tpl: Don't let real targets depend on phony targets.
10476         * Makefile.in: Regenerate.
10478         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10479         * Makefile.in: Regenerate.
10481 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10483         * config.sub: Import from master repository
10484         * config.guess: Ditto
10486 2002-12-16  Jason Merrill  <jason@redhat.com>
10488         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10489         previous 'make bootstrap'.
10490         * Makefile.in: Regenerate.
10492 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10494         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10496 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10498         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10499         * Makefile.in: Regenerate.
10501 2002-12-13  Jason Merrill  <jason@redhat.com>
10503         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10504         library tests.
10505         (check-c++): Just depend on it and check-target-libstdc++-v3.
10506         * Makefile.in: Regenerate.
10508 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10510         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10511         * Makefile.in: Rebuilt.
10513 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10515         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10517 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10519         * configure: Fix bug put in by gremlins.
10521         * Makefile.tpl: Substitute more autoconfily.
10522         * configure: Substitute more autoconfily.
10523         * Makefile.in: Regenerate.
10525 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10527         * config.sub: Import from master repository
10528         * config.guess: Ditto
10529         * MAINTAINERS: Added Svein Seldal under write after approval
10531 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10533         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10534         * Makefile.in (all-sim): Ditto.
10536 2002-12-06  DJ Delorie  <dj@redhat.com>
10538         * Makefile.tpl: Change configure dependencies to not have real
10539         targets depend on phony targets.
10541 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10543         * configure.in: Revert unintentional change.
10545         * Makefile.tpl: Change dependency for */multilib.out so that
10546         it works when gcc isn't in the tree.
10548         * configure.in: Substitute more.
10549         * configure: Run subconfigures from the Makefile.
10550         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10551         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10553 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10555         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10557 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10559         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10560         and corresponding dependencies.
10561         * Makefile.in: Regenerate.
10563         * configure.in (host_tools): Order binutils, gas and ld for
10564         convenience in running the testsuites.
10566         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10567         * Makefile.in: Regenerate.
10568         * configure.in: Introduce rules to serialize subconfigure runs.
10570         * configure.in: Introduce BASE_CC_FOR_TARGET.
10571         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10572         Realize configure-build-* targets.  Realize configure-target-* targets.
10573         * Makefile.in: Regenerate.
10575 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10577         * configure: Move gcc_version_trigger stuff from here...
10578         * configure.in: ...to here.
10580         * configure.in: Separate subconfigure options added by this file from
10581         options given by the user.  Add machinery to put args for host
10582         subconfigures into the Makefile.
10584         * Makefile.tpl: Remove 'vault' targets.
10585         * Makefile.tpl: Reorder and comment dependencies.
10586         * Makefile.in: Regenerate.
10588 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10589         * configure.in: Fix my broken commit of previous patch. (sigh)
10591 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10593         * configure.in: Move host-specific darwin noconfigdirs into
10594         the host-specific section.
10596 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10598         * configure.in: Move host-specific darwin noconfigdirs into
10599         the host-specific section.
10601 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10603         * configure: Remove skip-this-dir support.
10604         * Makefile.tpl: Remove skip-this-dir support.
10606         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10607         subdirectories.
10608         * Makefile.in: Regenerate.
10610         * Makefile.tpl: Strip out useless setting of 'dir'.
10611         * Makefile.in: Regenerate.
10613 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10615         * configure.in: Fix deeply stupid bug.
10617         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10618         shell code in CXX_FOR_TARGET
10619         * Makefile.def: Introduce raw_cxx.
10620         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10621         RAW_CXX_FOR_TARGET.
10622         * Makefile.in: Regenerate.
10624 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10626         * Makefile.tpl: Remove unnecessary ifs.
10627         * Makefile.in: Regenerate.
10629         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10630         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10631         targets for 'no_install' modules.
10632         * configure: Move GDB_TK substitution to configure.in.  Move
10633         build_modules stuff to configure.in.
10634         * configure.in: Implement soft dependency machinery.  Maybe-ize
10635         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10636         * Makefile.in: Regenerate.
10638 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10640         * Makefile.tpl: Make all-target, install-target behave similarly
10641         to all, install (only hitting configured targets).  Eliminate
10642         unused macro defintions.
10644         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10645         build != host.
10647         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10649         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10651         * configure.in: Produce lists of subdir targets we're actually
10652         configuring.  Remove references to "dosrel".
10653         * Makefile.tpl: Let configure set which subdir targets are hit.
10654         Remove install-cross; clean up install; remove ALL.  Remove
10655         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10656         Autogenerate host module targets.  Remove empty dependency lines
10657         and redundant dependency; rearrange slightly.
10658         * Makefile.def: Add host-side libtermcap, utils.
10660         * Makefile.in: Regenerate.
10662 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10664         * ltconfig (osf[345]): Append $major to soname_spec.
10665         Reflect this in library_names_spec.
10666         * ltmain.sh (osf): Prefix $major with . for use as extension.
10668 2002-11-19  Andreas Jaeger  <aj@suse.de>
10670         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10671         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10672         and sparc64 GNU/Linux systems.
10674 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10676         * MAINTAINERS: Update email.
10678 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10680         * MAINTAINERS: Complete James Dennett's entry.
10682 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10684         * MAINTAINERS (Write After Approval): Add myself.
10686 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10688         * Makefile.tpl: syntactic cleanup
10690 2002-11-13  Stuart Hastings  <stuart@apple.com>
10692         * MAINTAINERS: Add myself to write-after-approval list.
10694 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10696         * Makefile.def: Add list of recursive targets to autogenerate.
10697         Add build_modules.
10698         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10699         targets.  Autogenerate *-build-* targets.
10700         * Makefile.in: Regenerate.
10702 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10704         * configure: More autoconf-style substitutions.
10705         * Makefile.tpl: More autoconf-style substitutions.
10706         * Makefile.in: Regenerate.
10708 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10710         * configure: Substitute more variables in a more autoconf-friendly
10711         way.  Simplify slightly.
10712         * Makefile.tpl: Make more variables substitutable in an
10713         autoconf-friendly way.
10714         * Makefile.in: Regenerate.
10716 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10718         * MAINTAINERS (Write After Approval): Add myself.
10720 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10722         * configure.in (v810*): Remove special setting of tools.
10724         * configure: Add support for extra required flags for ar or nm.
10725         * configure.in (aix4.3+): Use above support for target-specific
10726         issues, rather than using config/mt-aix43.
10728 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10730         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10731         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10732         with $srcdir.  Reformat indentation.  Substitute some variables
10733         formerly hard-coded in the Makefile for build=host.
10734         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10735         * Makefile.def: Autogenerate more.
10736         * Makefile.in: Regenerate.
10738 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10740         * MAINTAINERS (Write After Approval): Add myself.
10742 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10744         * Makefile.def (host_modules): Add rda.
10745         * Makefile.in: Regenerate.
10746         * configure.in (target_tool): Add target-rda to list.
10748 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10750         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10752 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10754         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10755         and restrap targets to this rule.
10756         * Makefile.in:  Regenerate.
10758 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10760         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10761         GNATS only accounts.
10763 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10765         * configure.in (i[3456]86-*-linux*): Add check to disable
10766         ${libgcj} for glibc1.
10768 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10770         * MAINTAINERS: Add myself as ip2k port maintainer.
10772 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10774         * configure.in: Add tic4x target.
10776 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10778         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10779         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10780         * Makefile.in: Regenerate.
10782         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10783         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10784         * Makefile.in: Regenerate.
10786 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10788         * MAINTAINERS: Add myself as web pages co-maintainer.
10790 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10792         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10793         * Makefile.in: Regenerate.
10795 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10797         * MAINTAINERS: Add myself and Nathan Sidwell
10798         <nathan@codesourcery.com> as VxWorks maintainers.
10800 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10802         * Makefile.def: Remove order dependency comments.
10803         * Makefile.tpl: Add explicit install-install dependencies.
10804         * Makefile.in: Regenerate.
10806         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10807         * Makefile.in: Regenerate.
10809         * Makefile.tpl: Add configure-target (for src-release in src)
10810         * Makefile.in: Regenerate.
10812 2002-09-30  Nick Clifton  <nickc@redhat.com>
10814         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10816 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10818         * configure.in (s390*-*-linux*): Enable libgcj.
10820 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10822         * configure: Revert accidentally applied changes.
10824         * Makefile.tpl: Make more autoconf-friendly.
10825         * Makefile.in: Regenerate.
10826         * configure: Make substitution more autoconf-like.
10828 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10830         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10831         single entry to handle all these.
10832         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10833         libjava on arm-*-elf.
10835 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10837         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10838         things that depend on them.
10840 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10842         * Makefile.tpl: Make subsituted variables more autoconfy.
10843         * Makefile.in: Regenerate.
10844         * configure: Make seds more autoconfy.
10846 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10848         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10849         * Makefile.in: Regenerate.
10850         * configure.in: Rewrite sed statements to look autoconfy.
10852         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10853         all-target-foo on configure-target-foo.
10854         * Makefile.def: Ditto.
10855         * Makefile.in: Rebuild.
10857 2002-09-25  Andrew Haley  <aph@redhat.com>
10859         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10861 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10863         * Makefile.def: New file.
10864         * Makefile.tpl: New file.
10865         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10866         * contrib/gcc_update: Note that Makefile.in is a generated file.
10868         * configure.in: Minor rearrangement.  Simplify tests.
10870 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10872         * configure.in (with_headers): Skip copy if value is "yes".
10873         (with_libs): Likewise.
10875 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10877         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10878         * configure.in (sh*-*-pe*): Ditto.
10879         * configure.in (mips*-*-pe*): Ditto.
10880         * configure.in (*arm-wince-pe): Ditto.
10882         * configure.in: Rearrange.
10884 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10886         * MAINTAINERS: Update my email address.
10888 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10890         * MAINTAINERS: (Write After Approval): Add myself.
10892 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10894         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10896 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10898         * MAINTAINERS: Change my mailing address.
10900 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10902         * MAINTAINERS (Write After Approval): Remove myself.
10903         (Various Maintainers: c++ runtime libs): Add myself.
10905 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10907         * MAINTAINERS (Write After Approval): Remove myself.
10908         (Various Maintainers: c++ runtime libs): Add myself.
10910 2002-08-15  Eric Christopher  <echristo@redhat.com>
10912         * config.sub: Import from master repository.
10913         * config.guess: Ditto.
10915 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10917         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10918         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10919         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10921 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10923         * MAINTAINERS: Add self to rs6000 vector extensions.
10925 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10927         * libiberty/configure: Reverted unintended yesterday's check in.
10929 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10931         * boehm-gc/configure, libf2c/configure: Rebuilt.
10932         * libffi/configure, libiberty/configure: Ditto.
10933         * libjava/configure, libobjc/configure: Ditto.
10934         * libstdc++-v3/configure, zlib/configure: Ditto.
10935         Merged from binutils:
10936         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10937         From Steve Ellcey <sje@cup.hp.com>:
10938         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10939         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10940         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10941         IA64.
10942         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10943         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10944         soname_spec, sys_lib_search_path_spec): Ditto.
10946 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10948         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10950 2002-08-04  H.J. Lu  (hjl@gnu.org)
10952         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10954 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10956         * MAINTAINERS (Write After Approval): Add myself.
10958 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10960         * configure.in: Move generic linux case to end.  Copy generic
10961         linux noconfigdirs to mips*-*-linux* entry and new
10962         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10964 2002-07-19  Michael Matz  <matz@suse.de>
10966         * MAINTAINERS: Add myself as ra* maintainer.
10968 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10970         * config.guess: Update to 2002-07-09 version.
10971         * config.sub: Update to 2002-07-03 version.
10973 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10975         * MAINTAINERS: Fix typo in a maintainer email address.
10977 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10979         * configure.in: Remove two redundant tests.
10981 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10983         * configure.in (mips*-*-irix6*o32): Enable stabs.
10985 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10987         * configure.in: Don't build grez.
10988         * Makefile.in: Ditto.
10990         * Makefile.in: Remove references to bsp, cygmon, libstub.
10991         * configure.in: Ditto.
10993         * configure.in: Remove leftover reference to gdbtest.
10995 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10997         * configure.in (gxx_include_dir):  Change to match versioned
10998         C++ headers if --enable-version-specific-runtime-libs is used.
11000 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11002         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11004 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11006         * configure.in: Make --without-x work.
11008 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11010         * configure.in: Rearrange target Makefile fragment collection.
11012         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11013         cvs[src].
11014         * configure.in: Ditto.
11016 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11018         * MAINTAINERS (Write After Approval): Update my e-mail address.
11020 2002-06-24  Ben Elliston  <bje@redhat.com>
11022         * configure.in (host_tools): Remove cgen.
11024         * Makefile.in (all-cgen): Remove; runs from its source directory.
11025         (check-cgen, install-cgen, clean-cgen): Likewise.
11026         (all-opcodes): Do not depend on all-cgen.
11027         (all-sim): Likewise.
11029 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11031         * Makefile.in: Eliminate 'apache' targets.
11032         * configure.in: Eliminate 'apache' targets.
11034         * configure.in: Eliminate redundant tests.  Reorganize.
11036         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11038         * config-ml.in: Eliminate references to Cygnus configure.
11040         * Makefile.in: Eliminate references to building emacs.
11042 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11044         * MAINTAINERS: Update my email address.
11046 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11048         * config.if (libstdcxx_incdir): Version C++ headers.
11049         (cxx_incdir): Remove.
11051 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11053         * MAINTAINERS (Write After Approval): Add self.
11055 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11057         * configure.in: Add support for ip2k.
11059 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11061         * configure.in: Fix AIX configury bug.
11063 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11065         * MAINTAINERS (Write After Approval): Add self.
11067 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11069         * configure.in: replace ${topsrcdir} with ${srcdir}
11071         * configure.in: Move definition of libstdcxx_flags
11072         right above usage, rather than waaay earlier.
11074         * configure.in: Pull definition of is_cross_compiler earlier.
11076         * configure.in: Rearrange a little.
11078         * configure.in: Remove references to librx.
11079         * Makefile.in: Remove references to librx.
11081 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11083         * config.sub: Add support for avr target.
11084         Import from master sources, rev 1.255
11086 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11088         * configure, .cvsignore:  Revert previous change...
11089         * Makefile:  ...delete.
11091 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11093         * configure.in: Eliminate ${gasdir} variable.
11095 2002-06-18  Dave Brolley  <brolley@redhat.com>
11097         * configure.in: Add support for frv.
11098         * config.sub: Add support for frv.
11100 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11102         * configure:  Remove garbage from previous commit.
11104 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11106         * configure:  For in-source builds, make a subdir and re-exec there.
11107         * Makefile:  New file.  Pass targets through to build directory.
11108         * .cvsignore:  No longer ignore "Makefile".
11110 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11112         * MAINTAINERS (Write After Approval): Add self.
11114 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11116         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11118 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11120         * configure.in (vax-*-netbsd*): Re-enable gas.
11122 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11124         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11125         BUILD_PREFIX_1, to correct nomenclature.
11126         * configure: Likewise.
11128         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11129         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11131 2002-05-31  Olaf Hering  <olh@suse.de>
11133         * config-ml.in: Propogate DESTDIR also.
11135 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11137         * configure.in (vax-*-netbsd*): Don't build gas for this
11138         platform.
11140 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11142         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11143         and libgcj for AVR.
11145 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11147         * MAINTAINERS (Write After Approval): Add myself.
11149 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11151         * config.guess: Update to 2002-05-22 version.
11152         * config.sub: Likewise.
11154 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11156         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11157         * config-ml.in: Likewise.
11158         * configure: Likewise.
11159         * configure.in: Likewise.
11161 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11163         * MAINTAINERS: Update my email address.
11165 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11167         * configure.in: Simplify makefile fragment collection.
11169         * configure.in: Remove code to build emacs.
11171         * configure.in : Remove --srcdir argument from targargs and buildargs
11172         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11174         * configure: Move some logic to configure.in.
11175         * configure.in: Move some logic from configure.
11177 2002-05-11  Tom Tromey  <tromey@redhat.com>
11179         * MAINTAINERS: Reflect libgcj reality.
11181 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11183         * Makefile.in: Honour DESTDIR.
11185 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11187         * config.guess: Import 2002-03-20 version.
11188         * config.sub: Import 2002-04-26 version.
11190 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11192         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11194 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11196         * MAINTAINERS: Add self.
11198 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11200         * ltmain.sh: Detect and handle object name conflicts
11201         while piecewise linking a static library.
11203 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11205         * configure.in (noconfigdirs): Don't disable libgcj on
11206         sparc64-*-solaris* and sparcv9-*-solaris*.
11208 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11210         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11212 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11214         * configure.in (FLAGS_FOR_TARGET): Do not add
11215         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11216         on i[3456]86-*-linux*.
11218 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11220         * configure.in (noconfigdirs): Replace [ ] with test.
11222         * configure.in (noconfigdirs): Do not add target-newlib if
11223         target == i[3456]86-*-linux*, and host == target.
11225 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11227         * configure.in: delete reference to absent file
11229         * configure.in: replace '[' with 'test'
11231         * configure.in: Eliminate references to gash.
11232         * Makefile.in: Eliminate references to gash.
11234         * configure.in: remove useless references to 'pic' makefile fragments.
11236         * configure.in: (*-*-windows*) Finish removing.
11238         * configure.in: Eliminate redundant test for libgui.
11240 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11242         * MAINTAINERS: Add self and realphabetize.  Update entries
11243         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11244         entry for a29k port maintainer.
11246 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11248         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11249         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11251 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11253         * configure.in: remove references to dead files
11255 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11257         * MAINTAINERS: Add information about purpose of this file.
11259 2002-04-18  Tom Tromey  <tromey@redhat.com>
11261         * configure.in: Disallow configuring libgcj when it is already
11262         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11263         Solaris 2.8 by default.  For PR libgcj/6158.
11265 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11267         * configure.in:  Move default CC setting out of config/mh-* fragments
11268         directly into here.
11270 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11272         * configure.in: don't even try to configure or make a subdirectory
11273         if there's no configure script for it.
11275 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11277         * MAINTAINERS: Remove chill maintainers.
11278         * Makefile.in (CHILLFLAGS): Remove.
11279         (CHILL_LIB): Remove.
11280         (TARGET_CONFIGDIRS): Remove libchill.
11281         (CHILL_FOR_TARGET): Remove.
11282         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11283         CHILL_LIB.
11284         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11285         (CHECK_TARGET_MODULES): Likewise.
11286         (INSTALL_TARGET_MODULES): Likewise.
11287         (CLEAN_TARGET_MODULES): Likewise.
11288         (configure-target-libchill): Remove.
11289         (all-target-libchill): Remove.
11290         * configure.in (target_libs): Remove target-libchill.
11291         Do not compute CHILL_FOR_TARGET.
11292         * libchill: Remove directory.
11294 2002-04-11  DJ Delorie  <dj@redhat.com>
11296         * Makefile.in, configure.in: Sync with binutils, entries
11297         follow...
11299 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11301         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11302         (do-tar, do-bz2): New rules.
11303         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11304         (gdb-tar): New rule.
11305         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11306         (insight_dejagnu.tar): New rule.
11307         (insight.tar): New rule.
11308         (gdb+dejagnu.tar): New rule.
11309         (gdb.tar): New rule.
11311 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11313         * Makefile.in: Add all-tix to deps for all-snavigator
11314         so that tix is built when building snavigator.
11316 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11318         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11319         ld and gdb are not supported.
11321 2002-01-07  Mark Salter  <msalter@redhat.com>
11323         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11324         Allow target-libgloss to be built for arm, strongarm, and xscale.
11326 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11328         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11329         options for i[3456]86-pc-linux* native builds.
11331 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11333         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11334         files from .po files for a distribution.
11336 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11338         * configure.in: Enable libstdc++-v3 for h8300 targets.
11340 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11342         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11343         version from bfd/.
11345 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11347         * Makefile.in (VER): When present, extract the version number from
11348         the file version.in.
11350 2001-05-24  Tom Rix  <trix@redhat.com>
11352         * configure.in : enable ld for aix
11354 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11356         * config.guess: Add linux target for S/390.
11358 2000-11-07  Philip Blundell  <pb@futuretv.com>
11360         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11362 2000-11-03  Philip Blundell  <pb@futuretv.com>
11364         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11365         files.
11367 2001-01-15  Ben Elliston  <bje@redhat.com>
11369         * configure.in (host_tools): Add sid.
11370         Always configure cgen.
11372 2000-11-24  Nick Clifton  <nickc@redhat.com>
11374         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11376 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11378         * Makefile.in (ALL_MODULES): Add all-cgen.
11379         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11380         (all-cgen): New target.
11381         (all-opcodes,all-sim): Depend on all-cgen.
11382         * configure.in (host_tools): Add cgen.
11383         Only configure cgen if --enable-cgen-maint.
11385 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11387         * configure.in: Add *-*-freebsd* configurations.
11389 2002-04-08  Tom Tromey  <tromey@redhat.com>
11391         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11392         Fixes PR libgcj/6068.
11394 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11396         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11398 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11400         * configure.in (alpha*-dec-osf*): Enable libgcj.
11402 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11404         * MAINTAINERS (Write After Approval): Add myself.
11406 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11408         Fix for: PR bootstrap/3591, target/5676
11409         * configure.in (mcore-pe): Disable the configuration of
11410         libstdc++-v3 since exceptions are not supported.
11412 2002-03-20  Anthony Green  <green@redhat.com>
11414         * configure.in: Enable libgcj for xscale-elf target.
11416 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11418         * MAINTAINERS:  Update my email address.
11420 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11422         * ltmain.sh (relink_command): Fix typo in previous change.
11424 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11426         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11427         (relink_command): Added --tag flags.
11428         (mode=install): If relinking fails; error out.
11430 2002-03-12  Richard Henderson  <rth@redhat.com>
11432         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11433         .NOTPARALLEL tag.
11434         (do-check): Rename from check.
11435         (check): Allow parallel check.
11437 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11439         * MAINTAINERS: Add myself as maintainer for xtensa port.
11440         Fix alphabetical order in CPU port maintainer list.
11441         Remove myself from Write After Approval list.
11443 2002-03-11  Richard Henderson  <rth@redhat.com>
11445         * Makefile.in (.NOTPARALLEL): Add fake tag.
11447 2002-03-07  H.J. Lu  (hjl@gnu.org)
11449         * configure.in: Enable gprof for mips*-*-linux*.
11451 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11453         * MAINTAINERS (Write After Approval): Add myself.
11455 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11457         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11458         libjava.
11459         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11461 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11463         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11464         because its Makefile is there; test for the executable instead.
11466 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11468         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11469         libstdc++-v3 and libjava.
11471 2002-02-11  Adam Megacz  <adam@xwt.org>
11473         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11474         boehm-gc
11476 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11478         * config.guess: Updated to 2002-01-30's version.
11479         * config.sub: Updated to 2002-02-01's version.
11480         Contribute sh64-elf.
11481         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11482         * configure.in: Added sh64-*-*.
11484 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11486         * MAINTAINERS: Belatedly add myself to write after approval list.
11488 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11490         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11491         Remove self as Write After Approval.
11493 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11495         * MAINTAINERS: Put self in as maintainer for contrib/regression
11496         directory.
11498 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11500         * MAINTAINERS:  Update my email address.
11502 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11504         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11505         target-libiberty, and target-libgloss.  Skip Java-related
11506         libraries if not supported for NetBSD on target CPU.
11508 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11510         * install-sh: Use _inst.$$_ for temp file name.
11512 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11514         * MAINTAINERS (Write After Approval): Move my contact info
11515         from here...
11516         (OS Port Maintainers): ...to here (netbsd).
11518 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11520         * MAINTAINERS (Write After Approval): Add myself.
11522 2002-01-17  H.J. Lu  <hjl@gnu.org>
11524         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11525         (all-target-fastjar): Also depend on all-target-libiberty.
11527 2002-01-16  H.J. Lu  (hjl@gnu.org)
11529         * config.guess: Import from master sources, rev 1.225.
11530         * config.sub: Import from master sources, rev 1.238.
11532 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11534         * MAINTAINERS (Write After Approval): Remove myself.
11536 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11538         * MAINTAINERS (Write After Approval): Add myself.
11540 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11542         * MAINTAINERS: Add self as docs co-maintainer.
11544 2001-12-11  Matthias Klose  <doko@debian.org>
11546         * MAINTAINERS (Write After Approval): Add myself.
11548 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11550         * MAINTAINERS: Update my email address.
11552 2001-12-07  Turly O'Connor  <turly@apple.com>
11553         * MAINTAINERS (Write After Approval): Add myself.
11554         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11555         (rs6000_initialize_trampoline): Call __trampoline_setup for
11556         ABI_DARWIN too.
11557         * darwin-tramp.asm: New file, implements __trampoline_setup.
11558         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11560 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11562         * MAINTAINERS (Write After Approval): Add myself.
11564 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11566         * configure, configure.in: Use temp file for long sed commands.
11568 2001-12-03  Laurent Guerby  <guerby@acm.org>
11570         * config.sub: Update to version 1.232 on subversion.
11572 2001-12-03  Ben Elliston  <bje@redhat.com>
11574         * MAINTAINERS: Update mail address for config.* patches.
11576 2001-11-27  DJ Delorie  <dj@redhat.com>
11577             Zack Weinberg  <zack@codesourcery.com>
11579         When build != host, create libiberty for the build machine.
11581         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11582         CONFIG_ARGUMENTS.
11583         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11584         New variables.
11585         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11586         and rules.
11587         (all.normal): Depend on ALL_BUILD_MODULES.
11588         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11589         (all-build-libiberty): Depend on configure-build-libiberty.
11591         * configure: Calculate and substitute proper value for
11592         ALL_BUILD_MODULES.
11593         * configure.in: Create the build subdirectory.
11594         Calculate and substitute TARGET_CONFIGARGS (formerly
11595         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11597 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11599         * MAINTAINERS (write-after-approval): Add self.
11601 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11603         * MAINTAINERS (GNATS only accounts): Remove self.
11605 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11607         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11608         libf2c.
11610 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11612         * MAINTAINERS (Write After Approval): Add self.
11614 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11616         * MAINTAINERS: mips and s390 are also CPU ports.
11618 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11620         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11622 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11624         * MAINTAINERS: Alphabetize.
11626 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11628         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11630 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11632         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11634 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11636         * configure.in (--enable-languages): Be more permissive about
11637         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11639 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11641         * config.sub: Import from master sources, rev. 1.230.
11642         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11644 2001-11-07  Laurent Guerby  <guerby@acm.org>
11646         * MAINTAINERS (Write After Approval): Add self.
11648 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11650         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11652 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11654         * config.sub: Import from master sources, rev 1.226.
11655         * config.guess: Import from master sources, rev 1.216.
11657 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11659         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11660         * MAINTAINERS: Add self as maintainer of MMIX port.
11661         Remove old after-approval entry.
11663 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11665         * ChangeLog, configure: Fix spelling errors.
11667 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11669         * MAINTAINERS: Tweak my address.
11671 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11673         * MAINTAINERS: Update my email address.
11675 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11677         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11678         * MAINTAINERS: Add self as maintainer of CRIS port.
11680 2001-10-10  Geert Bosch  <bosch@gnat.com>
11682         * MAINTAINERS (Various maintainers: Ada front end):
11683         Added Robert Dewar.
11685 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11687         * MAINTAINERS (Write After Approval): Added self
11689 2001-10-02  Geert Bosch  <bosch@gnat.com>
11691         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11693 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11695         * configure: Handle temporary files securely using mkdir.
11697 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11699         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11701 2001-09-26  Will Cohen  <wcohen@redhat.com>
11703         * configure.in (*-*-linux*): Disable configuration of target-newlib
11704         and target-libgloss.
11706 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11708         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11709         RANLIB.
11711 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11713         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11714         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11715         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11716         avoid quotes nesting problems.
11717         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11718         (DO_X): Export only variables that are set.
11720 2001-09-19  Ben Elliston  <bje@redhat.com>
11722         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11723         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11724         semantics.  Use the shell built-in "type" command instead.
11726 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11728         Merged from gcc-3_0-branch:
11729         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11730         * ltcf-c.sh: Use $objext, not $ac_objext.
11731         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11732         * ltcf-cxx.sh: Add support for GNU.
11733         2001-07-22  Timothy Wall  <twall@redhat.com>
11734         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11735         default settings if using GNU tools with that configuration.
11736         * ltcf-cxx.sh: Ditto.
11737         * ltcf-gcj.sh: Ditto.
11738         2001-07-21  Michael Chastain  <chastain@redhat.com>
11739         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11740         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11741         * ltmain.sh: Mark as gcc-local.
11743 2001-08-30  Eric Christopher  <echristo@redhat.com>
11744             Jason Eckhardt  <jle@redhat.com>
11746         * config.guess: Merge from master sources.
11747         * config.sub: Merge from master sources, add support for mipsisa32.
11749 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11750         * config.sub: Merge from master sources, rev 1.219.
11751         * MAINTAINERS: Add self as contact for stormy16 port.
11753 2001-08-14  Zack Weinberg  <zackw@panix.com>
11755         * config.sub: Merge from master sources, rev 1.218.
11756         * config.guess: Merge from master sources, rev 1.209.
11758 2001-08-11  Graham Stott  <grahams@redhat.com>
11760         * Makefile.in (check-c++): Add missing semicolon.
11762 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11764         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11766 2001-07-30  Eric Christopher  <echristo@redhat.com>
11768         * MAINTAINERS (Various maintainers: mips port): Added myself.
11770 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11772         * configure.in (sh-*-linux*): New.
11774 2001-07-27  Richard Henderson  <rth@redhat.com>
11776         * .cvsignore: Add LAST_UPDATED.
11778 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11780         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11782 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11784         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11786 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11788         * MAINTAINERS (Write After Approval): Added myself.
11790 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11792         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11793         and libgcj on m68hc11/m68hc12.
11795 2001-06-27  H.J. Lu  (hjl@gnu.org)
11797         * Makefile (CFLAGS_FOR_BUILD): New.
11798         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11800 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11802         * README: Remove version number.
11804 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11806         * INSTALL/README: Update wrt. to the installation instructions now
11807         residing in gcc/doc/install.texi.
11809 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11811         * README: Replace with a cut-down and updated version of gcc/README.
11813 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11815         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11816         multilibs to be disabled.
11818 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11820         * MAINTAINERS (Write After Approval): Add myself.
11822 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11824         * config.guess: Import CVS version 1.195.
11825         * config.sub: Import CVS version 1.212.
11827 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11829         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11830         gcc/xgcc is built, use -print-prog-name to find out the program
11831         name to use.
11833 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11835         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11836         appear to also be in the master copy.
11837         * config.sub:  Import CVS version 1.211.
11839 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11841         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11842         with_gcc]: Use `gcc -shared' to build a shared library.
11844 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11846         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11847         archives.
11849 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11851         * MAINTAINERS (Write After Approval): Add myself.
11853 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11855         * configure.in (libstdcxx_flags): Do not try to execute
11856         libstdc++-v3/testsuite_flags until it exists.
11858 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11860         * MAINTAINERS: Update my email address.
11862 2001-05-31  Graham Stott  <grahams@redhat.com>
11864         * MAINTAINERS (Write After Approval): Add myself.
11866 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11868         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11869         libraries when using g++ with native linker.
11871 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11873         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11875 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11877         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11878         [aix4*|aix5*]: Prepend blank.
11880 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11882         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11883         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11884         of subdir/configure scripts to use the new libtool.m4.
11886 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11888         * MAINTAINERS (Write After Approval): Add myself.
11890 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11892         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11894 2001-05-11  Ben Elliston  <bje@redhat.com>
11896         * Makefile.in (all-sid): New target.
11897         (check-sid, clean-sid, install-sid): Likewise.
11899 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11901         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11903 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11905         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11906         libgcj.
11908 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11910         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11911         gcc/xgcc is built, use -print-prog-name to find out the program
11912         name to use.
11914 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11916         * configure.in (noconfigdirs): Don't reset it from scratch in the
11917         target case; only append to it.
11919         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11920         sparc-*-solaris2.8]: Disable ${libgcj}.
11922 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11924         * configure.in (libgcj_saved): Copy from $libgcj.
11925         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11926         --disable-libgcj.
11928 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11930         * MAINTAINERS: Remove self as MIPS maintainer and
11931         C front end maintainer.
11933 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11935         * configure.in: Move *-chorusos target case to the proper switch.
11936         Disable libgcj.
11938 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11940         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11941         1.641.2.228.
11943 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11945         * Makefile.in (STAGE1_CFLAGS): Pass down.
11947 2001-04-13  Alan Modra  <amodra@one.net.au>
11949         * config.guess: Add hppa64-linux support.  Note for next import that
11950         this is already in the master file.
11951         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11953 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11955         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11956         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11958 2001-04-11  Stan Shebs  <shebs@apple.com>
11960         * MAINTAINERS: Add self as Darwin port maintainer.
11962 2001-04-11  Alan Modra  <amodra@one.net.au>
11964         * MAINTAINERS: Update my email address.
11966 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11968         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11969         recent versions of FreeBSD (release 3 or later).
11970         * ltconfig: On FreeBSD, -lc must not be provided when building
11971         a shared library or else the standard -pthread gcc option is
11972         rendered worthless to later users of the built library.
11974 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11976         * MAINTAINERS: Add self and RTH as C front end maintainers.
11978 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11980         * config.sub: Make sure to match an already-canonicalized
11981         machine name (eg. mn10300-unknown-elf).
11983 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11985         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11986         New macros.
11987         (bootstrap, cross): Use RECURSE_FLAGS.
11988         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11990 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11992         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11994 2001-03-22  Colin Howell  <chowell@redhat.com>
11996         * Makefile.in (DO_X): Do not backslash single-quotes in
11997         backquotes (two places).
11999 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12001         Re-installed:
12002         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12003         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12004         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12005         * ltcf-cxx.sh: Likewise.
12006         * ltcf-gcj.sh: Likewise.
12008 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12010         * MAINTAINERS: Add myself as "documentation co-maintainer".
12012 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12014         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12015         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12017 2001-03-19  Tom Tromey  <tromey@redhat.com>
12019         * config-ml.in: Handle GCJ and GCJFLAGS.
12021 2001-03-21  Michael Chastain  <chastain@redhat.com>
12023         * Makefile.in: all-m4 depends on all-texinfo.
12025 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12027         * MAINTAINERS: Add myself to write after approval list.
12029 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12031         * Makefile.in (DO_X): Quote nested quotes.
12033 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12035         * MAINTAINERS: Add myself to write after approval list.
12037 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12039         * Makefile.in (DO_X): Use double quotes for quoting
12040         "RANLIB=$${RANLIB}".
12042 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12044         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12046 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12048         * configure.in: Only use `lang_requires' for languages athat are
12049         actually enabled.
12051 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12053         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12055 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12057         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12059 2001-03-07  Tom Tromey  <tromey@redhat.com>
12061         * configure.in: Allow config-lang.in to set `lang_requires' to list
12062         of other required languages.
12064 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12066         * Makefile.in: Remove RANLIB definition. Use RANLIB
12067         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12068         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12070 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12071             Alexandre Oliva  <aoliva@redhat.com>
12073         * Makefile.in (check-c++): Use tabs, not spaces.
12075 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12077         * MAINTAINERS: add myself to Write After Approval list.
12079 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12081         * Makefile.in (check-c++): New rule.
12083         * configure.in (target_libs): Remove libg++.
12084         (noconfigdirs): Remove libg++.
12085         (noconfigdirs): Same.
12086         (noconfigdirs): Same.
12087         (noconfigdirs): Same.
12089         * config-ml.in: Remove libg++ references.
12091         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12092         (ALL_TARGET_MODULES): Same.
12093         (configure-target-libg++): Remove.
12094         (all-target-libg++): Remove.
12095         (configure-target-libio): Remove.
12096         (all-target-libio): Remove.
12097         (check-target-libio): Remove.
12098         (.PHONY): Remove.
12099         (libg++.tar.bz2): Remove.
12100         (all-target-cygmon): Remove libio.
12101         (all-target-libstdc++): Remove.
12102         (configure-target-libstdc++): Remove.
12103         (TARGET_LIB_PATH): Remove libstdc++.
12104         (ALL_GCC_CXX): Remove libstdc++.
12105         (all-target-gperf): Correct.
12107 2001-02-16  Nick Clifton  <nickc@redhat.com>
12109         * configure.in (noconfigdirs): Allow configuration of texinfo
12110         for Cygwin hosts.
12112 2001-02-15  Anthony Green  <green@redhat.com>
12114         * configure: Introduce GCJ_FOR_TARGET.
12115         * configure.in: Ditto.
12116         * Makefile.in: Ditto.
12118 2001-02-13  Andreas Schwab  <schwab@suse.de>
12120         * MAINTAINERS: Update mail address.
12122 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12124         * config.guess: Add linux target for S/390.
12125         * config.sub: Likewise.
12127 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12129         * configure.in: for *-chorusos, don't config target-newlib and
12130         target-libgloss.
12132 2001-02-06  Ben Elliston  <bje@redhat.com>
12134         * configure: Output host type to stdout, not stderr.
12136 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12138         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12139         * ltcf-cxx.sh: Likewise.
12141         * config.if: Assume enable_libstdcxx_v3 is defined.
12143 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12145         Remove V2 C++ library.
12146         * configure.in: Remove --enable-libstdcxx_v3 support.
12148 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12150         * include/demangle.h: Add prototype for java_demangle_v3.
12152 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12154         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12156 2001-01-27  Richard Henderson  <rth@redhat.com>
12158         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12160 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12162         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12163         Don't unset, it's non-portable and no longer necessary, set to empty
12164         instead.
12166 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12168         * ltconfig: Shell portability fix for the tagname validity check.
12170 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12172         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12173         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12175 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12177         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12179 2001-01-26  Tom Tromey  <tromey@redhat.com>
12181         * configure.in: Allow libgcj to be built on Sparc Solaris.
12183 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12185         * ltcf-c.sh: Add aix5 case.
12186         * ltcf-cxx.sh: Likewise.
12187         * ltconfig: Likewise.
12189 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12191         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12192         keep at least one of build_libtool_libs or build_old_libs set to
12193         yes.
12195         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12196         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12198 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12200         * configure.in: Enable libgcj on several additional platforms.
12202 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12204         * configure.in: Enable libgcj for linux targets.
12206 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12208         * MAINTAINERS (Write After Approval): Add myself.
12210 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12212         * MAINTAINERS: Add myself as vax port maintainer.
12214 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12216         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12218 2001-01-09  Mike Stump  <mrs@wrs.com>
12220         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12221         failures of subdirectories.
12223 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12225         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12226         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12227         * ltcf-cxx.sh: Likewise.
12228         * ltcf-gcj.sh: Likewise.
12229         * ltconfig.sh: Fix typo.
12231 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12233         * configure: handle DOS-style absolute paths.
12235 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12237         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12239 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12241         * MAINTAINERS: Add myself as avr port co-maintainer.
12243 2000-12-28  Ben Elliston  <bje@redhat.com>
12245         * MAINTAINERS: Add myself under ``Write After Approval''.
12247 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12249         * texinfo: Remove directory from GCC.
12251 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12253         * COPYING: Update to current
12254         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12255         to 19yy as example year in copyright notice).
12257 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12259         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12260         (libstdcxx_incdir): Pass down.
12261         * config.if: Remove expired bits for cxx_interface, add stub.
12262         (libstdcxx_incdir): Add variable for g++ include directory.
12263         * configure.in (gxx_include_dir): Use it.
12265 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12267         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12268         with old-email address from ``Write After Approval''.
12270 2000-12-15  Andreas Jaeger  <aj@suse.de>
12272         * configure.in: Handle lang_dirs.
12274 2000-12-14  Tom Tromey  <tromey@redhat.com>
12276         * MAINTAINERS: Removed brads.
12278         * MAINTAINERS: Added gcj developers.
12280 2000-12-13  Anthony Green  <green@redhat.com>
12282         * configure.in: Disable libgcj for any target not specifically
12283         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12284         with g++ abi.
12286 2000-12-13  Mike Stump  <mrs@wrs.com>
12288         * Makefile.in (local-distclean): Also remove fastjar.
12290 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12292         * contrib/gcc_update: Add fastjar --touch entries.
12294 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12296         * configure.in: Disable language-specific target libraries for
12297         languages that aren't enabled.
12299 2000-12-10  Anthony Green  <green@redhat.com>
12301         * configure.in: Define libgcj.  Disable libgcj target libraries for
12302         most targets.
12304 2000-12-10  Neil Booth  <neilb@earthling.net>
12306         * MAINTAINERS: Update mail address, remove from WAA list.
12308 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12310         * libjava: Imported from /cvs/java.
12311         * libffi: Likewise.
12312         * Boehm-gc: Likewise.
12314 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12316         * configure.in (target_libs): Revert 2000-12-08 patch.
12317         (noconfigdirs): Added target-libjava.
12319 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12321         * djunpack.bat: removed.
12323 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12325         * Makefile.in: handle DOS-style absolute paths.
12326         * config-ml.in: likewise.
12327         * symlink-tree: likewise.
12329 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12331         * fastjar: Imported.
12333 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12335         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12336         libjava.
12337         * configure.in (target_libs): Removed `target-libjava'.
12339 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12341         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12342         (ALL_MODULES): Added fastjar.
12343         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12344         (all-target-libjava): all-fastjar replaces all-zip.
12345         (all-fastjar): Added.
12346         (configure-target-fastjar, all-target-fastjar): Likewise.
12347         * configure.in (host_tools): Added fastjar.
12349 2000-12-07  Mike Stump  <mrs@wrs.com>
12351         * Makefile.in (local-distclean): Remove leftover built files.
12353 2000-11-24  Nick Clifton  <nickc@redhat.com>
12355         * configure.in (xscale-elf): Add target.
12356         (xscale-coff): Add target.
12358 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12360         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12361         recent versions of FreeBSD (release 3 or later).
12362         * ltconfig: On FreeBSD, -lc must not be provided when building
12363         a shared library or else the standard -pthread gcc option is
12364         rendered worthless to later users of the built library.
12366 2000-11-16  Fred Fish  <fnf@be.com>
12368         * configure.in (enable_libstdcxx_v3): Fix typo,
12369         libstd++ -> libstdc++.
12371 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12373         * MAINTAINERS: Add self to Write After Approval list.
12375 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12377         * MAINTAINERS: Update my email address.  Add myself to global write
12378         privs list.
12380 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12382         * Makefile.in: Merge with src and libgcj.
12383         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12384         configure-target-<library> when their configure scripts need the C
12385         or C++ library to have already been built to work properly.
12386         (do_proto_toplev): Set them to an empty string.
12388         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12389         (REALLY_SET_LIB_PATH): Use them.
12391 2000-11-17  Stan Shebs  <shebs@apple.com>
12393         * MAINTAINERS: Add self to Write After Approval list.
12395 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12397         * configure: Provide the original toplevel configure arguments
12398         (including $0) to subprocesses in the environment rather than
12399         through gcc/configargs.h.
12401 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12403         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12404         C99.  Alphabetise "Write After Approval" list.
12406 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12408         * configure: Turn on libstdc++ V3 by default.
12410         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12411         if we've got GCC.
12413 2000-11-11  Philip Blundell  <philb@gnu.org>
12415         * MAINTAINERS: Add self to Write After Approval list.
12417 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12419         * ltcf-c.sh (aix4): Improve shared library configuration; require
12420         exporting symbols.
12421         * ltcf-cxx.sh (aix4): Define.
12422         * ltconfig (aix4): Define library and soname specs appropriate for
12423         AIX.  Define command to create export symbols list.
12425 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12427         * config.sub: Add support for Sun Chorus
12429 2000-10-31  Nick Clifton  <nickc@redhat.com>
12431         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12432         <name>@redhat.com.  Also installed new email address for Clint
12433         Popetz.
12435 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12437         * etc: Remove directory from GCC.
12439 2000-10-16  Michael Meissner  <meissner@redhat.com>
12441         * configure (gcc/configargs.h): Only create if there is a build GCC
12442         directory created.
12444 2000-10-16  Matthias Klose  <doko@debian.org>
12446         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12447         when configured for libstdc++-v3.
12449 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12451         * configure: Save configure arguments to gcc/configargs.h.
12453 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12455         * config.guess: Import CVS version 1.157.
12456         * config.sub: Import CVS version 1.181.
12458 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12460         * Makefile.in (bootstrap): avoid recursion if subdir missing
12461         (cross): ditto
12462         (do-proto-toplev): ditto
12464 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12466         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12467         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12469         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12470         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12471         all affected `configure' scripts.
12473 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12475         * MAINTAINERS: Add self as cpplib co-maintainer.
12477 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12479         * MAINTAINERS: Add self to Write After Approval list.
12481 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12483         * INSTALL/README: egcs -> GCC update.
12485 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12487         * MAINTAINERS: Add myself to Write After Approval list.
12489 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12491         * MAINTAINERS: Add myself to Write After Approval list.
12493 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12495         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12496         X11 libraries for hppa64.
12498 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12500         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12502 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12504         * Makefile.in (all-zlib): Added dummy target.
12506         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12507         ltcf-gcj.sh: Updated from libtool multi-language branch.
12509 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12511         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12512         (bootstrap*): Depend on all-bootstrap.
12514 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12516         * config.guess: Import CVS version 1.156.
12517         * config.sub: Import CVS version 1.179.
12519 2000-09-02  Anthony Green  <green@cygnus.com>
12521         * Makefile.in (all-gcc): Depend on all-zlib.
12522         (CLEAN_MODULES): Add clean-zlib.
12523         (ALL_MODULES): Add all-zlib.
12524         * configure.in (host_libs): Add zlib.
12526 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12528         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12529         crosses, but add gcc/include to the header search path for them.
12531 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12533         * MAINTAINERS: Add self to Write After Approval list.
12535 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12537         * config.guess: Import CVS version 1.152.
12538         * config.sub: Import CVS version 1.177.
12540 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12542         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12543         $targargs to tell whether newlib is going to be built.
12545         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12546         $$r/TARGET_SUBDIR/libio for _G_config.h.
12548 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12550         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12552 2000-08-22  DJ Delorie  <dj@redhat.com>
12554         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12556 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12558         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12559         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12560         sub-configures.
12562 2000-08-21  DJ Delorie  <dj@redhat.com>
12564         * MAINTAINERS: Add self as a libiberty maintainer
12566 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12568         * configure.in (libstdcxx_flags): Use
12569         libstdc++-v3/src/libstdc++.INC.
12571 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12573         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12575 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12577         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12579         * configure: Make enable_threads and enable_shared defaults
12580         explicit.  Substitute enable_threads into generated Makefiles.
12581         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12582         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12584 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12586         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12588 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12590         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12591         previous delta.
12593 2000-08-11  Jason Merrill  <jason@redhat.com>
12595         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12596         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12597         (FLAGS_FOR_TARGET): Not here.
12598         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12600 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12602         * config-ml.in (CC, CXX): Don't introduce a leading space.
12604 2000-08-07  DJ Delorie  <dj@delorie.com>
12606         * MAINTAINERS: Add self as a DJGPP maintainer
12608 2000-08-07  DJ Delorie  <dj@redhat.com>
12610         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12611         "if we're also building gcc, and it's a gcc that will run on the
12612         build machine, we want to use its includes instead of the system's
12613         default includes".
12615 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12617         * MAINTAINERS: Add self to Write After Approval list.
12619 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12621         * configure.in (libstdcxx_flags): Don't use `"'.
12623         * config-ml.in: Adjust multilib search paths to the
12624         appropriate multilib tree.
12626 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12628         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12629         commas in $LANGUAGES.
12631 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12633         * configure.in: Re-enable all references to libg++ and librx.
12635 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12637         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12638         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12639         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12640         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12642         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12644 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12646         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12647         CXX_FOR_TARGET for sed.
12649 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12651         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12652         Do not override if already set in the environment or in configure.
12653         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12654         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12656 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12658         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12659         the libtool CVS tree multi-language branch.
12660         * ltconfig, ltmain.sh: Updated.
12662 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12664         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12665         (clean-target): Depend on it.
12667         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12668         (GCC_FOR_TARGET): Use it.
12669         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12670         * configure.in: ... here.
12671         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12672         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12674 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12676         * MAINTAINERS: Add self to Write After Approval list.
12678 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12680         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12681         (configure-target-libchill, configure-target-libobjc): Likewise.
12683         * configure.in: Use the same cache file for all target libs.
12684         * config-ml.in: But different cache files per multilib variant.
12686 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12688         * configure (topsrcdir): Don't use dirname.
12690 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12692         * MAINTAINERS: Add self to Write After Approval list.
12694 2000-07-20  Jason Merrill  <jason@redhat.com>
12696         * configure.in: Remove all references to libg++ and librx.
12698         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12700 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12702         * config.sub: Update to subversions version 2000-07-06.
12704 2000-07-12  Andrew Haley  <aph@cygnus.com>
12706         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12707         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12709 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12711         * symlink-tree:  Check number of arguments.
12713 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12715         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12716         search path for a g++ extracted from the build tree.  This
12717         will allow link tests run by configure scripts in
12718         subdirectories to succeed.
12720 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12722         * ltconfig: Add support for mips-dde-sysv4.2MP
12724 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12726         * MAINTAINERS: Add myself as loop discovery maintainer.
12728 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12730         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12731         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12733 2000-06-19  Timothy Wall  <twall@cygnus.com>
12735         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12736         * config.sub: Add tic54x target.
12738 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12740         * MAINTAINERS: Add self as Fortran maintainer,
12741         remove Craig Burley.
12743 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12745         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12746         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12748 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12750         * MAINTAINERS: Add self as i18n maintainer
12752 20000-05-21  H.J. Lu  (hjl@gnu.org)
12754         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12755         directory are used if they exist. Make sure
12756         $(build_tooldir)/include is searched for header files,
12757         $(build_tooldir)/lib/ for library files.
12758         (GCC_FOR_TARGET): Likewise.
12759         (CXX_FOR_TARGET): Likewise.
12761 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12763         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12765 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12767         * Makefile.in (configure-target-libiberty): Depend on
12768         configure-target-newlib.
12770 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12772         * configure.in, Makefile.in: Merge all libffi-related
12773         configury stuff from the libgcj tree.
12775 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12777         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12778         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12780 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12782         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12783         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12784         current version information.  Add to proto-toplev directory.
12785         (gdb-taz): Build do-djunpack.
12787 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12789         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12791 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12793         * MAINTAINERS: Add self to Write After Approval list.
12795 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12797         * ltmain.sh: Preserve in relink_command any environment
12798         variables that may affect the linker behavior.
12800 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12802         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12804 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12806         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12808 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12810         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12811         with the version name.
12813 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12815         * MAINTAINERS: Add self as bb-reorder maintainer.
12817 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12819         * config.if: Tweak.
12821 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12823         * djunpack.bat: New file.
12825 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12827         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12828         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12829         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12830         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12832 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12834         * config.sub (case $basic_machine): Change default for "ibm-*"
12835         to "openedition".
12837 2000-04-13  Andreas Jaeger  <aj@suse.de>
12839         * MAINTAINERS: Added myself.
12841 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12843         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12844         (do-md5sum): New target.
12845         (MD5PROG): Define.
12846         (PACKAGE): Default to TOOL.
12847         (VER): Default to a shell script.
12848         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12849         md5 checksum generation.
12850         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12851         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12852         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12853         insight.tar.bz2): Use gdb-taz to create archive.
12855 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12857         * configure (warn_cflags): Delete.
12859 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12861         * MAINTAINERS: Added myself.
12863 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12864             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12866         * configure.in (enable_libstdcxx_v3): Add.
12867         (target_libs): Add bits here to switch between libstdc++-v2 and
12868         libstdc++-v3.
12869         * config.if: And this file too.
12870         * Makefile.in: Add libstdc++-v3 targets.
12872 2000-04-05  Michael Meissner  <meissner@redhat.com>
12874         * config.sub (d30v): Add d30v as a basic machine type.
12876 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12878         * configure.in: -linux-gnu*, not -linux-gnu.
12880 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12882         * MAINTAINERS: Add self in write-after-approval section.
12884 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12886         * MAINTAINERS: Add self as ia64 port maintainer.
12888 2000-03-08  Neil Booth  <NeilB@earthling.net>
12890         * MAINTAINERS: Add self in write-after-approval section.
12892 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12894         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12895         (do-tar-bz2): Replace TOOL with PACKAGE.
12896         (gdb.tar.bz2): Remove GDBTK from GDB package.
12897         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12898         dejagnu.tar.bz2): New packages.
12900 2000-02-27  Andreas Jaeger  <aj@suse.de>
12902         * configure.in: Add entry for mips*-*-linux*, move catch all
12903         *-*-*linux* entry below this one.
12905 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12907         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12909 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12911         * config.sub: Support an OS of "wince".
12913 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12915         * config.guess, config.sub: Updated to match config's 2000-02-15
12916         version.
12918 2000-02-23  Linas Vepstas  <linas@linas.org>
12920         * config.sub: Add support for Linux/IBM 370.
12921         * configure.in: Likewise.
12923 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12925         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12927 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12929         * config.guess: Guess "cygwin" rather than "cygwin32".
12931 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12933         * configure (gcc_version): When setting, narrow search to
12934         lines containing `version_string'.
12936 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12938         * config.sub: Add support for avr target.
12940 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12942         * MAINTAINERS: Add maintainers for MCore port.
12944 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12946         * config.sub: Add mmix-knuth-mmixware.
12948 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12950         * MAINTAINERS: Pair cccp with cpplib maintainership.
12952 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12954         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12955         structure stuff to -L library search.
12956         (CXX_FOR_TARGET): Ditto.
12957         (CROSS_CHECK_MODULES): Fix spelling mistake.
12959 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12961         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12962         the C++ compiler.
12964 2000-01-12  Richard Henderson  <rth@cygnus.com>
12966         * configure.in: Don't build some bits for beos.
12968 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12970         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12971         as include files.
12973 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12975         * Add self as cpplib maintainer, as requested by Jason
12976         Merrill.  Correct my e-mail address.
12978 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12980         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12981         not mh-aix43.
12983 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12985         * MAINTAINERS: Add myself to "write after approval" list.
12987 1999-12-14  Richard Henderson  <rth@cygnus.com>
12989         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12990         * config.sub: Accept alphaev[78], alphaev8.
12992 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12994         * config.guess, config.sub: Update from autoconf.
12996 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12998         * MAINTAINERS:  update my playtime e-address.
13000 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13002         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13003         necessary libraries are missing.
13005 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13007         * MAINTAINERS: Add new 'write after approval' maintainer.
13009 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13011         * MAINTAINERS: Add new Java maintainer.
13013 1999-10-25  Andreas Schwab  <schwab@suse.de>
13015         * configure: Fix quoting inside arguments of eval.
13017 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13019         * config-ml.in: Allow suppression of some ARM multilibs.
13021 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13023         * config.guess: Add OS/390 match pattern.
13024         * config.sub: Add mvs, openedition targets.
13025         * configure.in (i370-ibm-opened*): New.
13027 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13029         * config.sub: Add support for configuring for pj.
13031 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13033         * config.sub (maybe_os): Add support for configuring for fr30.
13035 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13037         * configure.in: Do not configure or build ld for AIX
13038         platforms.  ld is known to be broken on these platforms.
13040 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13042         * config-ml.in: Pass compiler flag corresponding to multidirs to
13043         subdir configures.
13045 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13047         * Makefile.in (LDFLAGS): Define.
13049 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13051         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13052         noconfigdirs.
13053         (*-*-cygwin*): Likewise.
13055 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13057         * mkdep: New file.
13058         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13059         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13061         From Eli Zaretskii <eliz@is.elta.co.il>:
13062         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13063         long file name when using DJGPP on MS-DOS.
13065 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13067         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13069 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13071         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13072         dependency as this causes "make check" to globally "make all"
13074 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13076         * configure.in (target_libs): Added target-zlib.
13077         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13078         (CONFIGURE_TARGET_MODULES): Likewise.
13079         (CHECK_TARGET_MODULES): Likewise.
13080         (INSTALL_TARGET_MODULES): Likewise.
13081         (CLEAN_TARGET_MODULES): Likewise.
13082         (configure-target-zlib): New target.
13083         (all-target-zlib): Likewise.
13084         (all-target-libjava): Depend on all-target-zlib.
13085         (configure-target-libjava): Depend on configure-target-zlib.
13087         * Makefile.in (configure-target-libjava): Depend on
13088         configure-target-newlib.
13089         (configure-target-boehm-gc): New target.
13090         (configure-target-qthreads): New target.
13092         * configure.in (target_libs): Added target-qthreads.
13093         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13094         (CONFIGURE_TARGET_MODULES): Likewise.
13095         (CHECK_TARGET_MODULES): Likewise.
13096         (INSTALL_TARGET_MODULES): Likewise.
13097         (CLEAN_TARGET_MODULES): Likewise.
13098         (all-target-qthreads): New target.
13099         (configure-target-libjava): Depend on configure-target-qthreads.
13100         (all-target-libjava): Depend on all-target-qthreads.
13102         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13103         (CONFIGURE_TARGET_MODULES): Likewise.
13104         (CHECK_TARGET_MODULES): Likewise.
13105         (INSTALL_TARGET_MODULES): Likewise.
13106         (CLEAN_TARGET_MODULES): Likewise.
13107         (all-target-libjava): New target.
13108         (all-target-boehm-gc): Likewise.
13109         * configure.in (target_libs): Added libjava, boehm-gc.
13111 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13113         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13114         configure.bat in SUPPORT_FILES.
13115         (gas+binutils.tar.bz2): Likewise.
13117         * makeall.bat: Remove; obsolete.
13119 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13121         From Mark Elbrecht:
13122         * configure.bat: Remove; obsolete.
13124 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13126         * configure: Add -W -Wall to the default CFLAGS when compiling with
13127         gcc.
13129 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13131         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13133 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13135         * configure.in: Build ld on IRIX6.
13137 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13139         * Makefile.in: Change distribution targets to use bzip2 instead of
13140         gzip.
13141         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13142         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13144 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13146         * config.sub: Add mcore target.
13148 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13150         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13152 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13154         * config.guess (dummy): Changed to $dummy.
13156 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13158         * config.sub: Tidied up case statements.
13160 1999-05-22  Ben Elliston  <bje@cygnus.com>
13162         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13163         <jiro@din.or.jp>.
13165         * config.guess: Merge with FSF version. Future changes will be
13166         more accurately recorded in this ChangeLog.
13167         * config.sub: Likewise.
13169 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13171          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13173 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13175         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13177 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13179         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13181 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13183         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13184         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13185         Bad merge removed these two changes.
13187 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13188                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13190         * config.guess (interix Alpha): Add.
13192 1999-04-11  Richard Henderson  <rth@cygnus.com>
13194         * configure.in (i?86-*-beos*): Do config gperf; don't config
13195         gdb, newlib, or libgloss.
13197 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13199         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13200         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13201         from multidirs.
13203 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13205         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13207 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13209         * config.sub: Add support for mcore targets.
13211 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13213         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13214         not mt-ospace, in order to shut up assembler warning about using
13215         symbols that are named the same as registers.
13217 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13219         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13220         dependency list for all-target-cygmon.
13222 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13224         * config-ml.in: Check $host, not $target, for selective multilibs.
13225         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13226         thumb interworking, and underscore prefix multilibs.
13228 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13230         * missing: Update to version from current automake.
13232 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13234         * configure (gxx_include_dir): Removed.
13236         * configure.in (gxx_include_dir): Handle it.
13237         * Makefile.in: Likewise.
13239 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13241         * config.sub (mips64vr4111,mips64vr4111el) Add.
13243 1999-03-21  Ben Elliston  <bje@cygnus.com>
13245         * config.guess: Correct typo for detecting ELF on FreeBSD.
13247 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13249         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13250         config/mh-djgpp.
13252 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13254         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13255         all-target-newlib to dependency list for all-target-bsp.
13257 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13259         * config.sub: Add i386-uwin support.
13260         * config.guess: Likewise.
13262 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13264         * configure.in: cleanup, add mh-*pic handling for arm, special
13265         case powerpc*-*-aix*
13267 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13269         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13270         can be built.
13272 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13274         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13275         targets.
13277 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13279         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13281 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13283         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13285 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13287         * config.sub: Fix typo in arm recognition.
13289 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13291         * configure.in (noconfigdirs): Changed target_configdirs to
13292         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13293         rather than m68k-*-* since it is not known to work on
13294         m68k-aout. Ditto for arm-*-*oabi.
13296 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13298         * configure.in (*-*-windows*): Remove, no longer used.
13300 1999-02-19  Ben Elliston <bje@cygnus.com>
13302         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13303         Smart and improved by Andrew Cagney.
13305 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13307         * config.guess: Recognize openbsd-*-hppa.
13309 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13311         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13312         only if it is not empty.
13314 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13316         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13318         * config.guess: Modified to recognize uname's armv* syntax.
13320         * config.sub: Modified to recognize uname's armv* syntax.
13322 1999-02-17  Mark Salter  <msalter@cygnus.com>
13324         * configure.in: Added target-bsp for sparclite.
13326 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13328         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13330 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13332         * configure.in: Add support for strongarm port.
13333         * config.sub: Add support for strongarm target.
13335 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13337         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13338         the old name config/mh-cygwin32.
13339         Enable texinfo.
13341 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13343         * configure.in: Do build ld for ix86 Solaris.
13345 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13347         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13348         $AR_FOR_TARGET.  Likewise for RANLIB.
13350 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13352         * config.sub (oabi):  Recognize.
13353         * configure.in (arm-*-oabi):  Handle.
13355 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13357         * config.guess: Improve detection of i686 on UnixWare 7.
13359 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13361         * config.guess: Add support for i386-pc-interix.
13362         * config.sub: Likewise.
13363         * configure.in: Likewise.
13365 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13367         * Makefile.in: Remove unneeded all-target-libio from
13368         from all-target-winsup target since it is now unneeded.
13369         Add all-target-libtermcap in its place since it is now
13370         needed.
13372 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13374         * configure.in: makefile stub for cygwin target is probably
13375         unnecessary.  Remove it for now.
13377 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13379         * configure.in: libtermcap.a should be built when cygwin is the
13380         target as well as the host.
13381         * config.guess: Allow mixed case in cygwin uname output.
13382         * Makefile.in: Add libtermcap target.
13384 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13386         * config.sub: Clean up handling of hppa2.0.
13388 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13390         * config.guess: Use C code to identify more HP machines.
13392 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13394         * config.sub: Handle hppa2.0.
13396 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13398         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13399         cygmon for all sparclite targets, regardless of object format.
13401 1998-12-15  Mark Salter  <msalter@cygnus.com>
13403         * configure.in: Added target-bsp for several target architectures.
13405         * Makefile.in: Added rules for bsp.
13407 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13409         * config.guess: Improve detection of hppa2.0 processors.
13411 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13413         * config.guess: Recognize FreeBSD using ELF automatically.
13415 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13417         * configure (skip-this-dir): Add handling for new shell script, which
13418         might be created by a sub-directory's configure to indicate, this particular
13419         directory is "unwanted".
13420         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13422 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13424         * ltconfig: import from libtool, after changing libtool to
13425         account for the cygwin name change.
13427 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13429         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13430         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13432 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13434         * configure.in: Add libtermcap to list of cygwin dependencies.
13436 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13438         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13439         they include winsup/include when it's a cygwin target.
13441 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13443         * configure.in (host_tools): Added zip.
13444         * Makefile.in (all-target-libjava): Depend on all-zip.
13445         (all-zip): New target.
13446         (ALL_MODULES): Added all-zip.
13447         (NATIVE_CHECK_MODULES): Added check-zip.
13448         (INSTALL_MODULES): Added install-zip.
13449         (CLEAN_MODULES): Added clean-zip.
13451 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13453         * Makefile.in: lose "32" from comment about cygwin.
13455 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13457         * configure.in: Use -Os to build target libraries for the fr30.
13459 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13461         * config.sub: Add fr30.
13463 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13465         * configure.in: drop "32" from config/mh-cygwin32.  Check
13466         cygwin* instead of cygwin32*.
13467         * config.sub: Check cygwin* instead of cygwin32*.
13469 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13471         * config.guess: Match any version of Unixware7.
13473 1998-10-20  Syd Polk  <spolk@cygnus.com>
13475         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13476         if desired.
13478 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13480         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13481         these if the appropriate directories and files to not exist.
13483 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13485         * Makefile.in (DEVO_SUPPORT): Add config.if.
13487 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13489         * configure: Add pattern to replace "build_tooldir"'s
13490         definition in the generated Makefile with "tooldir"'s
13491         actual value.
13493 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13495         * config.sub: Bring back lost sparcv9.
13497         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13499 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13501         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13502         CC_FOR_TARGET and friends.
13504 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13506         * Makefile.in (build_tooldir): New variable, same as tooldir.
13507         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13508         -B$(build_tooldir)/bin/.
13509         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13511 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13513         * README: Remove installation instructions and refer to the
13514         INSTALL directory instead.
13516 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13518         * config.sub: Add support for i[34567]86-pc-udk.
13519         * configure.in: Likewise.
13521 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13523         * Makefile.in: add bzip2 package building bits for user
13524         tools module
13525         * configure.in: ditto
13527 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13529         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13530         (ALL_TARGET_MODULES): Add all-target-libobjc.
13531         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13532         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13533         (all-target-libchill): Add dependencies.
13534         * configure.in (target_libs): Add libchill.
13536 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13538         * configure.in (target_subdir): Remove duplicate line.
13540 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13542         * Makefile.in (all-automake): fix dependencies.
13544 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13546         * configure.in: Minor cleanups for building in the $(target_alias)
13547         subdir.
13549 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13551         * Makefile.in (bootstrap): Set r and s before make all.  Use
13552         BASE_FLAGS_TO_PASS in make all.
13553         (cross): Likewise.
13555 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13557         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13559 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13561         * config.sub: Fix typo in last change.
13563 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13565         * config.sub: Add support for C4x target.
13566         * configure.in: Likewise.
13568 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13570         * config.sub: Recognize sparcv9 just like sparc64.
13572 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13574         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13576 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13578         * config.guess: Correctly identify Pentium II sco boxes.
13580         * config.guess: Fix "tr" code.  From Weiwen Liu.
13582 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13584         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13585         stabs.
13587 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13589         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13590         (ALL_TARGET_MODULES): Add all-target-libchill.
13591         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13592         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13593         (all-target-libchill): Add dependencies.
13594         * configure.in (target_libs): Add libchill.
13596 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13598         * config.guess: Avoid assumptions about "tr" behaves when
13599         LANG is set to something other than English.
13601 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13603         * configure (gxx_include_dir): Changed to
13604         '${prefix}/include/g++'-${libstdcxx_interface}.
13606         * config.if: New to determine the interfaces.
13608 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13610         * config.guess: Detect and handle MPE/IX.
13611         * config.sub: Deal with MPE/IX.
13613 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13615         * configure.in: Use mh-aix43.
13617 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13619         * configure: Fix --without/--disable cases for gxx-include-dir.
13621 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13623         * mdata-sh:  Imported.  Needed for automake support.
13625 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13627         * Makefile.in (taz): Try "chmod -R og=u ." before
13628         "chmod og=u `find . -print`".
13630 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13632         * configure.in: Add arm-elf and thumb-elf support.
13634 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13636         * Makefile.in: Undo previous patch.
13638 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13640         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13641         to here ...
13642         (install-no-fixedincludes): and here
13643         (INSTALL_MODULES): ... from here.
13645 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13647         * config.sub: Merge with FSF.
13649         * config.guess: Merge with FSF.
13651 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13653         * configure (extraconfigdirs): New variable.
13654         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13655         * Makefile.in (all): Move higher in file.
13656         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13657         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13658         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13659         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13660         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13662 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13664         * Makefile.in (all-target-libjava): Depend on all-gcc and
13665         all-target-newlib.
13666         (configure-target-libjava): Depend on $(ALL_GCC).
13668 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13670         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13671         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13673 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13675         * INSTALL/README: Fix typo.
13677 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13679         * ylwrap: Change absolute path checks to check for DOS style path
13680         names.
13682         * ylwrap: Don't use a full path name if the source file is in the
13683         same directory.  From hjl@lucon.org (H.J. Lu).
13685         * config-ml.in: Default to being verbose, to match Feb 18 change to
13686         configure.
13688 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13690         Brought over from egcs:
13692         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13694         * configure.in (target_subdir): Set to ${target_alias} instead
13695         of "libraries".
13697         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13699         * configure.in (target_subdir): Set to libraries if enable_multilib.
13701 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13703         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13704         multilibs, force reconfiguration the first time we create
13705         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13707 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13709         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13710         avoid confusion with --no-recursion.
13712 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13714         * configure.in: Win32 hosts shouldn't use install -x
13715         * install-sh: remove -x option, and special .exe-handling
13716         hack.
13718 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13720         * config.guess: Recognize i586-pc-beos.
13721         * configure.in: Don't build some bits for beos.
13723 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13725         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13726         CFLAGS default to -O2.
13728         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13729         when using GNU ld.
13731 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13733         * ltmain.sh: Correct install when using a different shell.
13735 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13737         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13739 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13741         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13742         target.
13744 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13746         * ltconfig: Update to correct AIX handling.
13748 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13750         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13752         * configure.in (target_subdir): Set to ${target_alias} instead
13753         of "libraries".
13755 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13757         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13758         (Makefile): Depend on $(gcc_version_trigger).
13760         * configure (gcc_version): Change default initializer to empty
13761         string.
13762         (gcc_version_trigger): New variable; pass this variable down
13763         to subdir configures to enable them checking gcc's version
13764         themselves. Emit make macros for both gcc_version vars.
13765         (topsrcdir): Initialize reliably.
13766         (recursion line): Remove --with-gcc-version=${gcc_version}.
13768 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13770         * configure (enable_version_specific_runtime_libs): Implement new flag
13771         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13772         in $(libsubdir); emit definition in each generated Makefile.
13773         (gxx_include_dir): Initialize depending on
13774         $enable_version_specific_runtime_libs.
13776 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13778         * configure (gcc_version): Initialize properly depending on
13779         how and where configure is started.
13780         (recursion line): Pass a --with-gcc-version=${gcc_version}
13781         to configures in subdirs.
13783 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13785         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13786         cygmon
13788 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13790         * configure.in: Add cygmon and libstub support for mn10200.
13792 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13794         * configure (gcc_version): Add new variable describing the
13795         particular gcc version we're building.
13796         * Makefile.in (libsubdir): Add new macro for the directory
13797         in which the compiler finds executables, libraries, etc.
13798         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13799         and libsubdir.
13801 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13803         * Makefile.in (local-clean): Remove *.log.
13804         (warning.log): Built with warn_summary from build.log.
13805         (mail-report.log): Run test_summary.
13806         (mail-report-with-warnings.log): Run test_summary including
13807         warning.log in the report.
13809 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13811         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13813 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13815         * Makefile.in (grep): Grep no longer depends on libiberty.
13817 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13819         * Makefile.in: all-snavigator needs all-libgui.
13821 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13823         * configure.in: Add cygmon and libstub support for mn10300.
13825 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13827         * missing: Update to version from automake 1.3.
13829         * ltmain.sh: On installation, don't get confused if the same name
13830         appears more than once in the list of library names.
13832 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13834         * config.sub: Accept m68060 and m5200 as CPU names.
13836 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13838         * configure: Use && rather than using -a in test, because odd
13839         strings can confuse test.
13840         * configure.in: Likewise.
13842 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13844         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13846 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13848         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13849         bootstrap4-lean): New targets.
13851 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13853         * mpw-* Delete.  Not used.
13855 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13857         * COPYING.LIB: Update FSF address.
13859 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13861         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13863         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13864         GAS_SUPPORT_DIRS.
13866 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13868         * ltconfig, ltmain.sh: Avoid producing a version number if
13869         -version-info was not used.
13871 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13873         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13874         building with newlib.
13876 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13878         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13879         Solaris `make' causes it to continue to next definition.
13881 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13883         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13884         the right GUI libraries and files are installed along with GDB.
13886 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13888         * configure.in: Change alpha to alpha* in several places.
13890 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13892         * config.sub: Recognize sparc86x.
13894 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13896         * configure.in (--enable-target-optspace): Remove debug echo.
13898 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13900         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13902 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13904         * ltconfig: Update cygwin32 support.
13906         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13907         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13908         (GDB_SUPPORT_DIRS): Likewise.
13910 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13912         * configure.in (target_makefile_frag): If --enable-target-optspace,
13913         use -Os to compile target libraries rather than -O2.  Default to
13914         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13915         not used.
13916         * configure.in (target_cflags): Ditto for d30v.
13918 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13920         * Makefile.in (all-bfd): Depend on all-intl.
13921         (all-binutils): Likewise.
13922         (all-gas): Likewise.
13923         (all-gprof): Likewise.
13924         (all-ld): Likewise.
13926 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13928         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13930 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13932         * Makefile.in (all-bfd): Depend upon all-libiberty.
13934         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13936 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13938         * Makefile.in: Add libstub.
13940         * configure.in: Ditto. Build libstub for targets that have cygmon
13941         support.
13943 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13945         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13947 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13949         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13950         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13952 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13954         * configure: Define DEFAULT_M4 by searching PATH.
13955         * Makfile.in: Use DEFAULT_M4.
13957 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13959         * ltconfig: Add cygwin32 support.
13961         * Makefile.in, configure.in: Add libtool as a native only directory
13962         to configure and build.
13964 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13966         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13968 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13970         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13972 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13974         * Makefile.in: add ash make rules
13975         * configure.in: add ash to native_only and host_tools lists
13977 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13979         * Makefile.in (all-gettext, all-intl): New targets.
13980         (ALL_MODULES): Added all-gettext, all-intl.
13981         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13982         (INSTALL_MODULES): Added install-gettext, install-intl.
13983         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13985         * configure.in (host_tools): Added gettext.
13986         (native_only): Likewise.
13987         (noconfigdirs) [various cases]: Likewise.
13988         (host_libs): Added intl.
13990 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13992         * configure: Do not disable building gdbtk for cygwin32 hosts.
13994 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13996         * configure.in: Add thumb-coff target.
13997         * config.sub: Add thumb-coff target.
13999 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14001         * Makefile.in: Revert yesterday's change.
14002         (all-target-winsup):  all-target-librx stays out of here.
14004 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14006         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14007         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14008         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14009         Remove references to librx and libg++.
14011 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14013         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14014         recursive makes
14016 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14018         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14019         for newlib directory.
14020         (CXX_FOR_TARGET): Likewise.
14022 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14024         * ltconfig: Update after libtool/ltconfig.in change for
14025         hpux11.
14027 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14029         * ltconfig, ltmain.sh: Update to libtool 1.2.
14031 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14033         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14034         (install-gcc-cross): Instead, override LANGUAGES here.
14036 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14038         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14039         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14041 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14043         * configure.in: Add Thumb-pe target.
14045 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14047         * Makefile.in - changed sn targets to snavigator
14048         * configure.in - changed sn targets to snavigator
14050 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14052         * config-ml.in: After building symlink tree call make distclean
14053         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14054         to be the case for libiberty.
14056 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14058         * configure: When making link, also check the current
14059         directory. The configure scripts may create one.
14061 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14063         * config.sub: Accept alphapca56 and alphaev6 properly.
14065 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14067         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14069 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14071         * config.sub (sco5): Fix typo.
14073 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14075         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14076         install-itcl.
14077         (install-itcl): Remove dependency on install-tcl.
14079 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14081         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14083 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14085         * configure.in: Don't build libgui for a cygwin32 target when not on
14086         a cygwin32 host.
14088 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14090         * configure (redirect): Set to null, so default behavior of
14091         configure is now --verbose.
14093 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14095         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14096         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14098 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14100         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14101         this change to sync Makefile.in with its ChangeLog entries.
14103 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14105         * ltmain.sh (mkdir): Check that the directory doesn't exist
14106         before we exit with error, so that we don't get races during
14107         parallel builds.
14109 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14111         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14113 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14115         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14116         PICFLAG_FOR_TARGET.
14117         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14119         * configure: Emit a definition for the new macro enable_shared
14120         into each Makefile.
14122 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14124         * configure.in (host_tools, native_only): Add libtool.
14126 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14128         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14129         Fix typo in ming config comment.
14131 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14133         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14135 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14137         * config.sub: Add tic30 cases, and map c30 to tic30.
14139 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14141         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14142         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14143         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14144         (CLEAN_TARGET_MODULES): Similarly
14145         (all-target-libf2c): Add dependences.
14146         * configure.in (target_libs): Add libf2c.
14148 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14150         * configure.in: Remove expect from noconfigdirs when target
14151         is cygwin32.  OK to build expect and dejagnu with Canadian
14152         Cross.
14154 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14156         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14157         host.
14159         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14160         and mingw32.
14162 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14164         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14165         here as it is not defined in the toplevel Makefile.
14167 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14169         * configure (package_makefile_rules_frag): New variable, which names
14170         a file with generic rules, ...
14171         Change comment to mention we now have FIVE parts.
14172         * configure: Undo last change.
14174 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14176         * config.guess: More accurate determination of HP processor types.
14177         * config.sub: More accurate determination of HP processor types.
14179 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14181         * configure (package_makefile_frag): Move inserting the
14182         ${package_makefile_frag} to where it should be according
14183         to the comment.
14185 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14187         * config.guess: Add support for Linux/ARM.
14189 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14191         * .cvsignore: Remove *-info and *-install since they match
14192         release-info and mpw-install, which we don't want to just ignore.
14194 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14196         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14198 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14200         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14201         local_prefix to sub-make invocations.
14203 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14205         * configure.in: Check makefile fragments in the source
14206         directory.
14208 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14210         * configure.in: Check whether host and target makefile
14211         fragments exist before adding them to *_makefile_frag.
14213 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14215         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14217 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14219         * configure.in: Make sure we only replace RPATH_ENVVAR on
14220         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14221         regexp to sed.
14223         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14224         to sub-makes.
14226 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14228         * config-ml.in (multi-do): LDFLAGS must include multilib
14229         designator.
14231 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14233         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14235 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14237         * config.sub: Add mingw32 support.
14238         * configure.in: Likewise.
14240 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14242         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14244 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14246         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14247         * configure (gxx_include_dir): Provide a definition for subdirs
14248         which do not use autoconf.
14250 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14252         * config.guess: Sync with egcs.  Picks up new alpha support,
14253         BeOS & some additional linux support.
14255 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14257         * config.guess: HP 9000/803 is a PA1.1 machine.
14259 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14261         * configure.in: It's alpha*-...
14263 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14265         * configure.in (host_makefile_frag, target_makefile_frag):
14266         Handle multiple config files.
14267         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14268         alpha-*-*.
14270 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14272         * mkdep: New file.
14274 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14276         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14278 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14280         * Makefile.in: Add libgui directory.
14281         (GDB_TK): Add all-libgui.
14282         * configure.in: Add libgui directory.
14283         * configure: Add all-libgui to GDB_TK.
14285 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14287         * config-ml.in (multidirs): Add m32r to multilib list.
14289 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14291         * Makefile.in (all-target-gperf): Change dependency to
14292         all-target-libstdc++.
14294 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14296         * config.guess: Add BeOS support.
14298 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14300         Source directory cvs renamed to cvssrc:
14301         * configure.in (host_tools): Change cvs to cvssrc.
14302         (native_only): Likewise.
14303         (noconfigdirs) [various cases]: Likewise.
14304         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14305         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14306         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14307         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14308         (all-cvssrc): Rename target from all-cvs.
14310 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14312         * configure (gxx_include_dir): Fix thinko.
14314 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14316         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14317         (install-cross, install-gcc-cross): New targets.
14319 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14321         * configure.in (noconfigdirs): Add support for Thumb target.
14323         * config.sub (maybe_os): Add support for Thumb target.
14325 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14327         * Makefile.in: Add rules for cygmon.
14329         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14331 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14333         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14334         * configure (gxx_include_dir): Provide a definition for subdirs
14335         which do not use autoconf.
14337 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14339         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14340         11/18/97 build
14342 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14344         * From Franz Sirl.
14345         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14346         found on RedHat Linux systems.
14348 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14350         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14351         guesses.
14353 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14355         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14357 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14359         * ltmain.sh: If mkdir fails, check whether the directory was created
14360         anyhow by some other process.
14362 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14364         * configure.in (d30v-*-*): Configure all directories.
14366 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14368         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14369         for the D30V.
14371 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14373         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14375 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14377         * include/libiberty.h: Add extern "C" { so it can be used with C++
14378         progrms.
14379         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14380         programs.
14382 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14384         * configure.in (d30v-*-*): Configure GCC now.
14386 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14388         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14389         is no longer needed.
14391 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14393         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14395 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14397         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14398         targets using "$@" to provide support for similar but not identical
14399         targets without having to duplicate code.
14401 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14403         * makefile.vms: Fix to work with DEC C.
14405 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14407         * config.sub: Add mips-tx39-elf to marketing names.
14409 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14411         * ltmain.sh: Handle symlinks in generated script.
14413 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14415         * configure: Handle autoconf style directory options: --bindir,
14416         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14417         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14418         --sysconfdir.
14419         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14420         (sharedstatedir, localstatedir, oldincludedir): New variables.
14421         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14422         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14423         sbindir, sharedstatedir, and sysconfdir.
14425 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14427         * Makefile.in (bootstrap-lean): New target.
14429 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14431         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14432         sn, and gnuserv from noconfigdirs.
14434 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14436         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14438 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14440         * Makefile.in (cross): New target.
14442 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14443                           Jeff Law         <law@cygnus.com>
14445         * Makefile.in (bootstrap2, bootstrap3): New targets.
14446         (all-bootstrap): Remove outdated and confusing target.
14447         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14449 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14451         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14452         windows.  Consistent with gdb/configure.
14454 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14456         * configure.in: Name Linux target fragment.
14458         * configure: Rewrite so that project Makefile fragment is inserted
14459         first and appears last in the resulting Makefile.
14461 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14463         * Makefile.in (install-itcl): Install tcl first.
14465 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14467         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14469 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14471         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14473         * configure.in (skipdirs): Add target-librx for Linux.
14474         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14476 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14478         * Makefile.in (bootstrap): New target.
14480 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14482         * config.sub: Accept 'amigados' for backward compatibility.
14484 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14486         * config.guess: Merge with FSF.
14488 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14490         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14492 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14494         * config.sub: Add "marketing-names" patch.
14496 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14498         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14500 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14502         * config.sub: Handle v850-elf.
14504 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14506         * .cvsignore (*-install): Remove.
14508 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14510         * ltconfig: Set CONFIG_SHELL in libtool.
14511         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14513 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14515         * configure.in (target_subdir): Set to libraries if enable_multilib.
14517 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14519         * config.guess: Update from gcc directory.
14521 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14523         * Makefile.in (all-sim): Depends on all-readline.
14525 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14527         * Makefile.in (BISON, YACC): Use $$s.
14528         (all-bison): Depend on all-texinfo.
14530 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14532         * Makefile.in (BISON): Add -L flag.
14533         (YACC): Likewise.
14535 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14537         * configure.in (noconfigdirs): Add support for v850e target.
14539         * config.sub (maybe_os): Add support for v850e target.
14541 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14543         * configure.in (noconfigdirs): Add support for v850ea target.
14545         * config.sub (maybe_os): Add support for v850ea target.
14547 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14549         * config.sub: Add mipstx39.  Delete r3900.
14551 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14553         * Makefile.in (all-autoconf): Depends on all-texinfo.
14555 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14557         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14558         eabi targets.
14560 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14562         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14564         * configure: When handling a Canadian Cross, handle YACC as well as
14565         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14566         * Makefile.in (all-bison): Depend upon all-texinfo.
14568 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14570         * Makefile.in (BISON): bison, not byacc or bison -y.
14571         (YACC): bison -y or byacc or yacc.
14572         (various): Add *-bison as appropriate.
14573         (taz): No need to mess with BISON anymore.
14575 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14577         * configure: If OSTYPE matches *win32*, try to find a good value for
14578         CONFIG_SHELL.
14580 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14582         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14583         configure.in if it is present.
14585 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14587         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14589 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14591         * config.sub: Recognize `arc' cpu.
14592         * configure.in: Likewise.
14593         * config-ml.in: Likewise.
14595 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14597         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14599 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14601         * configure: Changed sed delimiter from ':' to '|' when
14602         attempting to substitute ${config_shell} for SHELL. On
14603         NT ${config_shell} may contain a ':' in it.
14605 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14607         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14609 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14611         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14613 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14615         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14617         * ylwrap: If the program is a relative path, force it to be
14618         absolute.
14620 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14622         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14624 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14626         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14627         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14628         for libraries.
14630 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14632         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14633         separated by spaces.
14635 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14637         * ylwrap: New file.
14638         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14640         * ltmain.sh: Handle /bin/sh at start of install program.
14642         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14644         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14645         * missing: New file, from automake 1.2.
14647 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14649         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14650         check-tk to CHECK_X11_MODULES.
14652 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14654         * config.sub: Merge with FSF.
14656 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14658         * config.guess: Merge with FSF.
14660 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14662         * configure: Treat msdosdjgpp like go32.
14663         * configure.in: Likewise.  Don't remove gprof for go32.
14665         * configure: Change Makefile.tem2 to Makefile.tm2.
14667 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14669         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14671 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14673         * install-sh (chmodcmd): Set to null if the DST directory already
14674         exists.  Same as Nov 11th change.
14676 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14678         * configure (GDB_TK): Needs itcl and tix.
14680 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14682         * config.guess: Update from FSF.
14684 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14686         * Makefile.in (GDB_TK): Depend on itcl and tix.
14688 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14690         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14691         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14692         (INSTALL_SCRIPT): New variable.
14693         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14694         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14695         to -x.
14696         * install-sh: Add support for -x option.
14698 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14700         * configure.in, Makefile.in: Treat tix like itcl.
14702 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14704         * Makefile.in (WINDRES): New variable.
14705         (WINDRES_FOR_TARGET): New variable.
14706         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14707         (EXTRA_HOST_FLAGS): Add WINDRES.
14708         (EXTRA_TARGET_FLAGS): Add WINDRES.
14709         (EXTRA_GCC_FLAGS): Add WINDRES.
14710         ($(DO_X)): Pass down WINDRES.
14711         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14712         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14713         DLLTOOL_FOR_TARGET.
14715 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14717         * configure.in: configure sim before gdb for win32-x-ppc
14719 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14721         Move gperf into the toplevel, from libg++.
14722         * configure.in (target_tools): Add target-gperf.
14723         (native_only): Add target-gperf.
14724         * Makefile.in (all-target-gperf): New target, depend on
14725         all-target-libg++.
14726         (configure-target-gperf): Empty rule.
14727         (ALL_TARGET_MODULES): Add all-target-gperf.
14728         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14729         (CHECK_TARGET_MODULES): Add check-target-gperf.
14730         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14731         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14733 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14735         * config.sub (mn10200): Recognize new basic machine.
14737 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14739         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14740         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14742 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14744         * configure.in: If we're building mips-sgi-irix6* native, turn on
14745         ENABLE_MULTILIB and set TARGET_SUBDIR.
14747 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14749         * Makefile.in (all-sn): Depend on all-grep.
14751 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14753         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14755         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14756         Makefile.  From Jeff Makey <jeff@cts.com>.
14757         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14759         * Makefile.in (DISTBISONFILES): Remove.
14760         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14761         $(DEFAULT_YACC).
14763         * configure.in: Build itl, db, sn, etc., when building for native
14764         cygwin32.
14766         * Makefile.in (LD): New variable.
14767         (EXTRA_HOST_FLAGS): Pass down LD.
14768         ($(DO_X)): Likewise.
14770 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14772         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14774 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14776         * configure.in (targargs): Strip out any supplied --build argument
14777         before adding our own. Always add --build.
14779 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14781         * configure.in (targargs): Pass --build if we're doing
14782         a cross-compile.
14784 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14786         * configure: Use '|' instead of ":" as the separator in
14787         sed. Otherwise sed chokes on NT path names with drive
14788         designators. Also look for "?:*" as the leading characters in an
14789         absolute pathname.
14791 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14793         * config.sub: Support for r3900.
14795 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14797         * configure.in: Use install-sh, not install.sh.
14799 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14801         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14802         apply it twice.
14804 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14806         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14807         install-binutils.
14809 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14811         * Makefile.in: Add automake targets.
14812         * configure.in (host_tools): Add automake.
14814 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14816         * configure: Default CXX to c++, not gcc.
14817         * Makefile.in (CXX): Set to c++, not gcc.
14818         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14820 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14822         * install-sh: try appending a .exe if source file doesn't
14823         exist
14825 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14827         * configure.in: Turn on multilib by default.
14828         (cross_only): Remove target-libiberty.
14830         * Makefile.in (all-gcc): Don't depend on libiberty.
14832 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14834         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14836 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14838         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14839         (DISTBISONFILES): Add ld/Makefile.in
14841 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14843         * configure.in: if target is cygwin32 but host isn't cygwin32,
14844         don't configure gdb tcl tk expect, not just gdb.
14846 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14848         * configure.in: Added gnuserv everywhere sn appears.
14850         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14851         (CROSS_CHECK_MODULES): Added check-gnuserv.
14852         (INSTALL_MODULES): Added install-gnuserv.
14853         (CLEAN_MODULES): Added clean-gnuserv.
14854         (all-gnuserv): New target.
14856 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14858         * config.guess: Fixes for MIPS OpenBSD systems.
14860 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14862         * Makefile.in (INSTALL_XFORM): Remove.
14863         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14865         * mkinstalldirs: New file, copied from automake.
14866         * Makefile.in (installdirs): Rename from install-dirs.  Use
14867         mkinstalldirs.  Change all users.
14868         (DEVO_SUPPORT): Add mkinstalldirs.
14870 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14872         * install-sh: Rename from install.sh.
14873         * Makefile.in (INSTALL): Change install.sh to install-sh.
14874         (DEVO_SUPPORT): Likewise.
14876         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14877         Graichen <graichen@rzpd.de>.
14879 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14881         * config.guess: Recognize OpenBSD systems correctly.
14883 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14885         * README, Makefile.in (ETC_SUPPORT): Remove references to
14886         cfg-paper*, configure.{texi,man,info*}._
14888 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14890         * Makefile.in (all.normal): Ensure that gcc is built after all
14891         the x11 - ie gdb - targets.
14893 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14895         * makefile.vms: Don't run conf-a-gas.
14897 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14899         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14901 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14903         * configure.in: Remove noconfigdirs case since gdb also
14904         configures and builds for tic80-coff.
14906 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14908         * configure: Set cache_file to config.cache.
14909         * Makefile.in (local-distclean): Remove config.cache.
14911 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14913         * COPYING: Update FSF address.
14915 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14917         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14918         noconfigdirs.
14920 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14922         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14923         MAKEDIRS, is empty.
14925 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14927         * config.sub: Tweak mn10300 entry.
14929 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14931         * configure.in (host_tools): Put sim before gdb, so gdb's
14932         configure.tgt can determine if the simulator was configured.
14934 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14936         * config.sub: Move BeOS $os case to be with other Cygnus
14937         local cases.
14939 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14941         * config.sub: Remove misplaced comment that broke Linux.
14943 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14945         * config.sub: Add BeOS support.
14947 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14949         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14951 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14953         * configure.in (noconfigdirs): Remove tcl and tk from
14954         noconfigdirs for cygwin32 builds.
14956 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14958         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14960 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14962         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14963         make-all.com, use makefile.vms instead.
14965 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14967         * config.sub: Accept -lnews*.
14969 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14971         * configure.in (noconfigdirs): Disable target-newlib,
14972         target-examples and target-libiberty for d30v.
14974 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14976         * configure.in (noconfigdirs): Enable ld for d30v.
14978 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14980         * configure.in (tic80-*-*): Build compiler.
14982 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14984         * configure.in (d30v-*): Remove sim directory from list of
14985         unsupported d30v directories
14987 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14989         * config.sub, configure.in: Add d30v target cpu.
14991 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14993         * makefile.vms: New file.
14994         * make-all.com: Remove.
14996 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14998         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15000 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15002         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15004 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15006         * Makefile.in (ALL_MODULES): Added all-db.
15007         (CROSS_CHECK_MODULES): Addec check-db.
15008         (INSTALL_MODULES): Added install-db.
15009         (CLEAN_MODULES): Added clean-db.
15011 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15013         * config.guess: Merge with latest FSF sources.
15015 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15017         * Makefile.in (ALL_MODULES): Added all-itcl.
15018         (CROSS_CHECK_MODULES): Added check-itcl.
15019         (INSTALL_MODULES): Added install-itcl.
15020         (CLEAN_MODULES): Added clean-itcl.
15022 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15024         * configure.in: build gdb for mn10200
15026 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15028         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15030 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15032         * configure.in (tic80-*-*): Turn off most targets right now.
15034 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15036         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15037         rather than the makeinfo program.
15038         (do-info): Depend upon all-texinfo.
15040 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15042         * configure.in: Remove uses of config/mh-linux.
15044         * config.sub, config.guess: Merge with latest FSF sources.
15046 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15048         * config.sub (case $basic_machine): Add tic80 entries.
15050 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15052         * config.sub, config.guess: Merge with latest FSF sources.
15054 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15056         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15057         * mpw-config.in: Test for NewFolderRecursive.
15058         * mpw-install: Use symbolic name for startup filename.
15059         * mpw-README: Add various additional details.
15061 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15063         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15065 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15067         * configure.in: Do build gcc and the target libraries for
15068         the mn10200.
15070 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15072         * configure.in: don't avoid building gdb for mn10300 any more
15073         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15074         instead of single-quoting it.
15076 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15078         * configure.in: Don't use --with-stabs on IRIX 6.
15080 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15082         * configure.in (m32r): Build gdb, libg++ now.
15084 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15086         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15087         directories from noconfigdirs.
15089 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15091         * config.sub (basic_machine): added mips16 configuration
15093 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15095         * config.sub: Handle d10v-unknown.
15097 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15099         * config.sub: Handle v850-unknown.
15101 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15103         * Makefile.in: add findutils
15104         * configure.in: add findutils to list of host_tools
15106 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15108         * config.sub: Handle mn10200 and mn10300.
15110 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15112         * configure.in (d10v-*): Do not build librx.
15114 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15116         * configure.in (mn10300): Build everything except gdb & libgloss.
15118 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15120         * config.guess:  Patch for Dansk Data Elektronik servers,
15121         from Niels Skou Olsen <nso@dde.dk>.
15123         For ncr, use /bin/uname rather than uname, since GNU uname does not
15124         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15126         Patch for MIPS R4000 running System V,
15127         from Eric S. Raymond <esr@snark.thyrsus.com>.
15129         Fix thinko for nextstep.
15131         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15133         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15134         * config.guess: Guess mips-dec-mach_bsd4.3.
15136         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15137         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15138         release numbers.
15139         * config.guess (mips-mips-riscos*):  Emit just enough of the
15140         release number.
15142         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15143         * config.guess (sparc-auspex-sunos*):  Added.
15144         (f300-fujitsu-*): Added.
15146         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15147         * config.guess:  Recognize a Tadpole as a sparc.
15149 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15151         * config.guess: Don't assume that NextStep version is either 2 or
15152         3.  NextStep 4 (aka OpenStep 4) has come out now.
15154 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15156         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15157         From Rik Faith <faith@cs.unc.edu>.
15159 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15161         * config.sub: Contributions from bug-gnu-utils to:
15162         Support plain "hppa" (no version given) architecture, reported by
15163         OpenStep.
15164         OpenBSD like NetBSD.
15165         LynxOs is not a hardware supplier.
15167         * config.guess: Contributions from bug-gnu-utils to add support for:
15168         OpenBSD like NetBSD.
15169         Stratus systems.
15170         More Pyramid systems.
15171         i[n>4]86 Intel chips.
15172         M680[n>4]0 Motorola chips.
15173         Use unknown instead of lynx for hardware manufacturer.
15175 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15177         * install.sh (chmodcmd): Set to null if the DST directory already
15178         exists.
15180 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15182         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15183         not use mt-ppc target Makefile fragment any more.
15185 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15187         * configure.in (*-*-windows):  Exclude everything but those dirs
15188         needed to build windows.
15190 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15192         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15194 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15196         * configure.in:  Exclude mmalloc from i386-windows.
15198 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15200         * Undo my previous change.
15202 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15204         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15205         unconditionally.
15206         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15208 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15210         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15211         host to add it's own flags.
15213 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15215         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15217 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15219         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15220         (CXX_FOR_TARGET): Likewise.
15221         (GCC_FOR_TARGET): Define.
15222         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15223         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15224         CC_FOR_TARGET was specified on the command line.
15225         (MAKEOVERRIDES): Don't define.
15227 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15229         * configure.in (m32r): Fix spelling of libg++ libs.
15231 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15233         * config.sub (-apple*): Remove, now redundant.
15235 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15237         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15239         * configure: Rework yesterday's sed script patch.
15241         * config.sub: Merge with FSF.
15243 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15245         * config.guess:  Merge from FSF.
15247         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15248         * config.guess: Use pc instead of unknown, for pc clone systems.
15249         Change linux to linux-gnu.
15251         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15252         * config.guess: Avoid non-portable tr syntax.
15254 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15256         * test-build.mk (HOLES): Add "xargs" for gdb.
15258         * configure: Avoid hpux10.20 sed bug.
15260 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15262         * configure.in:  Add support for windows host
15263         (that is a build done under the Microsoft build environment).
15265 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15267         * Makefile.in: Replace all uses of srcroot with s, to shrink
15268         command line lengths.
15270         Patches from Geoffrey Noer <noer@cygnus.com>:
15271         * configure.in: If configuring for newlib, pass --with-newlib to
15272         subdirectories.
15273         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15274         -Bnewlib/ and -Lwinsup to gcc.
15275         (CXX_FOR_TARGET): Likewise.
15277 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15279         * Makefile.in (ETC_SUPPORT): Add configure.
15281 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15283         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15284         host configuration file.
15286 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15288         * configure.in: Break mn10x00 support into separate
15289         mn10200 and mn10300 configurations.
15290         * config.sub: Likewise.
15292 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15294         * configure.in: Add lots of stuff to noconfigdirs for
15295         the mn10x00 targets.
15297         * config.sub, configure.in: Add mn10x00 support.
15299 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15301         * make-all.com: Call conf-a-gas, not config-a-gas.
15303 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15305         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15306         targets.
15308 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15310         * mpw-README: Add much more detail for native PowerMac.
15311         * mpw-install: New file.
15312         * mpw-configure: Add --norecursion and --help options.
15313         * mpw-config.in: Translate readme and install files when
15314         copying to objdir.
15315         * mpw-build.in: Don't always depend on byacc and flex.
15316         (install-only-top): New action.
15318 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15320         * configure.in:  You can now configure GDB for the v850.
15322 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15324         * configure.in (noconfigdirs): Don't configure any C++ dirs
15325         if targeting D10V.
15327 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15329         * config.sub: Recognize mips64vr5000.
15331 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15333         * configure.in: Use a single line for host_tools and native_only.
15335 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15337         * config.sub, configure.in: Add entries for m32r.
15339 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15341         * Makefile.in (inet-install): Don't run install-gzip.
15343 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15345         * configure.in:  Don't config lots of things for *-*-windows*.
15347 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15349         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15350         (host_libs, host_tools): Copy from configure.in.
15351         * mpw-configure: Don't complain about directories not found.
15353 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15355         * configure.in (i[345]86): Recognize i686 for pentium pro.
15356         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15357         file.
15359         * config.guess (i[345]86): Ditto.
15361 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15363         * configure.in (noconfigdirs): Removed gdb for D10V.
15365 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15367         * configure.in: Remove ld, target-libio, target-libg++, and
15368         target-libstdc++ from noconfigdirs.
15370 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15372         * configure: Fix three locations where shell scripts were
15373         being run directly rather than with config_shell.
15375 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15377         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15378         * config.sub (basic_machine): Recognize v850.
15380 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15382         * mpw-configure: Handle multiple enable/disable options and
15383         pass them down recursively, handle -c and -s flags appropriately
15384         depending on choice of compiler, add escape mechanism for
15385         quoted arguments to gC.
15387 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15389         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15390         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15391         so that -mrelocatable-lib and -mno-eabi are used.
15393         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15394         not support --print-multi-lib, don't abort.
15396 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15398         * make-all.com: Run config-a-gas.
15399         * setup.com: Don't copy subdirectory files around.
15401 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15403         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15404         target, it now compiles correctly.
15406 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15408         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15410 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15412         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15414 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15416         * configure.in (native_only): Add prms.
15418 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15420         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15421         (BINUTILS_SUPPORT_DIRS): Likewise.
15423 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15425         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15426         d10v support is added.
15428 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15430         * configure.in (d10v-*-*): New target.
15432 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15434         * config.guess (HP 9000/811): Recognize this as a PA1.1
15435         machine.
15437 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15439         * Makefile.in (do-tar-gz): New target, split out from tail end of
15440         taz target.  Run each command separately, don't use pipes.
15441         (taz): Use it.
15443 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15445         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15446         * mpw-build.in: No builds should depend on building byacc or flex,
15447         they are assumed to be installed already.
15449 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15451         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15452         variable that CC_FOR_TARGET needs.
15454 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15456         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15457         options have changed since the last time the subdirectory was
15458         configured, and if it has, reconfigure.
15459         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15460         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15462 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15464         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15465         CLEAN_MODULES): Add bash.
15466         (all-bash): New target.
15468 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15470         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15472 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15474         * config.sub (basic_machine): Recognize d10v as a valid processor.
15476 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15478         * mpw-configure: Add support for --bindir.
15479         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15481 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15483         * configure.in: add bash, time, gawk to list of hosttools and things
15484         to only build for native toolchains
15486 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15488         * Makefile.in (docdir): Remove.
15490 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15492         * Makefile.in (datadir): Set to $(prefix)/share.
15494 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15496         * configure.in: build diff and patch for cygwin32-hosted
15497         toolchains.
15499 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15501         * config.sub: Accept -rtems*.
15503 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15505         * configure.in: enable dosrel for cygwin32-hosted builds,
15506                 remove diff from the list of things not buildable
15507                 via Canadian Cross
15509 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15511         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15512         don't get ". ".
15514 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15516         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15518 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15520         * Makefile.in (taz): Handle case where tex3patch didn't even get
15521         checked out.  Also, if it was found, put the symlink in a new util
15522         subdirectory.
15524 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15526         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15528 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15530         * config.sub: Recognize -openvms.
15531         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15532         * make-all.com, setup.com: New files.
15534 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15536         * Makefile.in (taz): tex3patch moved to texinfo/util.
15538 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15540         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15541         * configure.in: remove make from disable-if-Can-Cross list
15542                 enable gdb if ${host} and ${target} are cygwin32
15544 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15546         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15547         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15549 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15551         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15552         distinguish sysv/svr4/bsd variants.
15553         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15555 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15557         * configure.in: Added copyright notice.
15558         * move-if-change: Added copyright notice.
15560 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15562         * configure.in (powerpcle-*-solaris*): Until we get shared
15563         libraries working, don't build gdb, sim, make, tcl, tk, or
15564         expect.
15566 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15568         * config.guess:  Merge with FSF:
15570         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15571         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15573         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15574         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15576         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15577         * config.guess:  Combine two OSF1 rules.
15578         Also recognize field test versions.  From mjr@zk3.dec.com.
15579         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15580         because GNU uname does not support -p.  From pmr@pajato.com.
15582 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15584         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15586 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15588         * mpw-README: Document GCCIncludes.
15590 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15592         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15594 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15596         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15598 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15600         * configure.in (*-*-cygwin32): Configure make.
15602 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15604         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15606 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15608         * Makefile.in (all-inet): Depend on all-perl.
15610         * Makefile.in (inet-install): New target.
15612         * Makefile.in (all-inet): Depend on all-tcl.
15613         (all-inet): Depend on all-send-pr.
15615 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15617         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15618         temporarily.
15620 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15622         * configure.in: Don't configure --with-gnu-ld on AIX.
15624 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15626         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15628 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15630         * Makefile.in (ALL_MODULES): Added all-inet.
15631         (CROSS_CHECK_MODULES): Added check-inet.
15632         (INSTALL_MODULES): Added install-inet.
15633         (CLEAN_MODULES): Added clean-inet.
15634         (all-indent): New target.
15636         * configure.in (host_tools): Added inet.
15637         (native_only): Added inet.
15638         (noconfigdirs): Added inet.
15640 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15642         * configure.in: Don't configure libgloss if we are not configuring
15643         newlib.
15645 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15647         * configure.in: Don't configure libgloss for unsupported
15648         architectures.
15650 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15652         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15654 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15656         * Makefile.in (ALL_MODULES): Include all-apache.
15657         (CROSS_CHECK_MODULES): Include check-apache.
15658         (INSTALL_MODULES): Include install-apache.
15659         (all-apache): New target.
15661         * configure.in: Added apache everywhere perl is seen.
15663 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15665         * Makefile.in: Add support for clean-{module} and
15666         clean-target-{module} rules.
15668 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15670         * configure.in (*-*-ose) do not build libgloss.
15672 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15674         * config.guess (prep*:SunOS:5.*:*): Turn into
15675         powerpele-unknown-solaris2.
15677 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15679         * configure.in: Permit --enable-shared to specify a list of
15680         directories.
15682 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15684         * configure.in (host==solaris): Pass only the first word of $CC
15685         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15687 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15689         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15691 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15693         * Makefile.in (ALL_MODULES): Include all-perl.
15694         (CROSS_CHECK_MODULES): Include check-perl.
15695         (INSTALL_MODULES): Include install-perl.
15696         (ALL_X11_MODULES): Include all-guile.
15697         (CHECK_X11_MODULES): Include check-guile.
15698         (INSTALL_X11_MODULES): Include install-guile.
15699         (all-perl): New target.
15700         (all-guile): New target.
15702         * configure.in (host_tools): Include perl and guile.
15703         (native_only): Include perl and guile.
15704         (noconfigdirs): Don't build guile and perl; no ports have been
15705         done.
15707 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15709         * configure (--enable-*): Handle quoted option lists such as
15710         --enable-sim-cflags='-g0 -O' better.
15712 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15714         * Makefile.in ({,inst}all-target): New rule so we can make and
15715         install all of the target directories easily.
15717 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15719         * configure.in: Add missing global flag in sed substitution when
15720         deleting `target-' from ${configdirs}.
15722 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15724         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15725         option.
15727         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15728         config/mh-necv4.
15730         * install.sh: Correct misspelling of transformbasename.
15732         * config.guess: Recognize mips-*-sysv*.
15734 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15736         * config.sub: Recognize mon960.
15738 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15740         * configure: Restore Canadian Cross handling of BISON and LEX,
15741         removed in Feb 20 change.
15743 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15745         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15746         Mention make install.  Remove the old copyright date as well the
15747         clumsy and rather pointless copyright on the README file.
15749 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15751         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15752         Makefile after running symlink-tree, then run `make distclean' to
15753         avoid clobbering any generated files in srcdir.
15755 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15757         * configure.in (m68k-*-netbsd*): Build everything now.
15759 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15761         * Makefile.in (taz): Fix quoting.
15763 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15765         * configure.in (sparclet-*-*): Build everything now.
15767 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15769         * configure.in (m68k-*-linux*): New host.
15771 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15773         * configure: Check for bison before byacc.
15775 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15777         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15778         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15779         searching PATH.  These are used as fallbacks by Makefile.in if
15780         flex/bison/byacc aren't in objdir.
15782 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15784         * Makefile.in: Make everything which depends upon all-bfd also
15785         depend upon all-opcodes, in case --with-commonbfdlib is used.
15787 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15789         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15790         building NT native compilers on Unix.
15792 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15794         * configure.in: Don't get CC from the host Makefile fragment if we
15795         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15796         Solaris test for /usr/ucb/cc to the post target script, just after
15797         the compiler sanity test.
15799 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15801         * config.sub: Merge with FSF.
15803 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15805         * Makefile.in (RPATH_ENVVAR): New variable.
15806         (REALLY_SET_LIB_PATH): Use it.
15807         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15809 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15811         * config.sub, configure.in: Recognize sparclet cpu.
15813 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15815         * config.guess:  Support m68k-cbm-sysv4.
15817 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15819         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15820         m68k-unknown-linuxaout from linker help string.  Put quotes around
15821         $ld_help_string.
15823 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15825         * config.guess (powerpc-harris-powerunix): Add guess for port
15826         to new target.
15828 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15830         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15832 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15834         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15835         $(REALLY_SET_LIB_PATH) in Makefile.
15836         * Makefile.in (SET_LIB_PATH): New variable.
15837         (REALLY_SET_LIB_PATH): New variable.
15838         ($(DO_X)): Use $(SET_LIB_PATH).
15839         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15840         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15841         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15842         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15843         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15844         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15845         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15846         (install-dosrel): Likewise.
15847         (all-opcodes): Depend upon all-libiberty.
15849 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15851         * config.guess (*:CYGWIN*): New
15853 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15855         * Makefile.in (all-target-winsup): All all-target-libiberty.
15857 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15859         * configure.in (noconfigdirs): Add missing # in front of comment.
15861 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15863         * configure.in: add second pass to things added to noconfigdirs
15864         so *-gm-magic can exclude libgloss properly.
15866 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15868         * mpw-configure (extralibs_name, rez_name): Set correctly
15869         for MWC68K compiler.
15871         * mpw-README: Add more info on the necessary build tools.
15873 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15875         * configure.in, config.sub: Recognize cygwin32.
15877 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15879         * config.guess, config.sub: Recognize A/UX.
15881 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15883         * config.sub: Merge with gcc/config.sub.
15885 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15887         * mpw-build.in (do-binutils): Add build of stamps.
15889 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15891         * config.sub: Add recognition for mips64vr4100*-* targets.
15893 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15895         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15896         Add creation of gconfigargs with `--enable-shared' turned on.
15897         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15898         ($(host)-stamp-stage3-configured): Likewise.
15899         (HOLES): Add chatr and ldd.
15900         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15902 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15904         * configure: Pass --nfp to recursive configures.
15906 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15908         * Makefile.in (DLLTOOL): New.
15909         (DLLTOOL_FOR_TARGET): New.
15910         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15911         (EXTRA_TARGET_FLAGS): Ditto.
15912         (EXTRA_GCC_FLAGS): Ditto.
15913         (CONFIGURE_TARGET_MODULES): Ditto.
15914         (DO_X): Ditto.
15915         * configure: Add DLLTOOL.
15917 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15919         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15920         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15921         mh-sco, since old workarounds no longer needed, and don't
15922         build ld, since libraries have weak symbols in COFF.
15924 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15926         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15928 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15930         * configure.in: Make sure that ${CC} can be used to compile an
15931         executable.
15933 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15935         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15936         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15937         nothing depending on whether gdbtk is being built.
15939 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15941         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15943 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15945         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15946         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15948 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15950         * config-ml.in: Add support for
15951         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15952         Simplify setting of multidirs from --disable-foo.
15954 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15956         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15957         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15958         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15959         non-empty, pass them on to the  GCC make.
15960         (all-bootstrap): New rule that is like all-gcc, except it executes
15961         the GCC bootstrap rule instead of the GCC all rule.
15963 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15965         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15967 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15969         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15970         DG/UX support.
15972 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15974         * config.sub (i*86*) Change [345] to [3456]
15976 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15978         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15979         --with-gnu-ld=no.
15981 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15983         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15984         AIX multilibs get built.
15986 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15988         * configure.in (i386-win32): Don't build expect if we're not
15989         building the tcl subdir.
15991 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15993         * Makefile.in: (configure-target-examples, all-target-examples):
15994         New targets, configure and build example programs.
15996 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15998         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15999         use it as input to sedit the generated MPW makefile.
16000         * mpw-README: Add a suggestion about Gestalt.h.
16002 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16004         * config.sub: Accept *-*-ieee*.
16006 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16008         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16009         Ronald F. Guilmette <rfg@monkeys.com>.
16011 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16013         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16014         for powerpc-pe native.
16015         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16016         (target==powerpc-pe): duplicate i386-win32 entry.
16018 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16020         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16021         of vxworks, not just vxworks5.1.
16023 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16025         * mpw-configure: Add support for exec-prefix.
16027 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16029         * config.guess: Recognize HP model 816 machines as having
16030         a PA1.1 processor.
16032 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16034         * configure: Ignore new autoconf configure options.
16036 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16038         * config.guess:  Recognize Pentium under SCO.
16039         From Robert Lipe <robertl@arnet.com>.
16041 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16043         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16045 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16047         * configure.in: Don't configure gas for alpha-dec-osf*.
16049 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16051         * configure.in: Default to --with-stabs for some targets for which
16052         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16053         i[345]86*-*-unixware*.
16055 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16057         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16058         rather than basing it on the target.  Simplify handling of options
16059         controlling which directories to configure.  Remove extraneous
16060         slash in multi-clean target.
16062 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16064         * config-ml.in: Prefix more variables with ml_ so they don't collide
16065         with configure's.
16067 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16069         * configure: Don't turn -v into --v.
16071 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16073         * configure.in (targargs): Fix typo.
16075         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16077 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16079         * configure.in: Strip --host and --target options from
16080         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16081         --with-cross-host option when building with a cross-compiler.
16082         * configure: Canonicalize the arguments put into config.status by
16083         always using `=' for an option with an argument.  Pass a presumed
16084         --host or --target explicitly.
16086 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16088         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16089         into general OS recognition case.
16091 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16093         * configure.in (target_configdirs): add target-winsup only
16094         for win32 target systems.
16096 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16098         * Makefile.in (all-target-libgloss): Depend upon
16099         configure-target-newlib, since when libgloss is built it looks to
16100         see if the newlib directory exists.
16102 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16104         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16105         cfg-ml-*.in.
16107 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16109         * configure: Handle LD and LD_FOR_TARGET when configuring a
16110         Canadian Cross.
16112 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16114         * configure.in (target_libs): add target-winsup.
16115         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16116         (target==ppcle-pe): remove ld from $noconfigdirs.
16118 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16120         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16121         Preserve relative path names in $srcdir.  Build symlink tree if
16122         configuring cross target dir and srcdir=. (= no VPATH support).
16123         (configure-target-libg++): Depend on configure-target-librx.
16124         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16125         * config-ml.in: New file.
16126         * symlink-tree: New file.
16127         * configure: Ensure srcdir="." if that's what it is.
16129 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16131         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16132         includes and FLEX_SKELETON setting.
16133         * mpw-configure (--with-gnu-ld): New option, controls whether
16134         to use PPCLink or ld with PowerMac GCC.
16135         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16136         * mpw-config.in: Configure grez if targeting Mac.
16138         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16139         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16140         just macos.
16141         * configure.in: Configure grez resource compiler if targeting Mac.
16142         * Makefile.in (all-grez, install-grez): New targets.
16144 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16146         * configure: CXX defaults to gcc, not g++.  If we find
16147         gcc in the path, set CC to gcc -O2.
16149 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16151         * configure: Default ${build} correctly.  Avoid picking up extra
16152         spaces when reading CC and CXX from Makefile.  When doing a
16153         Canadian Cross, use plausible default values for numerous
16154         variables.
16155         * configure.in: When doing a Canadian Cross, don't try to
16156         configure tools whose configure script can't handle it.
16158 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16160         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16162 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16164         * configure:  Remove dubious bug reporting address.
16166 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16168         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16169         configure script, run that instead of this directory's configure.
16170         In either case, print a message that we're configuring the sub-dir.
16172 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16174         * configure.in: Before checking for the existence of various files,
16175         use sed to filter out "target-".
16177 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16179         * Makefile.in (DO_X): Split rule to decrease command line length
16180         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16181         (Philippe De Muyter).
16183 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16185         * Makefile.in (all-patch): depend on all-libiberty.
16187 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16189         * configure.in: If the only directory in target_configdirs which
16190         actually exists is libiberty, then set target_configdirs to empty,
16191         to avoid trying to build a target libiberty in a gas or gdb
16192         distribution.
16194 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16196         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16197         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16198         systems.
16200 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16202         * configure.in (copy_dirs): Use sys-include instead of include
16203         for --with-headers option.
16205 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16207         * Makefile.in, configure.in: Make winsup builds work with
16208         new scheme.
16210 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16212         * configure.in: Build the linker on AIX.
16214 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16216         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16217         where needed.
16219 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16221         * Makefile.in (all-gcc): Fix typo.
16223 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16225         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16227 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16229         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16230         to target-xiberty, to provide more flexibility.
16231         (target_subdir):  Define.  Create if cross.
16232         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16233         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16234         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16235         check-libFOO -> check-target-libFOO, etc.
16236         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16237         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16238         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16239         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16240         allow ALL_GCC="" to only configure.
16241         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16242         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16243         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16245 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16247         * Makefile.in (taz): Build "info" in etc explicitly.
16249 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16251         * configure.in:  Make sure that CC is undefined (as opposed to
16252         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16253         problem with autoconf trying to configure on a host without GCC.
16255 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16257         * mpw-configure: Set host alias from choice of host compiler,
16258         only use generic MPW Makefile sed if present, edit a file
16259         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16260         * mpw-README: Add problem notes about CW6 and CW7.
16262 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16264         * Makefile.in (taz): Use ";" instead of ";;".
16266 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16268         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16269         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16270         DISTDOCDIRS.
16271         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16272         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16274 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16276         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16277         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16278         Move bfd to DISTSTUFFDIRS.
16280 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16282         * Makefile.in (X11_LIB): Removed.
16283         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16285         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16287 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16289         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16290         names.
16292 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16294         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16296 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16298         * configure.in (i[345]86-*-win32): Always build newlib.
16299         Don't configure cvs, autoconf or texinfo.
16300         * Makefile.in (LD_FOR_TARGET): New.
16301         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16302         Pass down LD_FOR_TARGET.
16304 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16306         * winsup: New directory.
16307         * Makefile.in: Build winsup.
16308         * configure.in: Winsup is configured when target is win32.
16309         Can only build win32 target GDB when native.
16311 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16313         * config.guess: Recognize HP model 819 machines as having
16314         a PA 1.1 processor.
16316 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16318         * configure: Fix sed loop which substitutes for CC and CXX to
16319         avoid bug found in various sed implementations.
16321 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16323         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16324         simulator.  Use standard powerpc-*-eabi*.
16326 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16328         * configure.in: Stop putting gas and binutils in noconfigdirs for
16329         powerpc-*-aix* and rs6000-*-*.
16331 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16333         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16334         -mcall-aixdesc libraries.
16336 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16338         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16340         * config.sub (arm | armel | armeb): Fix shell syntax.
16342 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16344         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16345         -msoft-float and -mcpu=common support.
16346         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16347         libraries.
16349 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16351         * configure.in: Allow configuration and build of emacs19 for the alpha.
16353 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16355         * configure.in (CC): Get ^CC, not just any old CC, from
16356         ${host_makefile_frag}.
16358 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16360         * configure.in (CC): Try to get CC from
16361         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16363 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16365         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16366         only if it exists in $(srcdir).
16368 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16370         * configure: If CC and CXX are not set in the environment, set
16371         them, based on either an existing Makefile or on searching for gcc
16372         in PATH.  Substitute for CC and CXX in Makefile.
16373         * configure.in: Remove libm from target_libs.  Separate
16374         target_configdirs from configdirs.  If CC is not set in
16375         environment, try to get it from a host Makefile fragment.  Rewrite
16376         changes of configdirs to use skipdirs instead.  A few minor
16377         tweaks.  Take directories out of target_configdirs as they are
16378         taken out of configdirs.  Remove existing Makefile files from
16379         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16380         CONFIG_ARGUMENTS in Makefile.
16381         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16382         by configure.in.
16383         (CONFIG_ARGUMENTS): Likewise.
16384         (CONFIGURE_TARGET_MODULES): New variable.
16385         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16386         ($(CONFIGURE_TARGET_MODULES)): New target.
16387         (configure-libg++, configure-libio): New targets.
16388         (all-libg++): Depend upon configure-libg++.
16389         (all-libio): Depend upon configure-libio.
16390         (configure-libgloss, all-libgloss): New targets.
16391         (configure-libstdc++): New target.
16392         (all-libstdc++): Depend upon configure-libstdc++.
16393         (configure-librx, all-librx): New targets.
16394         (configure-newlib): New target.
16395         (all-newlib): Depend upon configure-newlib
16396         (configure-xiberty): New target.
16397         (all-xiberty): Depend upon configure-xiberty.
16399 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16401         * configure.in (host i[345]86-*-win32):  Expand the
16402         noconfigdirs again.
16404 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16406         * mpw-configure: Fix sed command file name.
16408 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16410         * configure.in (host i[345]86-*-win32): Reduce the
16411         noconfigdirs again.
16413 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16415         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16416         or powerpc*-*-pe*, since they are not yet supported.
16418 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16420         Add PowerMac support and many other enhancements.
16421         * mpw-configure: New option --cc to select compiler to use,
16422         paste options set according to --cc into the generated
16423         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16424         if mpw-make.sed is present.
16425         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16426         add forward includes for PowerPC include files.
16427         * mpw-build.in: Build using Makefile.PPC if present.
16428         (do-byacc, etc): Remove separate version resource builds.
16429         (do-gas): Build "stamps" before "all".
16430         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16431         * mpw-README: Update to reflect --cc option, PowerMac support,
16432         and recently-reported compatibility problems.
16434 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16436         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16437         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16438         (--with-multilib-top): Pass to recursive invocations.
16440 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16442         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16443         v810-*-*.
16445 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16447         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16448         gdb, ld and opcodes on v810-*-*.
16450 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16452         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16453         (local-maintainer-clean): New target.
16454         (maintainer-clean): New target.
16455         (realclean): Just depend upon maintainer-clean.
16457 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16459         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16461 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16463         * configure.in: Build ld in mips*-*-bsd* case.
16465 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16467         * config.sub: Accept -lites* OS.  From Ian Dall.
16469 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16471         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16472         targets.
16474 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16476         * configure.in: treat i386-win32 canadian cross the same as
16477         i386-go32 canadian cross.
16479 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16481         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16482         running under the simulator to build a reduced set of libraries.
16483         (powerpc-*-eabiaix): Add fine grained multilib support added to
16484         other powerpc targets yesterday.
16486 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16488         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16489         -disable-softfloat, -disable-relocatable, -disable-aix, and
16490         -disable-sysv to control which multilib libraries get built.
16492 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16494         * configure: Add Makefile.tem to list of files to remove in trap
16495         handler.
16497 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16499         * config.guess (*Linux*):  Add missing "exit"s.
16500         Also, need specific check for alpha-unknown-linux (uses COFF).
16502 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16504         * config.guess:  Merge with FSF:
16506         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16507         * config.guess (AIX4): More robust release numbering discovery.
16509         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16510         * config.guess (i386-sequent-ptx): Properly get version number.
16512         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16513         * config.guess (mips:*:4*:UMIPS): New case.
16515 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16517         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16518         (i386-win32 host): Likewise.  Don't build readline.
16520 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16522         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16523         SUPPORT_FILES to submakes.
16525 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16527         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16528         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16529         mpw-configure.
16531 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16533         * configure.in (appdirs): Use =, not ==, in test expression when
16534         trying to build the text to print in the warning message for
16535         Solaris users.
16537 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16539         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16541 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16543         * config.guess: Recognize lynx-2.3.
16545 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16547         * config.sub (z8ksim): Deleted
16548         (z8k-*-coff): New, this is the one true name of the target.
16550 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16552         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16554 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16556         * config.guess (*:Linux:*:*): First try asking the linker what the
16557         default object file format is (elf, aout, or coff).  Then if this
16558         fails, try previous methods.
16560 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16562         * configure.in: Don't build newlib for *-*-vxworks5.1.
16564 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16566         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16567         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16569 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16571         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16573 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16575         * cfg-ml-com.in: New file.
16576         * cfg-ml-pos.in: New file.
16578 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16580         * COPYING.NEWLIB: Add HP free copyright to list.
16582 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16584         * config.sub: Recognize -eabi* for the system, not just -eabi.
16586 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16588         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16589         * config.sub, configure.in (win32): New target and host.
16591 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16593         * configure.in: Add i386-pe configuration.
16595 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16597         * mpw-build.in (install): Install GDB after LD.
16599 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16601         * mpw-config.in (elf/mips.h): Always forward-include, needed
16602         for GDB to build.
16604 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16606         * testsuite: New directory for customer acceptance and whole tool
16607         chain tests.
16609 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16611         * configure: If per-host line isn't found, but AC_OUTPUT is found
16612         and a configure script exists, run it instead.
16614 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16616         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16618 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16620         * configure: Set build_{cpu,vendor,os,alias} to host values when
16621         --build isn't specified.
16623 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16625         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16626         (FLAGS_TO_PASS): Pass them.
16627         (EXTRA_TARGET_FLAGS): Ditto.
16629 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16631         * Makefile.in (all-libg++): Depend on all-libstdc++.
16633 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16635         * configure.in (noconfigdirs): Enable all packages for
16636           i386-unknown-netbsd.
16638 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16640         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16641         hosted builds (DOS builds)
16643 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16645         Changes for ARM based on patches from Richard Earnshaw:
16646         * config.sub: Handle armeb and armel.
16647         * configure.in: Omit arm linker only for riscix.
16649 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16651         * config.guess:  Update from FSF.
16653 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16655         * config.sub: Recognize powerpcle as the little endian variant of
16656         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16657         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16658         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16659         temporarily.
16661 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16663         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16665 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16667         * config.sub: Accept -lites* as a basic system type.
16669 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16671         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16672         installed, and if so return linuxoldld as the system name.
16674 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16676         * config.guess: Add hppa1.1-hp-lites support.
16678 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16680         * configure.in: Don't build newlib for m68k-vxworks5.1.
16682 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16684         * configure.in (mips-sgi-irix6): Use mh-irix5.
16686 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16688         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16690 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16692         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16693         OSF/1.  Fix compiler flags.
16694         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16696 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16698         * configure.in: Recognize --with-newlib.
16699         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16701 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16703         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16704         to *_X11_MODULES due to gdbtk needing X include files et al.
16706 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16708         Merge in support for Mac MPW as a host.
16709         (Old change descriptions retained for informational value.)
16711         * mpw-config.in: Add generic include forwards for cpu-specific
16712         include files in aout and elf directories.
16714         * mpw-configure: Added copyright.
16715         * mpw-config.in: Check for presence of required build tools.
16716         (target_libs): Add newlib.
16717         (target_tools): Add examples.
16718         (Read Me): Generate as "Read Me for MPW" instead.
16719         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16720         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16721         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16723         * mpw-configure: Remove subdir-specific makefile hackery,
16724         delete mk.tmp after using it.
16726         * mpw-build.in (all): Display start and end times.
16728         * mpw-configure (host_canonical): Set.
16729         (target_cpu): Always add to makefiles.
16730         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16731         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16732         (mpw-mh-mpw): Look for in srcdir and srcroot.
16733         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16735         * mpw-build.in: (install-only): New target.
16737         * mpw-configure (host_alias, target_alias): Rename from hostalias
16738         and targetalias, add into generated Makefile.
16739         (mk.tmp): If present, add into generated Makefile.
16740         * mpw-build.in (all-gas): Build config.h first before gas proper.
16742         * mpw-configure (config.status): Write only if changed.
16743         * mpw-config.in (readline): Configure it (not built, just used for
16744         definitions).
16746         * mpw-config.in (elf/mips.h): Add a forward include.
16748         * mpw-config.in: Forward-include most .h files in include into
16749         extra-include.
16750         (readline): Don't build.
16751         mpw-build.in (install): Install GDB.
16753         * mpw-configure (prefix, mpw_prefix): Handle it.
16754         * mpw-config.in (mmalloc, readline): Don't configure.
16755         * mpw-build.in (thisscript): Rename to ThisScript.
16756         Use mpw-build instead of BuildProgram everywhere.
16757         (mmalloc, readline): Don't build.
16758         * mpw-README: New file, basic documentation about the MPW port.
16760         * mpw-config.in: Use forward-include to create include files.
16762         * mpw-configure: Add more things to the top of each configured
16763         Makefile, including contents of config/mpw-mh-mpw.
16764         * mpw-config.in (extra-include): Create this directory and fill it
16765         with Posix-like include files when configuring.
16767         * config.sub (apple, mac, mpw): Add various aliases.
16769         * mpw-build.in: New file, top-level build script fragment for MPW.
16770         * mpw-configure: New file, configure script for MPW.
16771         * mpw-config.in: New file, config fragment for MPW.
16773 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16775         * configure.in (host_libs): Remove glob, since it is gone from the
16776         sources.
16778 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16780         * Makefile.in: define empty GDB_NLM_DEPS var.
16782         * configure.in(target_makefile_frag): use config/mt-netware
16783         for netware targets.
16785 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16787         * config.sub: Merge in recent FSF changes.  Remove linux special
16788         cases.
16790 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16792         Revert this change:
16794         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16796                 * build-all.mk: Use CC=cc -Xs on Solaris.
16798 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16800         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16801         stop using it.
16802         * Makefile.in: Nuke all references to glob subdirectory.
16804 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16806         * configure.in: Fix --enable-shared logic in per-host.
16808 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16810         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16812 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16814         * configure.in (noconfigdirs): Don't build gas on AIX, for
16815         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16817 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16819         * configure: Fix --cache-file to work if the file argument is a
16820         relative path.
16822 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16824         * configure: If the --cache-file is used, pass it down to
16825         configure in subdirectories.
16827 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16829         * config.sub: add vxworks29k configuration.
16831 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16833         * Makefile.in (taz): Do "diststuff" part quietly.
16835 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16837         * config.sub: Mini-merge with gcc/config.sub.
16839 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16841         * config.guess (IRIX): Sed - to _.
16843 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16845         * Makefile.in (source-vault, binary-vault): New targets.
16847 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16849         * config.sub: Recognize -eabi as a basic system type.
16851 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16853         * configure.in (enable_shared stuff): Fix typo.
16855 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16857         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16859 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16861         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16863 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16865         * configure.in (rs6000-*-*): Don't build gas.
16867 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16869         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16870         reduce command line length.
16871         (AS_FOR_TARGET): Check for as.new, not Makefile.
16872         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16874 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16876         * config.guess:  Merge from FSF.
16878 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16880         * configure: Don't use $ when handling program_suffix.
16882 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16884         * configure.in:  Configure tk for hppa/hpux.
16886 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16888         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16890 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16892         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16893         to LIBCXXFLAGS.  Tests are better run without it.
16895 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16897         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16899 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16901         * configure.in (*-*-netware*): Don't configure xiberty.
16903 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16905         * configure.in:  Remove tk from native_only list.
16907 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16909         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16910           for special NCD build.
16912 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16914         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16915         makeall.bat, they're only useful for binutils snapshots.
16916         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16917         makeall.bat to specified SUPPORT_FILES.
16919 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16921         * build-all.mk: Add Ericsson targets to sun4 and solaris
16922           hosts.  Add  BNR's sun4 target to solaris host, so their
16923           build-from-source will be tested in-house first.
16925 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16927         * Makefile.in (LIBCFLAGS): New variable.
16928         (CFLAGS_FOR_TARGET): Ditto.
16929         (LIBCFLAGS_FOR_TARGET): Ditto.
16930         (LIBCXXFLAGS): Ditto.
16931         (CXXFLAGS_FOR_TARGET): Ditto.
16932         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16933         (BASE_FLAGS_TO_PASS): Pass them.
16934         (EXTRA_TARGET_FLAGS): Ditto.
16936         * configure.in: Support --enable-shared.
16938 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16940         * configure.in (target_libs):  Include libstdc++ again.
16941         * config.guess:  Update from FSF (for FreeBSD).
16943 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16945         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16946         makeall.bat.
16947         (DISTDOCDIRS): Add `etc'.
16948         (ETC_SUPPORT_PFX): New variable.
16949         (taz): Include anything from etc starting with a word in
16950         ETC_SUPPORT_PFX.
16952 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16954         * config.sub: Update for recent FSF changes.  Remove obsolete
16955         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16956         spacing changes.
16958 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16960         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16962         * config.guess:  Merge with FSF.
16963         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16965 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16967         * configure: Since the "trap 0" handler will override the exit
16968         status on many systems, only use it for "exit 1", and make it set
16969         a non-zero exit status; reset it before "exit 0".  Also, check
16970         exit status of config.sub, and error out if it failed.
16972 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16974         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16975         and install libgloss.
16977 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16979         * Makefile.in (all-binutils): Depend upon all-byacc.
16981         * configure.in: Don't build emacs on Irix 5.
16983 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16985         * configure.in (*-*-netware*): Add libio.
16987 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16989         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16990         (CHECK_TARGET_MODULES): Ditto.
16991         (INSTALL_TARGET_MODULES): Ditto.
16992         (TARGET_LIBS): Ditto.
16993         (all-libstdc++): Note dependencies.
16995 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16997         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16999 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17001         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17002         -fexternal-templates.
17004         * configure.in (target_libs): Add libstdc++.
17005         (noconfigdirs): Add libstdc++ as appropriate.
17007 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17009         * config.guess:  Update from FSF.
17011 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17013         * configure: Use ${config_shell} when running ${configsub}.
17015 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17017         * config.sub: No longer recognize h8300h.
17019 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17021         * config.sub: Remove extraneous differences between config.sub and
17022         gcc/config.sub.
17024 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17026         * Makefile.in (DISTSTUFFDIRS): Add gas.
17028 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17030         * COPYING.NEWLIB: New file.
17032 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17034         * config.guess (HP-UX):  Patch from Harlan Stenn
17035         <harlan@landmark.com> to also emit release level.
17037 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17039         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17041 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17043         * config.sub:  Merge nextstep cleanup from FSF.
17045 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17047         * configure.in (arm-*-*): Don't configure ld for this target.
17049 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17051         * configure.in (*-*-netware): don't configure libg++, libio,
17052           librx, or newlib.
17054 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17056         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17057         configure ld--it works, but it doesn't support shared libraries.
17059 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17061         * config.guess (*-unknown-freebsd*):  Get rid of possible
17062         trailing "(Release)" in version string.
17063         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17065 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17067         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17068         Fix type: *-next-neststep -> *-next-nextstep.
17070         * config.guess:  Merge from FSF:
17072         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17074         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17076         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17078         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17079         instead of UNIX_SV for UnixWare 1.0).
17081 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17083         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17084         to make gdb/nlm/* build after the compiler and linker.
17086 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17088         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17089         not just i[34]86.
17090         (m68k-atari-sysv4):  Relocate to match FSF version.
17092         * config.guess:  More merges from the FSF:
17094         Add a space before function call or macro invocation.
17096         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17098         * config.guess: Add trap cmd to remove dummy.c and dummy when
17099         interrupted.
17101         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17103         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17104         (dummy): Redirect stderr from compilation of dummy.c.
17106         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17108         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17110 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17112         * configure: Accept and ignore --cache*, for compatibility with
17113         new autoconf.
17115 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17117         * config.guess:  Merge from FSF:
17119         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17121         * config.guess (Pyramid*:OSx*:*:*): New case.
17122         (PATH): Add /.attbin at end for finding uname.
17123         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17125         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17127         * config.guess (M88*:DolphinOS:*:*): New case.
17129         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17131         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17132         to select whether to use ELF or COFF.
17134         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17136         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17138         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17140         * config.guess: Guess the OS version for HPUX.
17142         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17144         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17146 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17148         * configure.in: Recognize --with-headers, --with-libs, and
17149         --without-newlib.
17150         * Makefile.in (all-xiberty): Depend upon all-ld.
17152 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17154         * configure.in: Change i[34]86 to i[345]86.
17156 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17158         * configure (version): A few more tweaks to help message.
17160 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17162         * Makefile.in:  Remove (for now) librx as a host library,
17163         now that we're building it for target.
17165 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17167         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17168         (Karl Berry).
17170 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17172         * configure.in:  Also configure librx.
17174 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17176         * Makefile.in:  Update various rules to reflect that librx
17177         is now needed for libg++.
17179 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17181         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17183 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17185         * configure.in: Configure the examples directory.
17187 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17189         * configure: Simplify Jun 2 1994 change.
17191 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17193         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17194         /bin/gcc isn't good enough to build gcc.
17196 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17198         * Makefile.in (GDB_SUPPORT_FILES): Remove
17199         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17200         (gdb.tar.gz): Add new rule to use standard distribution building
17201         mechanism.
17203 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17205         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17206         Bill Cox <bill@cygnus.com>.
17208 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17210         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17212 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17214         * configure:  Search current dir first in .gdbinit.
17216 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17218         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17220 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17222         * config.sub:  Refer to NeXT's operating system as nextstep.
17224         * config.sub (case $basic_machine):  Re-order the cases, to match
17225         the order in the FSF version (which is mostly alphabethical).
17226         Merge in some additions and changes from the FSF.
17228 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17230         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17231         * config.sub: Recognize cxux7.
17232         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17234 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17236         * config.sub:  Fix typo powerpc -> powerpc-*.
17238 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17240         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17242         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17243         parallel with all-emacs and install-emacs).  Top-level command
17244         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17246 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17248         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17249         $(relbindir)/make before doing ``make install'', and use
17250         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17251         installing over running make binary.
17252         ($(host)-stamp-stage3-installed): Likewise.
17254 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17256         * config.guess: Recognize Mach.
17258 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17260         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17261         see whether --exec-prefix was used.
17263 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17265         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17267 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17269         * Makefile.in: Add all-librx target similar to all-libproc.
17271 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17273         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17274         with post 1.2 uname bogosity.
17276 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17278         * configure: Remove temporary files on receipt of a signal.
17280 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17282         * configure: If there is a package_makefile_frag, remove
17283         ${subdir}/Makefile.tem after copying it in.
17285 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17287         * build_all.mk: support rs6000 lynx identifies itself as
17288         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17289         since /bin/gcc is too feeble to compile a modern gcc.
17291 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17293         * brought devo/test-build.mk update-to-date with progressive/
17294           test-build.mk. Add lynx targets and hppa flag info.
17296 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17298         * configure.in:  Use mh-ncrsvr43.  Patch from
17299         Tom McConnell <tmcconne@sedona.intel.com>.
17301 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17303         * config.guess (i386-unknown-bsdi):  No longer need to
17304         check #if defined(__bsdi__) && defined(__i386__).
17306 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17308         * configure: Set program_transform_nameoption correctly.
17310 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17312         * brought build-all.mk update-to-date with progressive build-all.mk,
17313           added new targets and hppa info.
17315 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17317         * configure: If config.guess result is a prefix of the user
17318         specified target, assume a native build and use the user specified
17319         target as the host alias.  Remove SunOS patch suffix removal hack.
17320         * configure.in: Remove SunOS patch suffix removal hack.
17322         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17323         in NATIVE_CHECK_MODULES.
17325 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17327         * Makefile.in: Rename HOST_ONLY to NATIVE.
17328         * configure: Delete SunOs patch suffix from host_canonical
17329           and build_canonical variables that are prepended to Makefiles.
17330         * configure.in: Add comments for easier maintenance.
17332 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17334         * Makefile.in: Add all-libproc target similar to all-gui.
17336 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17338         * Makefile.in (CHECK_MODULES): split into
17339         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17341 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17343         * config.guess (i386-unknown-bsdi): New system to guess.
17345 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17347         * Makefile.in: Add all-gui target (but not yet build by "all").
17349 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17351         * config.sub: Move deletion of patch suffix from here...
17352         * configure.in: To here, at Ian's suggestion.  The top-
17353           level scripts might need to know of a patch level.
17355 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17357         * config.sub: Strip off patch suffix so rtl is recognized
17358           as a sunos4.1.3 machine, even though it's been patched.
17360 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17362         * Makefile.in (INSTALL_LAST): Delete.
17363         (INSTALL_DOSREL): New.
17365 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17367         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17368         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17369         whether we pass down --with-gnu-ld anyhow.
17371 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17373         * Makefile.in (INSTALL_LAST): Change operation so it works
17374         on more flavors of make.
17375         * configure.in (go32): Don't build libg++ or libio.
17377 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17379         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17380         they can be overriden by templates.
17382 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17384         * configure.in (target==go32): Don't build gdb.
17385         * dosrel: New directory.
17387 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17389         * configure.in (host==go32): Configure dosrel too.
17390         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17391         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17392         be set by incoming names or templates.
17393         (INSTALL_LAST): New rule.
17395 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17397         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17399 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17401         * configure.in (appdirs): New variable.  Currently empty, but will
17402         be used in gas distribution.  If nonempty, lists a set of
17403         directories at least one of which must get configured, or top
17404         level configuration is considered to have failed.
17405         (rs6000-*-lynxos*): Use new file name.
17407 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17409         Eliminate XTRAFLAGS.
17410         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17411         newlib include files using -idirafter, and also use -nostdinc.
17412         (CXX_FOR_TARGET): Likewise.
17413         (XTRAFLAGS): Removed.
17414         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17415         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17416         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17417         ($(DO_X)): Don't pass down XTRAFLAGS.
17419 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17421         * configure.in (mips*-dec-bsd*): New target; do build linker.
17422         (mips*-*-bsd*): New target; don't build linker.
17424 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17426         * configure.in: support rs6000-*-lynxos* configuration.
17427         support sunos4 as a cross target.
17429         * config.sub: look for lynx*, not lynx since the OS version may
17430         legitimately be part of the name.
17432 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17434         * configure.in (i[34]86-*-sco*): Move to be with other i386
17435         targets.
17436         (romp-*-*): New target.  Skip various binary utilities.
17437         (vax-*-*): New target.  Don't build newlib.
17438         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17440 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17442         * configure.in: Only set host_makefile_frag if config
17443         directory exists.
17445 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17447         * install.sh: If $dstdir exists, don't check whether each
17448         component does.
17450 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17452         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17454 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17456         * configure.in (*-*-lynxos*): Don't configure newlib for either
17457         native or cross Lynx.
17459 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17461         * config.sub (sparc64-elf): Fix os.
17462         (z8k): Remove duplicate.
17464 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17466         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17467         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17469 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17471         * configure: Make file links cleanly even if Lynx fails on
17472           an NFS symlink (at least fail cleanly).
17474 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17476         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17477         -XNh2000.
17479 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17481         * configure: Unknown options are fatal again.
17483 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17485         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17486         compatibility.
17488 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17490         * build-all.mk: Add `clean' target.
17492 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17494         * config.guess:  Add SINIX support.
17495         * configure.in:  Add mips-*-sysv4* support.
17497 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17499         * build-all.mk: Document all useful targets.
17500         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17501         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17503 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17505         * configure: Support --silent, --quiet.
17507 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17509         * configure: Support --disable-FEATURE.
17511 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17513         * config.guess: Recognize NCR running SVR4.3.
17515 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17517         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17518         Patch from Paul Eggert <eggert@twinsun.com>.
17520 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17522         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17524 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17526         * configure: Make unrecognized options give nonfatal warnings
17527         instead of fatal errors, and pass them to any subdirectory
17528         configures in case they recognize them.
17529         Make --x equivalent to --with-x.
17531 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17533         * configure: Add --enable-* options.  Clean up usage message and
17534         some comments.
17536 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17538         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17540 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17542         * configure.in (hppa*-*-*): Enable binutils.
17544 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17546         * config.sub: Recognize cisco.
17548 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17550         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17552 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17554         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17555         than one configuration name.  Add comment.
17557 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17559         * config.guess: about target *-hitachi-hiuxwe2, fixed
17560         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17561         macro is incorrect.]
17563 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17565         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17566         than the "make ls" stuff which used to be here.
17568 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17570         * config.guess:  Recognize i[34]86-unknown-freebsd.
17571         From Shawn M Carey <smcarey@rodan.syr.edu>.
17573 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17575         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17577 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17579         * config.guess: Check for ptx.
17581 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17583         * config.sub: Add os9k checking.
17585 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17587         * config.guess: Handle OSF1 running on HPPA processors
17589 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17591         * configure: If subdir configure fails, print out a message with
17592         subdirectory name, in case subdir's configure code didn't identify
17593         itself.
17595 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17597         * configure.in: Remove embedded newlines from configdirs.
17598         Avoid mismatches of substrings.  Fix matching strings at end
17599         of configdirs.
17601 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17603         * config.guess:  Add Lynx/rs6000 config support.
17605 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17607         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17609 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17611         * configure.in (hppa*-*-osf*): Treat this just like most other
17612         PA configurations (eg no binutils or ld).
17613         (hppa*-*-*elf*): These configurations have binutils and ld.
17615 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17617         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17619 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17621         * configure.in (rs6000-*-*): Build gas.
17623 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17625         * Makefile.in:  Avoid bug in losing hpux sed.
17627 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17629         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17630         for GDB and GDB has been fixed to not need it.
17632 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17634         * config.guess: Recognize vax hosts.
17636 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17638         * configure (while loop): Don't use "break 2" inside case
17639         statement -- the case statement isn't an enclosing loop.
17641 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17643         * config.guess:  Clean up NeXT support, to allow nextstep
17644         on Intel machines.  Make OS be nextstep.
17646 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17648         * config.guess: Add alternate forms for Convex.
17650 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17652         * configure:  Completely rewrite option processing.  Take
17653         advantage of pattern-matching to avoid invoking test frequently.
17654         Also clean up host and target defaulting logic.
17656 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17658         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17659         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17660         commands (plus user environment) will fit SCO limits.
17662 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17664         * configure.in: Don't issue warnings about directories which are
17665         not being configured if -norecursion is set.  Correct test for
17666         --with-gnu-as and --with-gnu-ld to not get confused by substring
17667         matches.
17669         * configure.in: Don't build gas for alpha-dec-osf1*.
17671 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17673         * configure:  Back out Per's change of 12/19/1993.  It changes the
17674         behavior of configure in unexpected and confusing ways.
17676         Also, use different delim char when calculating
17677         program_transform_name so that the name can contain slashes.
17679 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17681         * configure.in, config.sub: Add support for VSTa micro-kernel.
17683 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17685         * configure.in: Nuke hacks which were used to get a special
17686         version of GAS for HPPA configurations.
17688 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17690         * configure:  If only ${target_alias} is given, use that
17691         as the default for ${host_alias}.
17692         * configure:  Add missing back-slashes before nested quotes.
17694 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17696         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17698 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17700         * config.guess:  Recognize some Tektronix configurations.
17701         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17703 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17705         * config.sub: Match any flavor of SH.
17707 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17709         * configure.in: Don't try to configure newlib for Alpha.
17711 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17713         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17714         libg++ or libio for any Alpha target.
17716         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17718 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17720         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17721         default arguments -- so it tried to compress itself.
17723 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17725         * configure.in (notsupp): ensure that a space is always at the end
17726           of the configdirs list, since the grep checks for an explicit space
17728 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17730         * configure.in (target i386-sysv4.2): don't build ld, since static
17731           versions of many libraries are not available.
17733 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17735         * config.guess: Recognize Apollos (using environment variables).
17736         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17738 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17740         * config.guess: Recognize Sony news mips running newsos.
17742 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17744         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17745         "fi ; else" for bash.
17747 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17749         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17751 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17753         * config.sub: accept unixware as an alias for svr4.2.
17754         Fix some inconsistancies with the gcc version.
17756 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17758         * Makefile.in (DISTDOCDIRS):  Add gdb.
17760 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17762         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17764 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17766         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17767         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17768         this now.
17770 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17772         * config.sub: Accept hiux* as an OS name.
17774         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17775         etc/make-stds.texi.  The underscore came from gcc, and dje now
17776         agrees that RUNTESTFLAGS is the correct name.
17778 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17780         * install.sh:  Remove 'set -e'.  It makes any conditionals
17781         in the script useless.
17783         * config.guess: Automatically recognize arm-acorn-riscix
17784         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17786 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17788         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17790 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17792         * Makefile.in (DISTDOCDIRS): New variable.
17793         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17794         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17796 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17798         * configure.in (hppa target): check the source directory for the
17799           pagas sub-directory
17801 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17803         * config.sub: Allow -aout* and -elf*.
17805 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17807         * configure.in: Don't build ld on i386-solaris2, same as for
17808         sparc-solaris2.
17810 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17812         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17814 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17816         * configure.in:  Configure gdb for alpha.
17818 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17820         * Makefile.in (CXXFLAGS): Add -O.
17822 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17824         * config.guess: added support for DG Aviion
17826 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17828         * configure.in: Produce warning message for subdirectories not
17829         configurable for this host/target combination.  Don't try to
17830         configure gdb for vms.
17832 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17834         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17835         appropriate files before making "diststuff".
17836         (DISTBISONFILES): New var: list of files to be edited.
17837         (DISTSTUFFDIRS): Add binutils.
17839 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17841         * config.sub: also handle mipsel and mips64el (for little endian mips)
17843 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17845         * configure.in: Add * to end of all OS names.
17847 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17849         * configure.in: Build newlib for LynxOS native.
17851 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17853         * config.guess: Add support for delta 88k running SVR3.
17855         * configure.in: Add comment about HP compiler vs. emacs.
17857 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17859         * configure.in: don't build ld on solaris2 (not a viable option
17860           due to bugs in getpwnam & getpwuid)
17862 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17864         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17865         config.guess will produce a full version number.
17867 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17869         * configure.in: Build linker and binutils for alpha-dec-osf1.
17871 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17873         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17874         and gdb/testsuite/Makefile.in.
17876 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17878         * configure.in: recognize mips*- instead of mips-
17880 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17882         * config.sub: Accept linux*coff and linux*elf as operating
17883         systems.
17885 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17887         * config.sub: Recognize mips64, and mips3 as an alias for it.
17889 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17891         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17892         gdb knows how to handle OSF/1 shared libraries.
17894 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17896         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17897         * config.guess: Recognize Hitachi's HIUX.
17898         * config.sub: Recognize h3050r* and hppahitachi.
17899         Remove redundant cases for hp9k[23]*.
17901 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17903         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17904         if gas and ld are in the source tree and are in ${configdirs}.
17905         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17906         --with options (but still pass them down on the command line,
17907         if they were explicitly specified).
17909 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17911         * configure: substitute SHELL value in Makefile.in with
17912         ${CONFIG_SHELL}
17914 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17916         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17917         *-*-solaris2* targets.
17919 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17921         * Makefile.in: define M4, and pass it down to sub-makes;
17922         all-autoconf now depends on all-m4
17924 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17926         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17927         presence of {ar,ranlib} instead of a configured directory
17929 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17931         * config.guess: Accept 34?? as well as 33?? for NCR.
17933 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17935         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17936         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17938 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17940         * configure: grab values for $(CC) and $(CXX) from the
17941         environment, so that someone can do "CC=gcc configure; make" and
17942         have it work right (matching the way that autoconf works now)
17944         * configure.in, Makefile.in: add support for gash, the tcl
17945         interface to Galaxy
17947         * config.guess: add NetBSD variants (hp300, x86)
17949 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17951         * install.sh: Support -d option (in the manner of SunOS 4 install,
17952         as it is more deterministic than that of GNU install)
17953         (chmodcmd): Set file to mode 755 by default (should also do default
17954         chgrp and chown, but I don't feel like dealing with that now)
17956 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17958         * config.sub: Remove h8300hhms alias.
17960 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17962         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17964 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17966         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17967         as stmp-fixinc
17969 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17971         * config.sub: recognize m88110-bug-coff.
17973 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17975         * Makefile.in (all-libio): all dependencies on the toolchain used
17976         to build this (gcc, gas, ld, etc)
17978 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17980         * config.guess: Deal with OSF/1 1.3 on alpha.
17982 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17984         * install.sh: add some 'else true' clauses for portability
17986         * configure.in: don't build libio for h8[35]00-*-* targets
17988 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17990         * Makefile.in:  Add support for new libio.
17992 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17994         * install.sh: If one command fails, don't try the rest.  Don't try
17995         to remove $dsttmp (via trap) unless we have already created it.
17996         If $src doesn't exist, detect it and exit with an error.
17998         * config.guess: Recognize BSD on hp300.
18000 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18002         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18003         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18005 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18007         * Makefile.in (all-send-pr): depends on all-prms
18009 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18011         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18013 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18015         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18016         Added test for mips-mips-riscos5.
18018 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18020         * configure.in: use mh-hp300 for 68k HP hosts
18022 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18024         * configure: add support for CONFIG_SHELL, so that you can use
18025         some alternate shell for evaluating configure scripts
18027 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18029         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18030         in configure script to bug-gdb@prep.ai.mit.edu when building
18031         distribution archive.
18032         * Makefile.in (COMPRESS):  Remove def.
18033         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18034         gdb.tar.Z and make-gdb.tar.Z respectively.
18035         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18036         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18037         to convergence with 'taz' target in Makefile.in.
18039 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18041         * install.sh (dsttmp): use trap to ensure that tmp files go
18042         away on error conditions
18044 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18046         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18048 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18050         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18051         its parent is '/' not ''.
18053         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18055 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18057         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18058         that ${newsrcdir}/configure.in does.
18060 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18062         * test-build.mk: support for CONFIG_SHELL
18064 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18066         * config.sub (netware):  Add as a basic system type.
18068 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18070         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18071           $(srcdir)/ from the dependency on Makefile.in.
18073 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18075         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18076         (h8300hhms is temporary until multi-libraries are implemented).
18077         * configure.in: Handle h8300h too.
18079 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18081         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18083 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18085         * configure:  Remove extraneous output when guessing host type.
18086         * config.guess:  Remove extraneous output when guessing using C
18087         compiler rather than uname, or when guessing fails.
18089 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18091         * Makefile.in: remove all.cross and install.cross targets
18093         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18094           definitions
18096 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18098         * configure.in (target sh): Build gprof.
18100 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18102         * config.sub: change -solaris to -solaris2
18104 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18106         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18108 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18110         * configure: Correct error message for missing Makefile.in to
18111         print correct directory.
18113 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18115         * install.sh: kludge around 386BSD shell bug
18117 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18119         * config.guess:  Recognize NeXT.
18120         * config.guess:  Recognize i486-ncr-sysv4.
18121         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18123 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18125         * Makefile.in (MAKEINFOFLAGS): New variable.
18126         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18127         * build-all.mk, test-build.mk: Pass down --no-split as
18128         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18130 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18132         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18134 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18136         * Makefile.in (libg++.tar.z):  New rule.
18137         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18138         * Makefile.in (taz):  Only do a single chmod.
18140 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18142         * install.sh: don't use dirname anymore (replaced with sed usage)
18144 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18146         * Makefile.in:  Change extension for gzip'd files from '.z' to
18147         '.gz' per new FSF standard usage.
18149 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18151         * configure: put quotes around the final value of program_transform_name
18153 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18155         * Makefile.in: new install.sh support; update install-info rules
18157 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18159         * configure.in: Build diff for crosses, but not for go32 host.
18161         * configure.in: Build gprof only for native, and don't build it
18162         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18164 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18166         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18168 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18170         * configure.in (host_tools): Add prms.
18172 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18174         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18175         with $(FLAGS_TO_PASS) on the command line
18177         * config.sub: Recognize lynx and lynxos
18179 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18181         * config.sub: Accept -ecoff*, not just -ecoff.
18183 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18185         * Makefile.in (taz): Use .gz suffix instead of .z.
18186         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18187         names.
18189 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18191         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18193 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18195         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18196         that rebuilds that might happen during 'make install' don't get
18197         bogus gcc include files
18199 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18201         Change from Utah for HPPA support:
18202         * config.guess: Recognize hppa1.x-hp-bsd.
18204 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18206         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18207         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18209 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18211         * config.sub: Add support for rom68k and bug boot monitors.
18213 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18215         * Makefile.in: Make all-opcodes depend on all-bfd.
18217 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18219         * config.guess: Added special check for i[34]86-univel-sysv4*.
18221 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18223         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18224         the processor rather than assuming i486.
18226 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18228         * config.guess: Recognize SunOS6 as Solaris3.
18230 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18232         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18233         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18235 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18237         * build-all.mk (all-cross): New target for Canadian Cross.
18238         Added Q2 go32 targets.
18239         * test-build.mk: Configure go32 cross sparclite-aout and
18240         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18241         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18243 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18245         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18246         GO32 hosted toolchains
18248 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18250         * configure: change  so "-exec-prefix" gets passed down rather
18251         than "-exec_prefix" so autoconf generated Makefiles get the
18252         exec_prefix set right.
18254 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18256         * config.guess: get the Solaris2 minor version number
18258         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18260 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18262         * config.guess: Recognize some Sequent platforms.
18264 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18266         * Makefile.in: added the vault-install target
18268         * configure.in: actually use the Sun3 makefile fragment that's in
18269         config, also added the release dir to configdirs
18271 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18273         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18275 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18277         * configure.in: remove some program from Alpha targetted toolchains
18279 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18281         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18282         gprof.
18283         (taz): Run "make diststuff" in those directories instead of "make
18284         proto-dir".  Look for "VERSION=" only at start of line in subdir
18285         Makefile.  Use "gzip -9" for compression.
18286         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18287         (binutils.tar.z): New target.
18289 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18291         * Makefile.in (taz): Include gpl.texinfo.
18293 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18295         * Makefile.in (setup-dirs): Merged into "taz" target.
18296         (taz): Only do `proto-dir' stuff if a directory is actually needed
18297         for this target.
18299 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18301         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18302         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18303         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18304         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18305         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18307 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18309         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18310         config.sub, and move-if-change to gdb testsuite distribution
18311         archive, so the testsuite can be extracted, configured, and
18312         run separately from the gdb distribution.  Blow away the Chill
18313         tests that require a Chill compiled executable, since GNU Chill
18314         is not yet publically available.
18316 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18318         * test-build.mk: set environment variables in a single command,
18319         instead of a list of assignments and exports
18321         * config.guess: recognize Alpha/OSF1 systems
18323 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18325         * configure: Change help message to prefer --options rather than
18326           -options.
18328 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18330         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18331         zippy@ecst.csuchico.edu.
18332         * config.guess: Recognize miniframe.
18334 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18336         * Makefile.in: Use srcroot to find runtest rather than rootme.
18337         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18339 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18341         * test-build.mk: Extensive additions to support building on a
18342         machine other than the host.
18344 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18346         * configure (tooldir): Fix for i386-aix again.
18348 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18350         * configure, Makefile.in:  Change definition of $(tooldir)
18351         to match the FSF.
18353 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18355         * config.guess:  Recognize i[34]86/SVR4.
18357 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18359         * Makefile.in (all-gdb): gdb depends on sim.
18361 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18363         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18364         at the same time we make the prototype gdb directory.
18365         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18366         files at the same time as the gdb base release distribution.
18368 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18370         * Makefile.in (check): Use individual check targets rather than
18371         DO_X rule.
18372         (check-gcc): Added.
18374 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18376         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18377         for System V release 3.2.
18379 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18381         * config.sub: Recognize hppaosf.
18382         * configure.in: Do configure ld/binutils/gas for it.
18384 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18386         * configure (tooldir): Alter syntax used to set this, for systems
18387         where "\$" isn't handled right, like i386-aix.
18389 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18391         * configure: Pass program-transform-name, not
18392         program_transform_name, to recursive configures.
18394 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18396         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18397         of gas+ld+binutils.
18399 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18401         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18403 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18405         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18407 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18409         * Makefile.in (PRMS): Set back to all-prms.
18411 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18413         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18414         targets, rather than for MIPS hosts.
18416 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18418         * configure.in: add comment for --with-x default values
18420         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18422         * Makefile.in: add check-* targets for each of the directories in
18423         the tree.  Add a definition of RUNTEST that will use the one we
18424         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18426 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18428         * configure.in: Removed obsolete references to bfd_target and
18429         target_makefile_frag.
18431         * build-all.mk: Set assorted targets for Q2.
18432         * config.sub: Recognize z8k-sim and h8300-hms.
18433         * test-build.mk: Really don't pass host to configure.
18434         (HOLES): Added uname.
18436 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18438         * configure: Handle an empty program-prefix, program-suffix or
18439         program-transform-name correctly.
18441 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18443         * build-all.mk: -G 8 no longer required for MIPS targets.
18444         * test-build.mk: Don't pass host argument to configure; make it
18445         guess.
18447 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18449         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18450         * Makefile.in (COMPRESS):  New macro, like GZIP.
18452 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18454         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18456         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18457         with gas currently defaults to -G 0.
18459 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18461         * Makefile.in (all-flex): flex depends on byacc.
18463         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18464         to test-build.mk as RELEASE_TAG.
18465         * test-build.mk (configargs): New variable containing arguments to
18466         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18467         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18469         * config.guess: Use /bin/uname when checking -X argument on SCO,
18470         to avoid invoking GNU uname which doesn't understand -X.
18472         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18474         * configure.in: Build gas for mips-*-*.
18476 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18478         * Makefile.in (all.normal): insert missing backslash.
18480 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18482         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18484         * Makefile.in: Complete overhaul to merge many almost identical
18485         targets.
18487 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18489         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18490         (gdb.tar.Z): Adjusted.
18492         * Makefile.in (setup-dirs, taz): New targets; should be general
18493         enough to adapt for gdb sometime.  Build only .z file.
18494         (gas.tar.z): New target.
18496 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18498         * build-all.mk: Use CC=cc -Xs on Solaris.
18500 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18502         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18503         for handling BISON for FSF releases.
18505 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18507         * configure: Actually implement the change zoo just documented.
18509 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18511         * configure: when using config.guess, only set target_alias when
18512         it's not already been set (ie, on the command line)
18514 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18516         * Makefile.in: add installcheck target, set PRMS to install-prms
18518 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18520         * configure: add support for package_makefile_fragment, handle the
18521         case where a directory has a configure.in file but no Makefile.in
18522         more gracefully (with an actual understandable error message, even);
18523         add support for --without (and add this to the usage message); also
18524         explicitly add a --host=${host_alias} to the command line when
18525         config.guess is used
18527 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18529         * configure: Must use both --host and --target in recursive calls.
18531 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18533         * Makefile.in: Change deja-gnu to dejagnu.
18535 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18537         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18539 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18541         * configure.in: canonicalize all instances to *-*-solaris2*,
18542         also strip out a number of tools to not build for go32 host
18544 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18546         * config.guess: add GPL.
18548         * Makefile.in, config.guess, config.sub, configure: bump
18549           copyrights to 93.
18551 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18553         * Makefile.in (do-info): Removed obsolete check for existence of
18554         localenv file.
18556         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18558 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18560         * Makefile.in: a couple of 'else true' for decstation,
18561         support for TclX
18563         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18565 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18567         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18569 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18571         * config.guess: Recognize i386-ibm-aix (PS/2).
18572         * configure.in: Use config/mh-aix386 file for it.
18574 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18576         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18577         CC_FOR_TARGET instead.
18578         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18580 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18582         * Makefile.in: Add sim to list of directories sent with gdb
18584 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18586         * configure.in: Put back mips-dec-bsd* case.
18588 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18590         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18591         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18592         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18594 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18596         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18598         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18599         (install-info): install dir.info only if it exists,
18600         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18602 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18604         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18605         gas for mips-dec-bsd.
18607 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18609         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18610         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18612 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18614         * configure.in: Added "dejagnu" to hosttools list.
18616 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18618         * config.sub, configure.in, config.guess:  Add support
18619         for Bosx, an AIX variant from Bull.
18620         Patches from F.Pierresteguy@frcl.bull.fr.
18622 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18624         * devo/dejagnu: Initial creation of devo/dejagnu.
18625         Migrated dejagnu testcases and support files for testing software
18626         tools to reside as subdirectories, currently called "testsuite",
18627         within the directory of the software tool.  Migrated all programs,
18628         support libraries, etc. beloging to dejagnu proper from
18629         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18630         with no modifications.  The changes to these files which will
18631         allow them to configure, build, and execute properly will be made
18632         in a future update.
18634 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18636         * Makefile.in: Change send_pr to send-pr.
18637         * configure.in: Likewise.
18638         * send_pr: Renamed directory to send-pr.
18640 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18642         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18644 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18646         * README:  Update for gdb-4.8 release.
18647         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18648         gdb-xxx.tar.z (gzip'd) file also.
18650 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18652         * Makefile.in: make all-diff depend on all-libiberty
18654 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18656         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18658 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18660         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18662 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18664         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18665         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18666         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18668 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18670         * Makefile.in:  makeinfo binary is in a new location
18672 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18674         * config.sub: Accept -ecoff as an OS.
18676         * Makefile.in: Various changes to eliminate a level of make
18677         recursion and reduce the required command line length.
18678         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18679         sub-makes.
18680         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18681         variables holding settings for specific sub-makes.
18682         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18683         in terms of BASE_FLAGS_TO_PASS.
18684         (TARGET_LIBS): New variable listing directories which use
18685         TARGET_FLAGS_TO_PASS.
18686         (subdir_do): Eliminated.
18687         (do-*): New set of targets to replace subdir_do.
18688         (various): All targets which used subdir_do now depend on do-*.
18689         (local-clean): Renamed from do_clean.
18690         (local-distclean): New target, dependency of distclean and
18691         realclean.
18692         (install-info): Don't create directories.  Depend on dir.info
18693         rather than calling make recursively.
18694         (install-dir.info): Eliminated.
18695         (install-info-dirs): Create all info directories here.
18696         (dir.info): Depend upon do-install-info.
18698         * test-build.mk (HOLES): Added false.
18700 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18702         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18704 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18706         * Makefile.in (info): remove dependency on all-texinfo.  The
18707         problem was really in texinfo/C, not at this level.
18709 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18711         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18713 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18715         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18716         GDB releases.
18718 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18720         * configure: Include srcdir in message about target of link not
18721         being found.  Don't convert `-' to `_' in `with' options being
18722         passed to subdirs.
18724 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18726         * configure.in: add uudecode to host_tools
18728         * Makefile.in: added {all,install}-uudecode targets, added them to
18729         the appropriate lists
18731 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18733         * Makefile.in (all-gcc): Added dependency on all-gas.
18735         * configure.in (mips-*-*): Build ld and binutils.
18737 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18739         * configure: check return code from mkdir, print error message and
18740           exit on failure.
18742 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18744         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18746 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18748         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18750 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18752         * config.sub (h8500):  Recognize this as a cpu type.
18754 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18756         * configure: source directory missing is no longer a warning
18758         * configure.in: recognize irix[34]* instead of irix[34]
18760         * Makefile.in: define and pass down X11_LIB
18762 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18764         * guess-systype: Renamed to ...
18765         * config.guess:  ... by popular request.
18766         * configure.in, Makefile.in:  Update accordingly.
18768 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18770         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18771         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18772         + Execute ./dummy instead of assuming . is in PATH.
18774 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18776         * guess-systype:  New shell script.  Attempts to guess the
18777         canonical host name of the executing host.
18778         Only a few hosts are supported so far.
18779         * configure:  Call guess-systype if no host is specified.
18781 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18783         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18784         gcc Makefile.
18786 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18788         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18789         (all-gcc, install-gcc, subdir_do): Use it.
18791 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18793         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18795 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18797         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18798           set exclusively by configure, using configure.in .
18800 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18802         * test-build.mk: set $PATH for all builds
18804         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18806 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18808         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18809         the one used in gcc/Makefile.in, so that a null expansion doesn't
18810         override the one needed to build gcc with a native cc.
18812 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18814         * configure: Accept -with arguments.
18816 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18818         * Makefile.in: added h8300sim
18820 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18822         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18823         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18824         (all-cygnus, native, build-cygnus): Make
18825         $(canonhost)-stamp-3stage-done, not $(host)....
18826         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18827         i386-sco3.2v4.  Added else true to if command.
18829 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18831         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18833 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18835         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18837 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18839         * configure.in: don't remove binutils from Solaris builds
18841 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18843         * Makefile.in: get rid of earlier definitions for *clean,
18844         also handle the recursive info rule better
18846 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18848         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18849         do more-or-less the right thing.
18851 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18853         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18854         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18856 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18858         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18859         $(host_canonical).
18861         * configure.in: split the configdirs list into 4 categories (native
18862         v. cross, library v. tool) and handle the cross-only and native-
18863         only in more reasonable (and correct!) way.
18865 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18867         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18868         configdirs anymore.
18870 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18872         * Makefile.in: extensive cleanup::  removed all of the explicit
18873         clean-* targets, collapsed many wrappers around subdir_do into
18874         one, added additional targets to satisfy standards.texi, deleted
18875         some old targets, some changes for consistency
18877 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18879         * configure.in: handle some programs as cross-only, and others as
18880         native only
18882         * test-build.mk: handle partial holes in a more generic manner
18884         * Makefile.in: m4 depends on libiberty
18886 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18888         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18889         time, wdiff, and find to configdirs
18891         * Makefile.in: all, clean, and install rules for the new programs
18892         added to configure.in
18894 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18896         * configure.in: use mh-sun for all *-sun-* hosts
18898 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18900         * Makefile.in: define flags for X11 include files and library file
18901         locations, pass them down to the programs that need this info
18903         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18905 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18907         * configure.in: start building libg++ for HP-UX targets
18909 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18911         * README:  Update references to files moved into etc/.
18913 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18915         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18916         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18918 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18920         * configure: accept dash as well as underscore in long option
18921         names for FSF compatibility.
18923 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18925         * config.sub: added -sco3.2v4 support from FSF.
18927 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18929         * configure.in: expand the section that adds or removes
18930         directories from the list of programs to build, to handle native
18931         vs. cross in addition to host v. native
18933 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18935         * Makefile.in:  Replace C++ in macro names with CXX.
18936         This is less likely to break ...
18938 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18940         * test-build.mk: add -w to GNU_MAKE
18942 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18944         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18945         add 'sparc' to list of recognized cpus.  This needed to make
18946         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18947         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18948         then changes that into $CPU-wrs-vxworks.
18950         * configure.in: remove most references to gdbtest, regularize
18951         target based program removal
18953         * test-build.mk: import from p3 tree (many fixes and changes)
18955 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18957         * Makefile.in: added rules to handle tcl, tk, and expect
18959         * configure.in: handle those directories if they exist
18961 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18963         * config.sub: removed bogus hppabsd and hppahpux names, since
18964         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18966 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18968         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18969         depends upon all-xiberty
18971         * Makefile.in: changes from p3, including:
18973         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18975         * Makefile.in (XTRAFLAGS): include newlib directories if
18976         newlib/Makefile exists, rather than if host != target.
18978         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18980         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18981         from the same source tree and not building a cross-compiler.  This
18982         matters for the libg++ configuration if reconfiguring a tree that
18983         has already been installed.
18985         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18987         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18988         pick up the machine and system specific header files.
18990         * Makefile.in: added AS_FOR_TARGET, passed down in
18991         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18992         the C compiler to use to create programs which are run in the
18993         build environment, set it to default to $(CC), and passed it down
18994         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18996         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18998         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18999         We need them for unusual native builds, like systems without
19000         ranlib.
19002         * configure: also define $(host_canonical) and
19003         $(target_canonical), which are the full, canonical names for the
19004         given host and target
19006 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19008         * Makefile.in:  Added separate definitions for C++.
19010 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19012         * configure.in (configdirs):  Add deja-gnu.
19014 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19016         * README:  Update for configure.texi and gdb-4.7 release.
19018 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19020         * Makefile.in:  Move "all" target to top of file.
19021         Previously, first target was ".PHONY" which caused BSD4.4 make
19022         to build .PHONY when make was run without arguments.
19024 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19026         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19027         Library-copylefted code in libiberty.
19029 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19031         * config.sub:  Replace m68kmote with plain old m68k.
19033 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19035         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19037 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19039         * config.sub: Complain if no argument is given.  Added support for
19040         386bsd as OS and target alias.
19042 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19044         * Makefile.in (XTRAFLAGS): include newlib directories if
19045         newlib/Makefile exists, rather than if host != target.
19047 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19049         * config.sub: recognize sparclite-wrs-vxworks.
19051         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19052         p3.) Added clean-xiberty to clean.
19054 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19056         * configure.in: use *-*-* instead of nested cases for host and target
19058 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19060         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19061         from the same source tree and not building a cross-compiler.  This
19062         matters for the libg++ configuration if reconfiguring a tree that
19063         has already been installed.
19065 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19067         * config.sub (i486v/i486v4):  Merge in from FSF version.
19069 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19071         * configure: only set PWD if it is already set.
19073 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19075         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19076         doesn't have unset and all success paths (and most error paths)
19077         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19078         to just ${PWD} to avoid confusion.)
19080 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19082         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19083         even for a native compilation.
19085 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19087         Changes to make the gdb.tar.Z rule work better.
19089         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19090         (DEVO_SUPPORT):  Add configure.texi.
19091         (bfd-ilrt.tar.Z):  Remove ancient rule.
19093 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19095         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19096         pick up the machine and system specific header files.
19098         * configure.in, config.sub: added new target m68010-adobe-scout,
19099         with alias of adobe68k.  Changed configure.in to check for
19100         -scout before -sco* to avoid a false match.
19102         * Makefile.in: added AS_FOR_TARGET, passed down in
19103         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19104         the C compiler to use to create programs which are run in the
19105         build environment, set it to default to $(CC), and passed it down
19106         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19108 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19110         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19111         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19112         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19113         FOR_TARGET variants, to newlib and libg++.
19115 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19117         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19118         first.
19120 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19122         * config.sub:  Accept `elf' as an environment.
19124 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19126         * Makefile.in (all-opcodes):  cd into the right directory
19128 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19130         * configure: added -program_transform_name option, used as
19131         argument to sed when installing programs.
19132         configure.texi: added documentation for -program_prefix,
19133         -program_suffix and -program_transform_name.
19135 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19137         * config.sub:  Accept i486 where i386 ok.
19139 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19141         * config.sub: accept we32k
19143 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19145         * config.sub, configure.in: accept OSE68000 and OSE68k.
19147         * Makefile.in: don't create all directories for ``make install'';
19148         let the subdirectories create the ones they need.
19150 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19152         * COPYING: new file, GPL v2
19154 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19156         * Makefile.in: use the new gen-info-dir, which needs a template
19157         argument (which also lives in texinfo)
19159         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19161 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19163         * config.sub (ncr3000):  Change i386 to i486.
19165 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19167         * Makefile.in: add install-rcs, install-grep to
19168         install-no-fixedincludes, removed install-bison and install-libgcc
19170 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19172         * configure.in: grab the HPUX makefile fragment if on HPUX
19174 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19176         * Makefile.in: eradicate bison spoor (ditto libgcc).
19177          configure.in: recognise m68{k,000}-ericsson-OSE.
19178          es1800 is alias for m68k-ericsson-OSE
19180 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19182         * configure.in: rearrange the parts that remove programs from
19183         configdirs, based now on HOST==TARGET or by canonical triple.
19185 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19187         * test-build.mk: recurse explicitly with -f test-build.mk when
19188           appropriate.  predicate stage3 and comparison on the existence
19189           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19190           On very clean, also remove ...stamp-co.  Build in-place before
19191           doing other builds.
19193 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19195         * Makefile.in, configure.in: add tgas
19197 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19199         * Makefile.in: a number of changes merged in from progressive.
19201         * configure.in: add libm.
19203         * .cvsignore: ignore some stuff that comes from test-build.mk.
19205 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19207         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19209 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19211         * configure: Add program_suffix (parallel to program_prefix)
19212         * Makefile.in: adjust directory-creating script for losing decstation
19214 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19216         * configure:  Minor $subdir-related fixes.
19218 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19220         * configure: fix various problems with propogating
19221         makefile_target_frag in subdirs.
19222         * configure.in: config libgcc if its there
19224 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19226         * config.sub:  HPPA merge.
19228 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19230         * Makefile.in:  Replace all-bison with all-byacc in all
19231         dependency lines for other tools (which now use byacc).
19233 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19235         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19237 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19239         * Makefile.in: make gprof rules similar to byacc rules (instead of
19240         vestigal $(unsubdir) that didn't work...)
19242 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19244         * config.sub:  Add support for Linux.
19245         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19246         (at least for libg++).
19248 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19250         * configure.texi: fix doc for the -nfp option to configure
19252 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19254         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19256 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19258         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19259         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19260         * configure.in: added solaris* host_makefile_frag hook.
19262 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19264         * config.sub: changed recognition of m68000 so that various
19265         m68k types can be specified via m680[01234]0
19267 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19269         * config.sub (basic_machine): fix sed so that '-foo' isn't
19270         completely substituted out while .+'-foo' loses the '-foo'
19272 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19274         * config.sub ($os): Add -aout.
19276 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19278         * configure:  If host_makefile_frag is absolute, don't
19279         prefix ${invsubdir} (relevant to libg++ auto-configure).
19281 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19283         * Makefile.in (tooldir): Define it.
19284         (all-ld): Depend on all-flex.
19286 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19288         * Makefile.in (check):  Fix libg++ special case.
19290 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19292         * configure: do not bury `pwd` into config.status, thus do fewer
19293           pwd's.
19295         * configure: print the "Building in" message only when building in
19296           other than "." AND verbose.
19298         * configure: remove -s, rework -v to better accommodate guested
19299           configures.
19301         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19303 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19305         * Makefile.in: macroize flags passed on recursion.  remove
19306           fileutils.
19308 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19310         * configure: get makesrcdir right for subdirs deeper than 1.
19312         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19313           install.
19315 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19317         * Makefile.in: don't print subdir_do or recursion lines.
19319 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19321         * standards.texi: added menu item.
19323         * Makefile.in: build and install standards.info.
19325         * standards.texi: new file.
19327 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19329         * configure: test for and move config.status pieces from
19330           ${subdir}/.
19332 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19334         * configure:  Test for existance of files before trying to mv
19335         them, to avoid numerous non-existance messages.
19337 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19339         * configure: correct final line of config.status.
19341         * configure: patch from eggert.  Avoids a protection problem if
19342           the original Makefile.in is read only.
19344         * configure: use move-if-change from gcc to create config.status.
19345           Some makefiles depend on config.status to tell if a directory
19346           has been reconfigured for a different host.  This change
19347           prevents those directories from remaking everything in the case
19348           where the reconfig was only intended to rebuild a Makefile.
19350         * configure: test for config.sub with "config.sub sun4" rather
19351           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19352           host alias from a missing config.sub.
19354 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19356         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19357           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19359 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19361         * configure: mkdir ${subdir} as needed.
19363 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19365         * Makefile.in,configure.in: added autoconf.
19367 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19369         * Makefile.in: no longer pass against on recursion.
19371         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19372           definitions are not inherited.
19374         * configure: correct makesrcdir when subdir is .
19376 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19378         * configure:  Add support for 'subdirs' variable, which is
19379         like 'configdirs', except that configure doesn't re-invoke
19380         itself for subdirs, it just creates a Makefile for each subdir.
19381         * configure.texi:  Document subdirs.
19383 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19385         * configure.in: added flex to configdirs
19387 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19389         * Makefile.in: remove clean-stamps from clean.
19391 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19393         * configure.in:  Add gdbtest to configdirs.
19395 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19397         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19398         to recursive makes.
19399         * configure.in:  Recognize new ncr3000 config.
19401 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19403         * Makefile.in, configure.in: removed references to gdbm.
19405 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19407         * config.sub:  Don't canonicalize os value
19408         newsos* to bsd (readline needs to check for newsos).
19409         (This fix was earlier made Jan 31, but got re-broken.)
19411 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19413         * configure.in:  sco is an os, not a vendor!
19415         * configure:  Quote $( better.  Keep various shells happy.
19417 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19419         * Makefile.in: eliminate stamp-files.
19421 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19423         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19424           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19426 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19428         * config.sub:  fix iris/iris3.
19430 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19432         * configure: re-add -rm.
19434 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19436         * Maskefile.in: add .stmp-rcs to all.
19438         * configure.in: remove gas from rs6000 build, use aix host fragment.
19440 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19442         * configure: pass down site_option during recursion.
19444 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19446         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19448 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19450         * configure: Change exec_prefix so that it really defaults to prefix.
19452 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19454         * Makefile.in, configure.in:  Add support for mmalloc library.
19456 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19458         * Makefile.in: add stmp dependencies for a few more things.
19460 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19462         * configure: adjusted error message on objdir/srcdir configure
19463           collision, per john's suggestion.
19465         * Makefile.in: add libiberty stmp to all and all.cross.
19467 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19469         * Makefile.in: remove force dependencies, add grep to all.
19471 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19473         * Makefile.in: drop flex.  make stamp files work.
19475         * configure: added test for conflicting configuration in srcdir,
19476           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19477           gets cranky.  use relative paths for configure and srcdir
19478           whenever possible.  Send some error messages to stderr that were
19479           going to stdout.
19481 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19483         * Makefile.in:  Fix libg++ rule to check for gcc directory
19484         before using gcc/gcc.  Also pass XTRAFLAGS.
19486 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19488         * Makefile.in: added stmp-files so that directories aren't polled
19489           when they are already built.
19491         * configure.texi: fixed a node pointer problem.
19493 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19495         * config.sub configure.in gdb/configure.in
19496         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19497         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19498         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19500 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19502         * configure: -recurring becomes -silent.  corrected help message
19503           for -site= option.
19505         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19507 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19509         * configure: when building Makefile for crosses, replace
19510           tooldir and program_prefix.  default srcdir from location of
19511           config.sub.  remove "for host in hosts" and "for target in
19512           targets" loops.
19514 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19516         * Makefile.in: Do not pass bindir or mandir to cvs.
19518 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19520         * Makefile.in, configure.in: removed traces of namesubdir,
19521           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19522           copyrights to '92, changed some from Cygnus to FSF.
19524         * configure.texi: remove most references to multiple hosts,
19525           multiple targets, subdirs, etc.
19527         * configure.man: removed rcsid. reference config.sub not
19528           config.subr.
19530         * Makefile.in: mkdir $(infodir) on install-info.
19532 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19534         * configure.texi:  Explain better about .gdbinit and about
19535         the environment that configure.in sections run in.
19537 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19539         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19541 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19543         * README:  DOC.configure => cfg-paper.texi.
19545 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19547         * config.sub (near case $os):  Don't convert newsos* to bsd!
19549 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19551         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19552         the number of copies of COPYING that go into the GDB tar file.
19554 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19556         * bfd/configure.in, gdb/config/mh-i386sco,
19557         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19558         Fix SCO configuration stuff.
19560 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19562         * Makefile.in:  For libg++, make sure the -I pointing
19563         to the gcc directory goes *after* all the libg++-local -I flags.
19564         Also, move just-gcc dependency from just-libg++ to all-libg++.
19566 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19568         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19570 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19572         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19574 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19576         * config.sub:  Add stratus configuration frags.  Also
19577         submitted to FSF.
19579 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19581         * Makefile.in (DEV_SUPPORT):  add configure.man.
19583         * config.sub(Decode manufacturer-specific):  add -none*.
19585 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19587         * Makefile.in:  remove form feeds to make Sun's make happy.
19588         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19590 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19592         * Makefile.in (AR_FLAGS):  Make quieter.
19594 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19596         * configure.in:  Add libg++.
19597         * configure:  When verbose, don't output the command line at each
19598         level; it will be unremarkably the same as the previous version,
19599         which will be the same as what the user typed.
19601 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19603         * configure.in, Makefile.in: fix clean-info, add flex.  add
19604           fileutils.
19606         * configure: be less sensitive to spaces in Makefile.in.  Do not
19607           look for sources in "..".  Doing so breaks subdirectories that
19608           might have their own configure.  If a subdir has it's own
19609           configure script, use it.
19611 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19613         * cfg-paper.texi: some changes suggested by rms.
19615 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19617         * config.sub:  Merge in some small additions from the FSF version,
19618         taken from the gcc distribution, to bring the Cygnus and FSF
19619         versions into closer sync.
19621 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19623         * configure.in:  Changed svr4 references to sysv4.
19625 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19627         * configure: added -V for version number option.
19629 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19631         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19632           renamed from DOC.configure to cfg-paper.texi.
19634 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19636         * configure, config.subr, config.sub: config.subr is now
19637           config.sub again.
19639 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19641         * configure.texi: new file, in progress.
19643         * Makefile.in: build info file and install the man page for
19644           configure.
19646         * configure.man: new file, first cut.
19648         * configure: find config.subr again now that configuration "none"
19649           has gone.  removed all traces of the -ansi option.  removed all
19650           traces of the -languages option.
19652         * config.subr: resync from rms.
19654 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19656         * configure, config.sub, config.subr: merge config.sub into
19657           config.subr, call the result config.subr, remove config.sub, use
19658           config.subr.
19660         * Makefile.in: revised install for dir.info.
19662 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19664         * configure.in: add decstation host makefile frag.
19666         * Makefile.in: BISON now bison -y again.  also install-gcc on
19667           install.  clean-gdbm on clean.  infodir belongs in datadir.
19668           Make directories for info install.  Build dir.info here then
19669           install it.
19671 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19673         * Makefile.in: fix for bad directory tests.
19675 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19677         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19678           regexp.  -srcdir relative was being handled incorrectly.
19680         * Makefile.in: unwrapped some for loops so that parallel makes
19681           work again and so one can focus one's attention on a particular
19682           package.
19684 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19686         * configure: added PWD as a stand in for `pwd` (for speed). use
19687           elif wherever possible.  make -srcdir work without -objdir.
19688           -objdir= commented out.
19690 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19692         * configure: +options become --options.  -subdirs commented out.
19693           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19694           Makefile now at top of generated Makefile.  Removed cvs log
19695           entries.  added -srcdir.  create .gdbinit only if there is one
19696           in ${srcdir}.
19698         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19699           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19700           and mandir now keyed off datadir by default.
19702 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19704         * Freshly created ChangeLog.
19707 Local Variables:
19708 mode: change-log
19709 left-margin: 8
19710 fill-column: 76
19711 version-control: never
19712 End: