PR rtl-optimization/88018
[official-gcc.git] / ChangeLog
blobbe37cac05069b1e14cabf039d84a9b0a094b08fa
1 2018-11-13  Martin Liska  <mliska@suse.cz>
3         * gcc.target/i386/pr87930.c: Move to ...
4         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
6 2018-11-10  Stafford Horne  <shorne@gmail.com>
8         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
9         (Write After Approval): Remove myself.
11 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
13         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
14         Append $INCICONV to it.
16 2018-11-04  Stafford Horne  <shorne@gmail.com>
18         * MAINTAINERS (Write After Approval): Add myself.
20 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
22         PR bootstrap/82856
23         * multilib.am: New file.  From automake.
25         Merge from binutils-gdb:
26         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
28         * libtool.m4: Use AC_LANG_SOURCE.
29         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
30         * ar-lib: New file.
31         * test-driver: New file.
32         * configure: Re-generate.
34 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
36         * MAINTAINERS (Write After Approval): Add myself.
38 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
40         PR bootstrap/87788
41         PR d/87799
42         * configure: Rebuild.
43         * configure.ac: Disable D on systems where it is known not to work.
45 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
47         * Makefile.def (target_modules): Add libphobos.
48         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
49         GDCFLAGS_FOR_TARGET.
50         (dependencies): Make libphobos depend on libatomic, libbacktrace
51         configure, and zlib configure.
52         (language): Add language d.
53         * Makefile.in: Rebuild.
54         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
55         (HOST_EXPORTS): Add GDC.
56         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
57         (BASE_TARGET_EXPORTS): Add GDC.
58         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
59         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
60         (EXTRA_HOST_FLAGS): Add GDC.
61         (STAGE1_FLAGS_TO_PASS): Add GDC.
62         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
63         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
64         environment variables.
65         * configure: Rebuild.
66         * configure.ac: Add target-libphobos to target_libraries.  Set and
67         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
69 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
71         * MAINTAINERS (Write After Approval): Add myself.
73 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
75         * MAINTAINERS (Write After Approval): Remove myself.
77 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
79         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
81 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
83         * MAINTAINERS: Update my email address.
85 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
87         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
88         maintainer.
90 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
92         * MAINTAINERS (Write After Approval): Add self.
94 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
96         * MAINTAINERS (write after approval): Add myself.
98 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
100         * MAINTAINERS: Update my email address.
102 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
104         * MAINTAINERS (write after approval): Add myself.
106 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
108         * MAINTAINERS: Add self to global reviewers list.
110 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
112         MAINTAINERS: Add c-sky port maintainers.
114 2018-08-10  Martin Liska  <mliska@suse.cz>
116         * MAINTAINERS: Revert change in previous commit and
117         join lines.
119 2018-08-10  Martin Liska  <mliska@suse.cz>
121         * MAINTAINERS: Remove extra line.
123 2018-08-06  Naveen H.S  <naveenh@marvell.com>
125         * MAINTAINERS: Update my email address.
127 2018-07-19  DJ Delorie  <dj@redhat.com>
129         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
130         as maintainer.
132 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
134         * MAINTAINERS: Adjust email address for me and my colleague Robin
135         Dapp.
137 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
138             Sunil K Pandey  <sunil.k.pandey@intel.com>
140         PR target/84413
141         * config/i386/i386.c (m_CORE_AVX512): New.
142         (m_CORE_AVX2): Likewise.
143         (m_CORE_ALL): Add m_CORE_AVX2.
144         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
145         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
146         and remove the rest of m_SKYLAKE_AVX512.
148 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
150         * config.sub: Sync with upstream version 2018-07-03.
152 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
154         * config.guess: Sync with upstream version 2018-06-26.
155         * config.sub: Sync with upstream version 2018-07-02.
157 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
159         * libtool.m4: Sort output of 'find' to enable deterministic builds.
160         * ltmain.sh: Likewise.
162 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
164         * contrib/config-list.mk: Remove powerpc-linux_paired.
166 2018-06-29  Alexandre Oliva <oliva@adacore.com>
168         * configure.ac: Introduce support for @unless/@endunless.
169         * Makefile.tpl (dep-kind): Rewrite with cond; return
170         postbootstrap in some cases.
171         (make-postboot-dep, postboot-targets): New.
172         (dependencies): Do not output postbootstrap dependencies at
173         first.  Output non-target ones changed for configure to depend
174         on stage_last @if gcc-bootstrap, and the original deps @unless
175         gcc-bootstrap.
176         * configure.in, Makefile.in: Rebuilt.
178 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
180         * MAINTAINERS (write after approval): Add myself.
182 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
184         * MAINTAINERS (write after approval): Add myself.
186 2018-06-19  Nick Clifton  <nickc@redhat.com>
188         * zlib/configure.ac: Restore old behaviour of only enabling
189         multilibs when a target subdirectory is defined.  This allows
190         building with srcdir == builddir.
191         * zlib/configure: Regenerate.
193 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
195         * Makefile.def (fortran): Add check-target-libgomp-fortran.
196         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
197         * Makefile.in: Regenerate.
199 2018-06-16  Ben Elliston  <bje@gnu.org>
201         * config.guess: Import latest version.
202         * config.sub: Likewise.
204 2018-06-08  Martin Liska  <mliska@suse.cz>
206         * MAINTAINERS: Remove MPX-related entries.
207         * Makefile.def: Remove libmpx support.
208         * Makefile.in: Regenerate.
209         * configure.ac: Remove removed files.
210         * configure: Regenerate.
211         * libmpx/ChangeLog: Remove.
212         * libmpx/Makefile.am: Remove.
213         * libmpx/Makefile.in: Remove.
214         * libmpx/acinclude.m4: Remove.
215         * libmpx/aclocal.m4: Remove.
216         * libmpx/config.h.in: Remove.
217         * libmpx/configure: Remove.
218         * libmpx/configure.ac: Remove.
219         * libmpx/configure.tgt: Remove.
220         * libmpx/libmpx.spec.in: Remove.
221         * libmpx/mpxrt/Makefile.am: Remove.
222         * libmpx/mpxrt/Makefile.in: Remove.
223         * libmpx/mpxrt/libmpx.map: Remove.
224         * libmpx/mpxrt/libtool-version: Remove.
225         * libmpx/mpxrt/mpxrt-utils.c: Remove.
226         * libmpx/mpxrt/mpxrt-utils.h: Remove.
227         * libmpx/mpxrt/mpxrt.c: Remove.
228         * libmpx/mpxrt/mpxrt.h: Remove.
229         * libmpx/mpxwrap/Makefile.am: Remove.
230         * libmpx/mpxwrap/Makefile.in: Remove.
231         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
232         * libmpx/mpxwrap/libtool-version: Remove.
233         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
235 2018-06-04  Martin Liska  <mliska@suse.cz>
237         * MAINTAINERS: Add myself as gcov maintainer.
239 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
241         * MAINTAINERS: Update my email address.
243 2018-06-04  Tom de Vries  <tdevries@suse.de>
245         * MAINTAINERS: Remove write-after-approval entries for component
246         maintainers.
248 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
250         * MAINTAINERS (write after approval): Add myself.
252 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
254         * MAINTAINERS: Update my email address.
256 2018-06-01  Tom de Vries  <tdevries@suse.de>
258         * MAINTAINERS: Update my email address.
260 2018-05-22  Bin Cheng <bin.cheng@arm.com>
262         * MAINTAINERS (loop-optimizer): Add myself.
264 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
266         * configure.ac: Added "nfp" target.
267         * configure: Regenerate.
269 2018-04-30  Richard Biener  <rguenther@suse.de>
271         PR bootstrap/85571
272         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
273         (STAGE3_TFLAGS): Likewise.
274         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
275         (STAGEtrain_TFLAGS): Likewise.
276         * Makefile.in: Regenerate.
278 2018-04-26  Richard Biener  <rguenther@suse.de>
280         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
281         (STAGE2_CFLAGS): Likewise.
282         (STAGE2_TFLAGS): Likewise.
283         (STAGE3_CFLAGS): Add -fchecking.
284         (STAGE3_TFLAGS): Likewise.
285         (STAGEtrain_CFLAGS): Filter out -fchecking.
286         (STAGEtrain_TFLAGS): Likewise.
287         * Makefile.in: Re-generate.
289 2018-04-25  Catherine Moore <clm@codesourcery.com>
291         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
293 2018-04-18  Paul Clarke  <pc@us.ibm.com>
295         * MAINTAINERS (write after approval): Add myself.
297 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
299         * MAINTAINERS: Update my email address.
301 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
303         * MAINTAINERS: Remove redundant Write-After-Approval entry.
305 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
307         * MAINTAINERS: Update my email address and disambiguate myself
308         a bit from Will Schmidt.
310 2018-03-21  Nathan Sidwell  <nathan@acm.org>
312         * MAINTAINERS: Move maintainers of now-removed picochip and score
313         ports to write after approval.
315 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
317         * MAINTAINERS: Add entry for SVE maintainership.
319 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
321         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
322         * configure: Regenerate.
324 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
326         * MAINTAINERS (write after approval): Add myself.
328 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
330         * MAINTAINERS (write after approval): Add myself.
332 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
334         * MAINTAINERS (write after approval): Add myself.
336 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
338         Update copyright years.
340 2018-01-03  Ben Elliston  <bje@gnu.org>
342         * config.guess: Import latest version.
343         * config.sub: Likewise.
345 2017-12-12  Stafford Horne  <shorne@gmail.com>
347         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
348         * configure: Regenerate.
350 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
352         * MAINTAINERS (Write After Approval): Add myself.
354 2017-11-28  Julia Koval  <julia.koval@intel.com>
355             Sebastian Peryt  <sebastian.peryt@intel.com>
357         * Makefile.def (target_modules): Remove libcilkrts.
358         * Makefile.in: Ditto.
359         * configure: Ditto.
360         * configure.ac: Ditto.
362 2017-11-28  Julia Koval  <julia.koval@intel.com>
364         * MAINTAINERS (Write After Approval): Add myself.
366 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
368         * MAINTAINERS (Write After Approval): Add myself.
370 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
372         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
373         Use my SiFive email address.
375 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
377         * MAINTAINERS (write after approval): Add myself.
379 2017-10-27  Martin Liska  <mliska@suse.cz>
381         * Makefile.tpl: Use proper name of folder as it was renamed
382         during transition to 4 stages.
383         * Makefile.in: Regenerate.
385 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
387         * MAINTAINERS (write after approval): Add myself.
389 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
391         * MAINTAINERS: Add a note that maintainership also includes web
392         pages, docs, and testsuite related to that area.
394 2017-09-25  Tom de Vries  <tom@codesourcery.com>
396         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
398 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
400         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
402 2017-09-15  Nathan Sidwell  <nathan@acm.org>
404         * MAINTAINERS: Remove myself as a vxworks maintainer.
406 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
408         * MAINTAINERS: Remove email address of Jim Norris.
410 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
412         * MAINTAINERS (Reviewers): Move myself from here...
413         (CPU Port Maintainers): ... to here.
415 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
417         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
419 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
421         * MAINTAINERS (write after approval): Add myself.
423 2017-07-28  Tony Reix  <tony.reix@atos.net>
425         * configure.ac (target-libffi): Don't disable for AIX.
426         (go): Don't add to unsupported_languages on AIX.
427         (target-libgo): Don't disable for AIX.
428         * configure: Regenerate.
430 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
432         * MAINTAINERS: Add myself.
434 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
436         * MAINTAINERS: Update my email address.
438 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
440         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
441         arm-specific auto-generated header files.
443 2017-07-03  Nathan Sidwell  <nathan@acm.org>
445         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
446         * configure: Rebuilt.
448 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
450         * MAINTAINERS: Readd myself for c6x.
452 2017-06-28  Martin Liska  <mliska@suse.cz>
454         PR bootstrap/81217
455         * Makefile.def: Remove superfluous bootstrap_target from
456         bootstrap_stage.
457         * Makefile.in: Re-generate the file.
459 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
461         * MAINTAINERS: Add myself to Write After Approval
463 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
465         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
467 2017-06-19  Martin Liska  <mliska@suse.cz>
469         * Makefile.def: Define 4 stages PGO bootstrap.
470         * Makefile.tpl: Define FLAGS.
471         * Makefile.in: Regenerate.
473 2017-06-14  Ian Lance Taylor  <iant@golang.org>
475         * Makefile.def: Add check-gotools to go check targets.
476         * Makefile.in: Rebuild.
478 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
480         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
482 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
484         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
485         * configure: Regenerate.
487 2017-05-31  Martin Liska  <mliska@suse.cz>
489         * configure.ac: Add handling of stage2_werror_flags to
490         action-if-given and to action-if-not-given.
491         * configure: Regenerate.
493 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
495         * MAINTAINERS: Add self to Write After Approval
497 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
499         * MAINTAINERS: Update my email address, and remove myself as
500         maintainer in some areas.
502 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
504         * MAINTAINERS: Add self to Write After Approval
506 2017-05-25  Nathan Sidwell  <nathan@acm.org>
508         * configure.ac: Add --enable-languages=default to mean default and
509         make --enable-languages=all mean all supported languages.
510         * configure: Regenerated.
512 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
514         * config.gcc (powerpc*-*-*spe*): New.
515         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
516         (powerpc-*-rtems*spe*): New.
517         (powerpc*-*-linux*spe*): New.
518         (powerpc-wrs-vxworksspe): New.
519         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
520         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
521         * config.host (powerpc*-*-*spe*): New.
523 2017-05-19  Martin Liska  <mliska@suse.cz>
525         * configure.ac: Add --enable-werror-always just for
526         bootstrap-debug (or none build config) and do not add it
527         when we are on a release branch.
528         * configure: Regenerated.
530 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
532         * MAINTAINERS: Add self to Write After Approval
534 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
536         * MAINTAINERS: Move myself to Write After Approval section.
538 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
540         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
541         ACCH registers.
542         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
543         available.
544         (umulsidi3): Likewise.
545         (mulsidi3_700): Disable this pattern when we have advanced mpy
546         instructions.
547         (umulsidi3_700): Likewise.
548         (maddsidi4): New pattern.
549         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
550         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
551         (mpydu_imm_arcv2hs): Likewise.
552         * config/arc/predicates.md (accl_operand): New predicate.
554 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
555             Andrew Burgess <andrew.burgess@embecosm.com>
557         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
558         case.
559         (ARC_AUTOFP_IRQ_P): Likewise.
560         (ARC_AUTO_IRQ_P): Likewise.
561         (rgf_banked_register_count): New variable.
562         (parse_mrgf_banked_regs_option): New function.
563         (arc_override_options): Handle rgf_banked_regs option.
564         (arc_handle_interrupt_attribute): Add firq option.
565         (arc_compute_function_type): Return fast irq type when required.
566         (arc_must_save_register): Handle fast interrupts.
567         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
568         (arc_return_address_regs): Update.
569         * config/arc/arc.h (arc_return_address_regs): Update.
570         (arc_function_type): Add fast interrupt type.
571         (ARC_INTERRUPT_P): Update.
572         (RC_FAST_INTERRUPT_P): Define.
573         * config/arc/arc.md (simple_return): Update for fast interrupts.
574         (p_return_i): Likewise.
575         * config/arc/arc.opt (mrgf-banked-regs): New option.
576         * doc/invoke.texi (mrgf-banked-regs): Document.
578 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
580         * config/arc/arc.c (irq_ctrl_saved): New variable.
581         (ARC_AUTOBLINK_IRQ_P): Define.
582         (ARC_AUTOFP_IRQ_P): Likewise.
583         (ARC_AUTO_IRQ_P): Likewise.
584         (irq_range): New function.
585         (arc_must_save_register): Likewise.
586         (arc_must_save_return_addr): Likewise.
587         (arc_dwarf_emit_irq_save_regs): Likewise.
588         (arc_override_options): Handle deferred options.
589         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
590         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
591         arc_must_save_return_addr.
592         (arc_compute_frame_size): Handle automated save and restore of
593         registers.
594         (arc_expand_prologue): Likewise.
595         (arc_expand_epilogue): Likewise.
596         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
597         * config/arc/arc.opt (mirq-ctrl-saved): New option.
598         * doc/invoke.texi (mirq-ctrl-saved): Document option.
600 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
601         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
603         PR bootstrap/77661
604         * Makefile.def: Don't pass --enable-maintainer-mode on to an
605         in-tree build MPC.
606         * Makefile.in: Regenerate.
608 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
610         * configure.ac: Enable LTO by default on darwin >= 9.
611         * configure: Regenerate.
613 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
615         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
616         and Andrew Waterman as the RISC-V maintainers.
618 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
620         * MAINTAINERS: Add self to Write After Approval
622 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
624         * config.guess: Import latest from upstream.
626 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
628         * MAINTAINERS (Write After Approval): Remove entries that are
629         already covered under Reviewers.
631 2017-03-08  Mark Wielaard  <mark@klomp.org>
633         PR demangler/70909
634         PR demangler/67264
635         * include/demangle.h: Add d_printing to struct demangle_component
636         and pass struct demangle_component as non const.
638 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
640         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
642 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
644         * Makefile.tpl: Remove HOST_ISLVER.
645         (HOST_EXPORTS): Remove ISLVER.
646         * Makefile.in: Regenerate.
648 2017-02-13  Richard Biener  <rguenther@suse.de>
650         * configure: Re-generate.
652 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
654         * MAINTAINERS: Adjust bug reporting URL.
656 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
658         * MAINTAINERS (Write After Approval): Remove redundant entry
659         for Andrew Burgess.
661 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
663         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
664         32-bit hppa*-*-hpux*.
665         * configure: Regenerate.
667 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
669         * configure.ac: Moved the white list of enabling BRIG FE to
670         libhsail-rt/configure.tgt.
671         * configure: Regenerated.
672         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
674 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
675             Martin Jambor  <mjambor@suse.cz>
677         * Makefile.def (target_modules): Added libhsail-rt.
678         (languages): Added language brig.
679         * Makefile.in: Regenerated.
680         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
681         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
682         * configure: Regenerated.
684 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
686         PR other/79046
687         * configure: Regenerated.
689 2017-01-04  Alan Modra  <amodra@gmail.com>
691         * configure: Regenerate.
693 2016-12-29  Ben Elliston  <bje@gnu.org>
695         * config.sub: Import latest version.
697 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
699         * MAINTAINERS (Write After Approval): Add myself.
701 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
703         * configure.ac: Don't bootstrap libmpx unless --with-build-config
704         includes bootstrap-mpx.
705         * configure: Regenerated.
707 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
709         * MAINTAINERS (Write After Approval): Add myself.
711 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
713         * configure: Regenerate.
715 2016-12-01  Matthias Klose  <doko@ubuntu.com>
717         * configure.ac: Don't use pkg-config to check for bdw-gc.
718         * configure: Regenerate.
720 2016-11-30  Matthias Klose  <doko@ubuntu.com>
722         * Makefile.def: Remove reference to boehm-gc target module.
723         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
724         options and for the bdw-gc pkg-config module.
725         * configure: Regenerate.
726         * Makefile.in: Regenerate.
728 2016-11-28  Nathan Sidwell  <nathan@acm.org>
730         * MAINTAINERS (nvptx): Remove self.
732 2016-11-25  Ben Elliston  <bje@gnu.org>
734         * config.guess: Import latest version.
735         * config.sub: Likewise.
737 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
739         * MAINTAINERS (Write After Approval): Add myself.
741 2016-11-15  Matthias Klose  <doko@ubuntu.com>
743         * Makefile.def: Remove references to GCJ.
744         * Makefile.tpl: Likewise.
745         * Makefile.in: Regenerate.
747 2016-11-15  Matthias Klose  <doko@ubuntu.com>
749         * config-ml.in: Remove references to GCJ.
750         * configure.ac: Likewise.
751         * configure: Regenerate.
753 2016-11-01  Josh Conner  <joshconner@google.com>
755         * MAINTAINERS (Write After Approval): Update email address,
757 2016-10-27  Carl Love  <cel@us.ibm.com>
759         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
760         Approval list to make it alphabetical.
762 2016-10-27  Carl Love  <cel@us.ibm.com>
764         * MAINTAINERS (Write After Approval): Add myself.
766 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
768         * MAINTAINERS (Reviewers): Add myself.
769         (Write After Approval): Add myself.
771 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
772             Ulrich Weigand  <uweigand@de.ibm.com>
774         * MAINTAINERS: Update email address.
776 2016-10-10  Nathan Sidwell  <nathan@acm.org>
778         * MAINTAINERS: Update email address.
780 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
782         * configure.ac: Add aarch64-*-freebsd*.
783         * configure: Regenerate.
785 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
787         * MAINTAINERS: Update email address after it got reverted.
789 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
791         * configure.ac (target_libraries): Readd target-boehm-gc.
792         Restore --enable-objc-gc handling.
793         * configure: Regenerate.
795 2015-10-03  Jeff Law  <law@redhat.com>
797         * MAINTAINERS: Move several inactive maintainers to the
798         write-after-approval section.
800 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
802         * configure.ac: Add target-libffi to target_libraries.
803         Readd libgcj target disablings, modified to only target-libffi.
804         Readd target addition of go to unsupported languages.
805         * configure: Regenerated.
807 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
809         * MAINTAINERS: Update email address.
811 2016-09-30  Andrew Haley  <aph@redhat.com>
813         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
814         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
815         libgcj.
817 2016-09-30  Andrew Haley  <aph@redhat.com>
819         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
820         write-after approval after GCJ deletion.
822 2016-09-30  Andrew Haley  <aph@redhat.com>
824         * Makefile.def: Remove libjava.
825         * Makefile.tpl: Likewise.
826         * Makefile.in: Regenerate.
827         * configure.ac: Likewise.
828         * configure: Likewise.
829         * gcc/java: Remove.
830         * libjava: Likewise.
832 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
834         * MAINTAINERS (Reviewers): Add myself.
836 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
838         * configure.ac: Disable "sim" directory for arc*-*-*.
839         * configure: Regenerated.
841 2016-09-23  Tamar Christina <tamar.christina@arm.com>
843         * MAINTAINERS (Write After Approval): Add myself.
845 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
847         * configure.ac: Check for the minimum in-tree MPFR version
848         handled.
849         * configure: Regenerate.
851 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
853         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
854         * configure: Regenerated.
856 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
858         * MAINTAINERS (Write After Approval): Add myself.
860 2016-06-23  Andi Kleen  <ak@linux.intel.com>
862         * Makefile.def: Add autoprofiledbootstrap.
863         * Makefile.tpl: Dito.
864         * Makefile.in: Regenerate.
866 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
868     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
869     * configure: Regenerate.
871 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
873         * configure: Regenerate.
874         * configure.ac: Remove support for avr-rtems.
876 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
878         * MAINTAINERS (Write After Approval): Add myself.
880 2016-06-16  Michael Collison  <michael.collison@arm.com>
882         * MAINTAINERS (Write After Approval): Add myself.
884 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
886         * MAINTAINERS (Write After Approval): Update e-mail address.
888 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
890         * MAINTAINERS (Write After Approval): Add myself.
892 2016-05-28  Alan Modra  <amodra@gmail.com>
894         * Makefile.tpl (configure): Depend on m4 files included.
895         * Makefile.in: Regenerate.
897 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
899         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
900         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
902 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
904         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
905         special case builtin.
906         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
907         support for ALTIVEC_BUILTIN_VEC_ADDEC.
908         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
909         for __builtin_vec_addec.
911 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
913         * config.guess: Import version 2016-04-02 (newest).
914         * config.sub: Import version 2016-05-10 (newest).
916 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
918         * configure.ac: Add ARC support to libgloss.
919         * configure: Regenerate
921 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
923         * MAINTAINERS (Write After Approval): Add myself.
925 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
927         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
928         * configure: Regenerated.
929         * Makefile.def (gmp): Explicitly disable assembler.
930         (mpfr): Adjust lib_path.
931         (mpc): Likewise.
932         * Makefile.in: Regenerated.
934 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
936         PR bootstrap/70704
937         * configure.ac (--enable-stage1-checking): Add missing
938         --enable-checking=.
939         * configure: Regenerated.
941 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
943         * config.guess: Revert r235676.
944         * config.sub: Revert r235676.
946 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
948         * config.guess: Remove SH5 support.
949         * config.sub: Likewise.
950         * configure: Likewise.
951         * configure.ac: Likewise.
953 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
955         PR bootstrap/70704
956         * configure.ac (--enable-stage1-checking): For --disable-checking or
957         implicit --enable-checking, make sure extra flag matches in between
958         stage1 and later checking.
959         * configure: Regenerated.
961 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
963         * .gitattributes: New file.
965 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
967         * MAINTAINERS (rs6000/powerpc port): Add myself.
969 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
971         PR bootstrap/70173
972         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
973         and gotools directories.  Delete the stage_final file.
974         * Makefile.in: Regenerate.
976 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
978         * MAINTAINERS (Write After Approval): Add myself.
980 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
982         * MAINTAINERS (Fortran maintainer): Remove myself.
984 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
986         * MAINTAINERS (Write After Approval): Add myself.
988 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
990         * MAINTAINERS (Write After Approval): Add myself.
992 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
994         Sync with binutils-gdb:
996         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
998         * configure.ac: Add mips and s390 to the gold target check.
999         * configure: Regenerate.
1001 2016-03-01  DJ Delorie  <dj@redhat.com>
1003         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1005 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1007         * MAINTAINERS (libcpp): Add myself.
1008         (diagnostic messages): Likewise.
1010 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1012         * MAINTAINERS: Fix whitespace.
1014 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1016         * MAINTAINERS (Write After Approval): Add myself.
1018 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1020         * config/isl.m4: Add comments about isl-0.16.
1021         * configure: Regenerate.
1023 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1025         * MAINTAINERS (hsa maintainers): Add myself.
1027 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1029         * MAINTAINERS: (Write After Approval): Add myself.
1031 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1032             Sebastian Pop  <s.pop@samsung.com>
1034         * Makefile.in: Regenerate.
1035         * Makefile.tpl: Export ISLVER.
1036         * configure: Regenerate.
1037         * config/isl.m4: Detect isl-0.15.
1039 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1041         PR bootstrap/69329
1042         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1043         * Makefile.in: Regenerate.
1045 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1047         * configure.ac: Enable LTO for DJGPP
1048         * configure: Regenerate
1050 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1052         Sync with binutils-gdb:
1053         2015-10-21  Nick Clifton  <nickc@redhat.com>
1055         PR gas/19109
1056         * configure.ac: Note the 'none' is an acceptable argument to
1057         --enable-compressed-debug-sections.
1058         * configure: Regenerate.
1060 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1062         PR bootstrap/69134
1063         * Makefile.def (mpfr): Disable assembler.
1064         * Makefile.in: Regenerate.
1066 2016-01-01  Ben Elliston  <bje@gnu.org>
1068         * config.guess: Import version 2016-01-01.
1069         * config.sub: Likewise.
1071 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1073         * MAINTAINERS (Write After Approval): Add myself.
1075 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1077         * Makefile.in: Replace ISL with isl.
1078         * Makefile.tpl: Same.
1079         * config/isl.m4: Same.
1080         * configure.ac: Same.
1081         * contrib/download_prerequisites: Same.
1082         * configure: Regenerate.
1084 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1086         * MAINTAINERS (Write After Approval): Add Myself.
1088 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1090         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1091         * configure: Regenerate.
1093 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1094             Sebastian Pop  <s.pop@samsung.com>
1096         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1097         isl_ctx_get_max_operations.
1098         * configure: Regenerate.
1100 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1102         * MAINTAINERS (Write After Approval): Add myself.
1104 2015-12-02  Ian Lance Taylor  <iant@google.com>
1106         PR go/66147
1107         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1108         * Makefile.in: Regenerate.
1110 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1112         PR libffi/65726
1113         * Makefile.def (lang_env_dependencies): Make libffi depend
1114         on cxx.
1115         * Makefile.in: Regenerate.
1117 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1119         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1120         symbols.
1122 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1124         Sync with binutils-gdb:
1125         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1127         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1128         * configure: Regenerate.
1130 2015-11-19  Martin Liska  <mliska@suse.cz>
1132         * .gitignore: Add .clang-format to ignored files.
1133         * Makefile.in: Add clang-format.
1134         * Makefile.tpl: Likewise.
1136 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1138         * configure.ac: Enable libmpx by default.
1139         * configure: Regenerated.
1141 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1143         * MAINTAINERS: Update email address.
1145 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1147         * MAINTAINERS: Update email address.
1149 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1151         * MAINTAINERS  (Write After Approval): Add myself.
1153 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1155         Sync with binutils-gdb:
1156         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1158         PR gas/19109
1159         * configure.ac: Add
1160         --enable-compressed-debug-sections={all,gas,gold,ld}.
1161         * configure: Regenerated.
1163 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1165         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1167 2015-10-09  Martin Liska  <mliska@suse.cz>
1169         * MAINTAINERS (Write After Approval): Add myself.
1171 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1173         * MAINTAINERS (Write After Approval): Add myself.
1175 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1177         * MAINTAINERS: Update email address.
1179 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1181         * MAINTAINERS  (Write After Approval): Add myself.
1183 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1185         * MAINTAINERS: Update email.
1187 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1189         * MAINTAINERS: Update my email address.
1191 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1193         * MAINTAINERS (ft32 port): Add myself.
1195 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1197         * MAINTAINERS: Add myself.
1199 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1201         * MAINTAINERS (Write After Approval): Add myself.
1203 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1205         PR libfortran/54572
1206         * Makefile.def: Make libgfortran depend on libbacktrace.
1207         * Makefile.in: Regenerate.
1209 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1211         * MAINTAINERS (Write After Approval): Add myself.
1213 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1215         PR other/67092
1216         * configure.ac: Remove --with_host_libstdcxx support.
1217         * configure: Regenerate.
1219 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1220             Jakub Jelinek  <jakub@redhat.com>
1222         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1223         nvptx*-*-*.
1224         * configure: Regenerate.
1226 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1228         * Makefile.def (libiconv): Define bootstrap=true.
1229         Mark pdf/html/info as missing.
1230         (configure-gcc): Depend on all-libiconv.
1231         (all-gcc): Ditto.
1232         (configure-libcpp): Ditto.
1233         (all-libcpp): Ditto.
1234         (configure-intl): Ditto.
1235         (all-intl): Ditto.
1236         * Makefile.in: Regenerate.
1238 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1240         * MAINTAINERS (loop ivopts): Add the entry and myself.
1242 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1244         * MAINTAINERS (nvptx): Add self.
1246 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1248         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1249         128-bit vector modes.
1251 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1253         * MAINTAINERS (Write After Approval): Add myself.
1255 2015-07-28  Ben Elliston  <bje@gnu.org>
1257         * config.sub, config.guess: Import from upstream.
1259 2015-07-24  Michael Darling  <darlingm@gmail.com>
1261         PR other/66259
1262         * config-ml.in: Reflects renaming of configure.in to configure.ac
1263         * configure: Likewise
1264         * configure.ac: Likewise
1266 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1268         * MAINTAINERS: Update my email address.
1270 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1272         Sync with binutils-gdb:
1273         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1275         * configure.ac (target_configdirs): Exclude target-zlib if
1276         target-libjava isn't built.
1277         * configure: Regenerated.
1279 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1281         Sync with binutils-gdb:
1282         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1284         * configure.ac: Disable configuration of GDB for HPUX targets.
1285         * configure: Regenerate.
1287         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1289         * configure.ac: Add --with-system-zlib.
1290         * configure: Regenerated.
1292         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1294         * configure.ac: Add FT32 support.
1295         * configure: Regenerate.
1297         2015-01-12  Anthony Green  <green@moxielogic.com>
1299         * configure.ac: Don't disable gprof for moxie.
1300         * configure: Rebuild.
1302 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1304         Sync with binutils-gdb:
1305         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1307         PR ld/18355
1308         * Makefile.def: Add extra_configure_flags to host zlib.
1309         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1310         to --enable-host-shared When bfd is to be built as shared
1311         library.  AC_SUBST.
1312         * Makefile.in: Regenerated.
1314 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1316         Sync with src:
1317         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1318         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1319         * Makefile.in: Regenerated.
1321 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1323         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1324         target.
1325         * configure: Regenerate.
1327 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1329         * MAINTAINERS (Write After Approval): Add myself.
1331 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1333         * MAINTAINERS (OS Port Maintainers): Add myself.
1334         (Various Maintainers): Remove myself from libffi testsuite.
1336 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1338         * MAINTAINERS (gen* on machine desc): Add self.
1340 2015-06-02  Jason Merrill  <jason@redhat.com>
1342         PR bootstrap/66319
1343         * configure.ac: Use -std=gnu++98.
1345 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1347         * MAINTAINERS (Write After Approval): Add myself.
1349 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1351         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1352         * configure: Regenerate.
1354 2015-05-26  Jason Merrill  <jason@redhat.com>
1356         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1357         * configure: Regenerate.
1359 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1361         * configure.ac: FT32 target added.
1362         * configure: Regenerated.
1364 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1366         * MAINTAINERS (Write After Approval): Add myself.
1368 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1370         * MAINTAINERS (Write After Approval): Add myself.
1372 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1374         * configure.ac: Fix typo.
1375         * configure: Regenerate.
1377 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1379         * MAINTAINERS (Write After Approval): Add myself.
1381 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1383         * configure.ac: Match $host configured with triplets.
1384         * configure: Regenerate.
1386 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1388         * Makefile.tpl: Remove surplus whitespace throughout.
1389         * Makefile.in: Regenerate.
1391 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1393         * MAINTAINERS (Various Maintainers): Add myself as instruction
1394         combiner maintainer.
1396 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1398         PR bootstrap/62077
1399         * configure.ac (--enable-stage1-checking): Default to
1400         release,misc,gimple,rtlflag,tree,types if --disable-checking
1401         or --enable-checking is not specified and DEV-PHASE is not
1402         experimental.
1403         * configure: Regenerated.
1405 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1407         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1408         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1409         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1410         * Makefile.in: Regenerate.
1412 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1414         * MAINTAINERS: Update my email address.
1416 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1418         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1420 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1422         * MAINTAINERS: Add myself as an arm port reviewer.
1424 2015-03-25  Martin Liska  <mliska@suse.cz>
1425             Yury Gribov  <y.gribov@samsung.com>
1427         * Makefile.in: Fix ln source location for vimrc file.
1428         * Makefile.tpl: Likewise.
1430 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1432         PR bootstrap/25672
1433         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1434         cross-compiling.  Similarly for CXX_FOR_TARGET.
1435         * configure: Regenerate.
1437 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1439         * Makefile.def: Add libmpx.
1440         * configure.ac: Add libmpx.
1441         * Makefile.in: Regenerate.
1442         * configure: Regenerate.
1444 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1446         * MAINTAINERS (CPU Port Maintainers): Add myself
1447         i386 vector ISA extns mantainer.
1449 2015-03-13  Jeff Law  <law@redhat.com>
1451         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1452         maintainer.
1453         Remove Richard Henderson as a maintainer for the x86 port.
1455 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1457         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1459 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1461         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1462         pointer bounds checker and i386 MPX maintainer.
1464 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1466         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1468 2015-02-26  Martin Sebor  <msebor@redhat.com>
1470         * MAINTAINERS (Various Maintainers): Add self.
1472 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1474         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1475         Make sure it contains lto.
1476         * configure: Regenerate.
1478 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1480         * configure: Regenerate.
1482 2015-02-06  Diego Novillo  <dnovillo@google.com>
1484         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1485         middle-end, docstring): Remove myself.
1486         (Write After Approval): Add myself.
1488 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1490         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1491         (Write After Approval): Update address.
1493 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1495         PR jit/64780
1496         * configure.ac: Require the user to explicitly specify
1497         --enable-host-shared if the jit is enabled.
1498         * configure: Regenerate.
1500 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1502         * MAINTAINERS (Write After Approval): Add myself.
1504 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1506         * MAINTAINERS: Make whitespace consistent.
1508 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1510         * MAINTAINERS (Write After Approval): Add myself.
1512 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1514         * MAINTAINERS: (Write After Approval): Add myself.
1516 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1518         * MAINTAINERS: (Write After Approval): Add myself.
1520 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1522         * MAINTAINERS: (Write After Approval): Add myself.
1524 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1526         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1527         objective-c/c++ front end maintainer.
1529 2015-01-13  Marek Polacek  <polacek@redhat.com>
1531         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1533 2015-01-12  Jeff Law  <law@redhat.com>
1535         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1536         a very long time.
1538 2015-01-09  Ian Lance Taylor  <iant@google.com>
1540         * configure.ac (host_tools): Add gotools.
1541         * Makefile.def (host_modules): Add gotools.
1542         (dependencies): Add dependency of all-gotools on all-target-libgo.
1544 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1546         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1547         * configure: Regenerate.
1549 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1551         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1552         all-target-libgomp.
1553         * Makefile.in: Regenerate.
1555 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1557         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1559 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1561         * configure.ac: Add Visium support.
1562         * configure: Regenerate.
1564 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1566         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1567         * configure: Regenerate.
1569 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1571         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1572         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1573         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1574         (OBJCOPY_FOR_TARGET): New variable.
1575         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1576         * Makefile.in: Regenerate.
1577         * configure.ac: Check for already installed target objcopy.
1578         Also GCC_TARGET_TOOL on objcopy.
1579         * configure: Regenerate.
1581 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1583         * config.sub: Update from upstream, to 2015-01-01 version.
1584         * config.guess: Ditto.
1586 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1588         * MAINTAINERS (RTEMS Ports): Add myself.
1590 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1592         * MAINTAINERS (Write After Approval): Add myself.
1594 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1596         * MAINTAINERS (Write After Approval): Add myself.
1598 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1600         * configure.ac (--enable-as-accelerator-for): Don't set
1601         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1602         * configure: Regenerate.
1604 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1606         PR bootstrap/64023
1607         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1608         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1609         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1610         to CXX.
1611         * Makefile.in: Regenerated.
1613 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1614             Yury Gribov  <y.gribov@samsung.com>
1616         * .gitignore: Added .local.vimrc and .lvimrc.
1617         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1618         * Makefile.in: Regenerate.
1620 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1622         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1623         * configure: Regenerated.
1625 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1627         * MAINTAINERS (nvptx port): New entry.
1629 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1631         * configure: Regenerate.
1633 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1635         * configure.ac: Merge with Binutils.
1637 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1639         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1640         * Makefile.in: Regenerate.
1642 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1644         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1645         missing flex.
1646         * Makefile.in: Regenerated.
1648 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1650         * Makefile.in: Regenerate.
1652 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1654         PR bootstrap/63784
1655         * libtool.m4: Add $pic_flag with -shared.
1657 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1659         * MAINTAINERS (Write After Approval): Added myself.
1661 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1663         * MAINTAINERS (write-after-approval): Add myself.
1665 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1667         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1668         from 2 years ago.
1670 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1672         Revert:
1673         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1675         * MAINTAINERS (Write After Approval): Added myself as line map
1676         maintainer.
1678 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1680         Revert:
1681         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1683         * MAINTAINERS (Write After Approval): Added myself.
1685 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1687         * MAINTAINERS (Write After Approval): Added myself.
1689 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1691         * MAINTAINERS (Write After Approval): Added myself as line map
1692         maintainer.
1694 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1696         * MAINTAINERS (Various Maintainers): Added myself as line map
1697         maintainer.
1699 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1701         * move-if-change: Sync from upstream gnulib.
1703 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1705         * compile: Sync with upstream Automake.
1706         * depcomp: Ditto.
1707         * install-sh: Ditto.
1708         * missing: Ditto.
1709         * mkinstalldirs: Ditto.
1710         * ylwrap: Ditto.
1712 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1714         * config.sub: Update from upstream config repo.
1715         * config.guess: Ditto.
1717 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1719         * Makefile.def: Add liboffloadmic to target_modules.  Make
1720         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1721         * Makefile.in: Regenerate.
1722         * configure: Regenerate.
1723         * configure.ac: Add liboffloadmic to target binaries.
1724         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1725         Add liboffloadmic to noconfig list when C++ is not supported.
1727 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1728             Thomas Schwinge  <thomas@codesourcery.com>
1729             Ilya Verbin  <ilya.verbin@intel.com>
1730             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1732         * configure: Regenerate.
1733         * configure.ac (--enable-as-accelerator-for)
1734         (--enable-offload-targets): New configure options.
1736 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1738         * Makefile.def: Make all-gcc depend on all-isl.
1739         * Makefile.in: Regenerate.
1741 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1743         * ChangeLog.jit: New.
1744         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1746 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1748         PR target/63610
1749         * libtool.m4: Fix globbing of darwin versions.
1750         * configure: Regenerate.
1752 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1754         * Makefile.def: Remove CLooG.
1755         * Makefile.tpl: Ditto.
1756         * configure.ac: Ditto.
1757         * configure: Regenerate.
1758         * Makefile.in: Ditto.
1760 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1762         * configure.ac: Handle nvptx-*-*.
1763         * configure: Regenerate.
1765 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1767         * MAINTAINERS (Write After Approval): Add myself.
1769 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1771         * Makefile.def (libcc1): Remove bootstrap=true;.
1772         * Makefile.in: Regenerated.
1774 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1776         * configure.ac: Update comment.
1777         * configure: Regenerate.
1779 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1781         * MAINTAINERS (Write After Approval): Add myself.
1783 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1785         * configure.ac (extra_host_libiberty_configure_flags): Add
1786         --enable-shared also for libcc1's benefit.
1787         * configure: Regenerate.
1789 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1791         * MAINTAINERS: Change my email address.
1793 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1794             Tom Tromey  <tromey@redhat.com>
1796         * Makefile.def: Add libcc1 to host_modules.
1797         * configure.ac (host_tools): Add libcc1.
1798         * Makefile.in, configure: Rebuild.
1800 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1802         * configure.ac (build_configargs): Don't share config.cache between
1803         build subdirs.
1804         * configure: Regenerate.
1806 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1808         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1809         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1810         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1811         leon3v7 as leon3.
1812         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1813         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1814         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1815         * config/sparc/sparc.md (cpu): Add leon3v7.
1816         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1818 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1820         * MAINTAINERS (write-after-approval): Add myself.
1822 2014-10-23  Ian Lance Taylor  <iant@google.com>
1824         * configure.ac: Disable the Go frontend on systems where it is known
1825         to not work.
1826         * configure: Regenerate.
1828 2014-10-23  Richard Biener  <rguenther@suse.de>
1830         * Makefile.def: Add libcpp build module and dependencies.
1831         * configure.ac: Add libcpp build module.
1832         * Makefile.in: Regenerate.
1833         * configure: Likewise.
1835 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1837         * MAINTAINERS (write-after-approval): Add myself.
1839 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1841         * INSTALL/README: Do not mention CVS.
1843 2014-10-03  Jing Yu  <jingyu@google.com>
1845         * configure.ac: Add aarch64 to list of targets that support gold.
1846         * configure: Regenerate.
1848 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1850         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1852 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1854         * MAINTAINERS:  Add myself as MIPS maintainer.
1856 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1858         * MAINTAINERS: Move myself to MIPS maintainers.
1860 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1862         * MAINTAINERS: Put all email addresses between '<' and '>'.
1864 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1866         * MAINTAINERS: Move myself to reviewers (Fortran).
1868 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1870         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1871         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1872         * Makefile.in: Regenerate.
1874 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1876         * rtx-classes-status.txt: Delete
1878 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1880         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1882 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1884         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1885         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1886         of checking for version number.
1887         * configure: Regenerated.
1888         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1890 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1892         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1893         is done; begin phase 6 (use extra rtx_def subclasses).
1895 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1897         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1898         done; begin phase 5 (additional rtx_def subclasses).
1900 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1902         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1904 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1906         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1907         SET_BB_HEADER are done.
1909 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1911         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1912         done.
1914 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1916         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1918 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1920         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1922 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1924         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1926 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1928         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1930 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1932         * rtx-classes-status.txt: Phase 3 (per-file commits within
1933         "config" subdirs) is done; begin phase 4 (removal of
1934         "scaffolding").
1936 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1938         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1939         dir) is done; begin phase 3 (per-file commits within "config"
1940         subdirs).
1942 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1944         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1945         phase 2 (per-file commits in main source dir).
1947 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1949         * configure: Regenerated.
1951 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1953         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1955 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1957         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1959 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1961         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1963 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1965         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1967 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1969         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1971 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1973         * MAINTAINERS (Write After Approval): Add myself.
1975 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1977         * MAINTAINERS: Remove myself
1979 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1981         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1983 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1985         * MAINTAINERS (Write After Approval): Add myself.
1987 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1989         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1990         SET_BB_HEADER, SET_BB_FOOTER
1992 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1994         * rtx-classes-status.txt: New file
1996 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1998         * configure.ac: Eliminate ClooG installation dependency.
1999         * configure: Regenerate.
2000         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2001         * Makefile.in: Regenerate.
2003 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2005         * MAINTAINERS (Write After Approval): Add myself.
2007 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2009         * MAINTAINERS (Write After Approval): Add myself.
2011 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2013         * MAINTAINERS (Write After Approval): Add myself.
2015 2014-07-28  Anthony Green  <green@moxielogic.com>
2017         Import from savannah.gnu.org:
2018         * config.sub: Update to 2014-07-28 version.
2020 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2022         * MAINTAINERS: Remove my MIPS maintainer entry.
2024 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2026         PR target/47230
2027         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2028         * configure: Regenerate.
2030 2014-07-24  James Norris  <jnorris@codesourcery.com>
2032         * MAINTAINERS (Write After Approval): Add myself.
2034 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2036         * configure.ac: Accept only CLooG 0.18.1.
2037         * configure: Regenerate.
2039 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2041         * configure.ac: Don't accept isl 0.11.
2042         * configure: Regenerate.
2044 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2046         * MAINTAINERS (Write After Approval): Add myself.
2048 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2050         * configure.ac: Don't accept isl 0.10.
2051         * configure: Regenerate.
2053 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2055         Fix include path for in-tree cloog.
2056         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2057         * configure: Regenerate.
2059 2014-06-18  Richard Henderson  <rth@redhat.com>
2061         * .gitignore: Import gcc_update output.
2063 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2065         * config-ml.in: Robustify ac_configure_args parsing.
2067         * configure.ac (--enable-linker-plugin-configure-flags)
2068         (--enable-linker-plugin-flags): New flags.
2069         (configdirs): Conditionally add libiberty-linker-plugin.
2070         * configure: Regenerate.
2071         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2072         (host_modules) <lto-plugin>: Pay attention to
2073         @extra_linker_plugin_flags@ and
2074         @extra_linker_plugin_configure_flags@.
2075         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2076         * Makefile.in: Regenerate.
2078         * Makefile.tpl (configure-[+prefix+][+module+])
2079         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2080         "module_srcdir" instead of "module" for locating a module's srcdir.
2081         * Makefile.in: Regenerate.
2083 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2085         * MAINTAINERS (Write After Approval): Add myself.
2087 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2089         * MAINTAINERS: Update my email address.
2091 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2093         * MAINTAINERS (Write After Approval): Add myself.
2095 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2097         * MAINTAINERS (Write After Approval): Add myself.
2099 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2101         PR libstdc++/61011
2102         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2103         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2104         * configure: Regenerate.
2106 2014-05-28  Pedro Alves  <palves@redhat.com>
2108         * MAINTAINERS (Write After Approval): Add myself.
2110 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2112         * MAINTAINERS: Update my affiliation/email.
2114 2014-05-19  Mike Stump  <mikestump@comcast.net>
2116         * MAINTAINERS: Add wide-int reviewers.
2118 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2120         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2121         * configure: Regenerated.
2123 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2125         * MAINTAINERS (libitm): Add myself as maintainer.
2127 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2129         * MAINTAINERS (Write After Approval): Add myself.
2131 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2133         * config.sub, config.guess: Import from upstream.
2135 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2137         * MAINTAINERS (Write After Approval): Put myself in correct order.
2139 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2141         * MAINTAINERS (Write After Approval): Add myself.
2143 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2145         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2146         section.
2148 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2150         * MAINTAINERS (Write After Approval): Delete myself.
2152 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2154         PR sanitizer/56781
2155         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2156         and -B* options with -Xcompiler.
2158 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2160         PR bootstrap/60620
2161         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2162         * Makefile.in: Regenerate.
2164 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2166         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2167         for WINDRES_FOR_TARGET in default-manifest.o rule.
2168         * Makefile.in: Regenerate.
2170 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2172         * MAINTAINERS (Write After Approval): Add myself.
2174 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2176         PR sanitizer/56781
2177         * Makefile.def: Set bootstrap=true; for host fixincludes.
2178         * configure.ac: Don't bootstrap host fixincludes unless
2179         --with-build-config=bootstrap-{a,ub}san.
2180         * Makefile.in: Regenerated.
2181         * configure: Regenerated.
2183 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2185         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2186         --enable-vtable-verify option parsing.  Don't add
2187         target-libsanitizer to bootstrap_target_libs unless
2188         --with-build-config=bootstrap-asan or
2189         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2190         to bootstrap_target_libs unless --enable-vtable-verify.
2191         * configure: Regenerated.
2193 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2195         * MAINTAINERS (Write After Approval): Add myself.
2197 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2199         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2201 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2203         PR bootstrap/58572
2204         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2205         -I for libstdc++-v3 includes if $(LEAN).
2206         * Makefile.in: Regenerated.
2208 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2210         * MAINTAINERS: Update my email address.
2212 2014-02-24  Walter Lee  <walt@tilera.com>
2214         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2215         (tilegx-*-*): Change to tilegx*-*-*.
2216         * configure: Regenerate.
2218 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2220         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2222 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2224         * MAINTAINERS (Write After Approval): Add myself.
2226 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2228         PR target/59788
2229         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2230         *solaris2*.
2232 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2234         * MAINTAINERS: Update my email address.
2236 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2238         * MAINTAINERS: Convert to UTF-8.
2239         Properly sort Xinliang David Li's entry.
2241 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2242             Sandra Loosemore  <sandra@codesourcery.com>
2244         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2245         nios2 port maintainers.
2247 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2249         * MAINTAINERS (Write After Approval): Add myself.
2251 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2253         * configure.ac: Add user-friendly check for native x86_64-linux
2254         multilibs.
2255         * configure: Regenerate.
2257 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2259         * MAINTAINERS: Add myself as sh maintainer.
2261 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2263         * MAINTAINERS: Add self as SLSR maintainer.
2265 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2267         * MAINTAINERS: Update my email address.
2269 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2271         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2273 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2275         * Makefile.in: Regenerate.
2277         * Makefile.tpl: Fix typo.
2278         * Makefile.in: Regenerate partially.
2280 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2282         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2283         supported.
2284         * configure: Regenerated.
2286 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2288         * MAINTAINERS (Write After Approval): Add myself.
2290 2013-10-30  Jason Merrill  <jason@redhat.com>
2292         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2293         --disable-build-format-warnings.
2295 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2297         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2298         depend on libstdc++ and libgcc.
2299         * configure: Regenerate.
2300         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2301         libcilkrts for POSIX and i*86, and x86_64 architectures.
2302         * Makefile.in: Added libcilkrts related fields to support building it.
2304 2013-10-26  Jeff Law  <law@redhat.com>
2306         * Makefile.def (target_modules): Remove libmudflap
2307         (languages): Remove check-target-libmudflap).
2308         * Makefile.in: Rebuilt.
2309         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2310         * configure.ac (target_libraries): Remove target-libmudflap.
2311         Remove checks which disabled libmudflap on some systems.
2312         * configure: Rebuilt.
2313         * libmudflap: Directory removed.
2315 2013-10-21  Cong Hou  <congh@google.com>
2317         * MAINTAINERS (Write After Approval): Add myself.
2319 2013-10-16  Mike Stump  <mikestump@comcast.net>
2321         * .dir-locals.el: Add.
2323 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2325         * configure.ac: Add --enable-host-shared
2326         * configure: Regenerate.
2328 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2330         Import from savannah.gnu.org:
2331         * config.guess: Update to 2013-06-10 version.
2332         * config.sub: Update to 2013-10-01 version.
2334 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2336         Changes to build configuration to allow big endian ARC ELF toolchain
2337         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2338         * configure: Regenerate.
2340 2013-09-20  Alan Modra  <amodra@gmail.com>
2342         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2343         ppc host match.  Support little-endian powerpc linux hosts.
2345 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2347         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2348         maintainer.
2350 2013-09-12  DJ Delorie  <dj@redhat.com>
2352         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2353         maintainers.
2355 2013-09-03  Richard Biener  <rguenther@suse.de>
2357         * configure.ac: Also allow ISL 0.12.
2358         * configure: Regenerated.
2360 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2362         * MAINTAINERS (Write After Approval): Add myself.
2364 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2366         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2368 2013-08-26  Caroline Tice  <cmtice@google.com>
2370         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2371         "Various Reviewers" to libvtv "Various Maintainers".
2373 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2375         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2377 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2379         * MAINTAINERS: Update name, email.
2381 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2383         * MAINTAINERS (Write After Approval): Add myself.
2385 2013-08-12  Caroline Tice  <cmtice@google.com>
2387         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2388         address in the Write After Approval section.
2390 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2392         * MAINTAINERS (Write After Approval): Update email.
2394 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2396         * configure.ac: Adjust to check VTV_SUPPORTED.
2397         * configure: Regenerated.
2399 2013-08-02  Caroline Tice  <cmtice@google.com>
2401         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2402         on non-linux systems; add target-libvtv to noconfigdirs; add
2403         libsupc++/.libs to C++ library search paths.
2404         * configure: Regenerated.
2405         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2406         libstdc++ and libgcc.
2407         * Makefile.in: Regenerated.
2409 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2411         * MAINTAINERS (Write After Approval): Add myself.
2413 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2414             Shiva Chen  <shiva0217@gmail.com>
2416         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2417         nds32 port maintainers.
2419 2013-07-17  Tim Shen  <timshen91@gmail.com>
2421         * MAINTAINERS (Write After Approval): Add myself.
2423 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2425         * configure.ac: Sync from binutils.
2426         * configure: Regenerate.
2428 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2430         * MAINTAINERS (Write After Approval): Add myself.
2432 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2434         * MAINTAINERS (Write After Approval): Add myself.
2436 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2438         * MAINTAINERS (Write After Approval): Add myself.
2440 2013-04-30  Brooks Moses  <bmoses@google.com>
2442         * MAINTAINERS: Update my email; move myself from Fortran
2443         reviewer to Write After Approval.
2445 2013-04-16  Andreas Schwab  <schwab@suse.de>
2447         * configure.ac (aarch64-*-*): Don't disable java.
2448         * configure: Regenerate.
2450 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2452         * MAINTAINERS (Write After Approval): Add myself.
2454 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2456         * Makefile.def (target_modules): Don't install libffi.
2457         * Makefile.in: Regenerate.
2459 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2461         * MAINTAINERS (Write After Approval): Add myself.
2463 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2465         * MAINTAINERS (Write After Approval): Add myself.
2467 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2469         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2470         * configure: Regenerated.
2472 2013-02-05  Ian Lance Taylor  <iant@google.com>
2474         PR go/55969
2475         * configure.ac: Disable libgo on some systems where it does not
2476         work.
2478 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2480         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2481         Remove Geoff Keating as rs6000 port maintainer, at his request.
2483 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2485         * MAINTAINERS: Update my email.
2487 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2489         * configure: Re-generate.
2491 2013-01-15  Richard Biener  <rguenther@suse.de>
2493         PR other/55973
2494         * configure: Re-generate.
2496 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2498         * Makefile.def (install-target-libsanitizer): Depend on
2499         install-target-libstdc++-v3.
2500         * Makefile.in: Regenerate.
2502 2013-01-14  Richard Biener  <rguenther@suse.de>
2504         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2505         * configure: Re-generate
2507 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2509         * config.sub: Update from config repo.
2511 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2513         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2514         * Makefile.in: Regenerate.
2516 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2518         * MAINTAINERS (arc): Add new port maintainership for myself.
2520 2013-01-09  Jason Merrill  <jason@redhat.com>
2522         * .gitignore: Import from gdb repository.
2524 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2526         * Makefile.def (configure-gcc): Depend on all-gmp.
2527         (all-gcc): Remove dependency on all-gmp.
2528         * Makefile.in: Regenerated.
2530 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2532         * config.sub: Merge from config repo.
2533         * config.guess: Ditto.
2535 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2537         * Makefile.def: Merge from binutils.
2538         * Makefile.in: Ditto.
2540 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2542         * MAINTAINERS: Update my email.
2544 2012-12-29  Ben Elliston  <bje@gnu.org>
2546         * config.guess: Update to 2012-12-29 version.
2547         * config.sub: Likewise.
2549 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2551         * Makefile.def (install-target-libgfortran): Depend on
2552         install-target-libquadmath, install-target-libgcc.
2553         (install-target-libsanitizer): Depend on install-target-libgcc.
2554         (install-target-libjava): Depend on install-target-libgcc.
2555         (install-target-libitm): Depend on install-target-libgcc.
2556         (install-target-libobjc): Depend on install-target-libgcc.
2557         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2558         * Makefile.in: Regenerate.
2560 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2562         * Makefile.def (install-target-libgo): Depend on
2563         install-target-libatomic.
2564         * Makefile.in: Regenerate.
2566 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2568         PR go/55201
2569         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2570         * Makefile.in: Regenerate.
2572 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2574         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2575         * configure: Regenerate.
2577 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2579         * config.sub: Merge from config repo.
2581 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2583         * Makefile.def (target_modules): Add bootstrap=true and
2584         raw_cxx=true to libsanitizer.
2585         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2586         * Makefile.in: Regenerated.
2587         * configure: Likewise.
2589 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2591         * MAINTAINERS: Remove self as RTL optimization maintainer.
2593 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2595         * MAINTAINERS (Write After Approval): Add myself.
2597 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2599         * Makefile.def (target_modules): Remove bootstrap=true and
2600         raw_cxx=true from libsanitizer.
2601         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2602         * Makefile.in: Regenerated.
2603         * configure: Likewise.
2605 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2607         * Makefile.def (target_modules): Add bootstrap=true and
2608         raw_cxx=true to libsanitizer.
2609         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2610         * Makefile.in: Regenerated.
2611         * configure: Likewise.
2613 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2615         PR bootstrap/54279
2616         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2617         * configure: Regenerate.
2618         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2619         * Makefile.in: Regenerate.
2621 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2623         * configure.ac: Disable libsanitizer if we're not building C++.
2624         * configure: Regenerate.
2626 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2628         * MAINTAINERS (Write After Approval): Add myself.
2630 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2632         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2633         Kostya Serebryany (kcc@google.com) and
2634         Jakub Jelinek (jakub@redhat.com).
2635         Rename area for Dodji Seketeli (dodji@redhat.com).
2637 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2639         * MAINTAINERS: (asan.c, related): Add myself.
2641 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2643         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2644         * configure: Regenerate.
2646 2012-11-13  Richard Henderson  <rth@redhat.com>
2648         * configure.ac: Move libsanitizer logic to subdirectory.
2649         * configure: Regenerate.
2651 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2653         * configure.ac: Enable libsanitizer just on x86 linux for now.
2654         * configure: Re-generate.
2656 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2658         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2659         sections.
2660         * configure: Regenerate.
2662 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2664         * configure.ac: Add section for configdirs for libsanitizer.
2665         Disable for cris-*-* and mmix-*-*.
2666         * configure: Regenerate.
2668 2012-11-12  Wei Mi <wmi@google.com>
2670         * configure.ac: Add libsanitizer to target_libraries.
2671         * Makefile.def: Ditto.
2672         * configure: Regenerate.
2673         * Makefile.in: Regenerate.
2674         * libsanitizer: New directory for asan runtime.  Contains an empty
2675         tsan directory.
2677 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2679         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2680         against Mingw64 w32api.
2681         * configure: Regenerate.
2683 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2685         * configure: Regenerated.
2687 2012-11-03  Robert Mason  <rbmj@verizon.net>
2689         * configure.ac: add --disable-libstdcxx configure option
2690         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2692 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2694         * MAINTAINERS (Write After Approval): Add myself.
2696 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2698         * MAINTAINERS (Write After Approval): Add myself.
2700 2012-10-24  Sharad Singhai  <singhai@google.com>
2702         * MAINTAINERS (Write After Approval): Add myself.
2704 2012-10-24  Eric Christopher  <echristo@gmail.com>
2706         * MAINTAINERS: Update email address.
2708 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2710         PR bootstrap/54820
2711         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2712         * configure: Regenerate.
2714 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2716         * MAINTAINERS (aarch64): Add Marcus and myself.
2718 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2720         PR bootstrap/54820
2721         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2722         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2723         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2724         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2725         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2726         * Makefile.in: Regenerate.
2727         * configure.ac (have_static_libs): New variable and associated check.
2728         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2729         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2730         * configure: Regenerate.
2732 2012-10-10  Richard Biener  <rguenther@suse.de>
2734         * MAINTAINERS: Adjust for changed surname.
2736 2012-10-04  Lawrence Crowl  <crowl@google.com>
2738         * MAINTAINERS (Write After Approval): Add myself.
2740 2012-10-01  Cary Coutant  <ccoutant@google.com>
2742         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2744 2012-09-28  Ian Lance Taylor  <iant@google.com>
2746         * Makefile.def: Make all-target-libgo depend on
2747         all-target-libbacktrace.
2748         * Makefile.in: Rebuild.
2750 2012-09-26  Ian Lance Taylor  <iant@google.com>
2752         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2753         * Makefile.in: Rebuild.
2755 2012-09-20  Walter Lee  <walt@tilera.com>
2757         * configure.ac: Add tilegx to list of targets that support gold.
2758         * configure: Regenerate.
2760 2012-09-20  Marek Polacek  <polacek@redhat.com>
2762         * MAINTAINERS (Write After Approval): Add myself.
2764 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2766         * configure.ac: Add mips*-mti-elf* target.
2767         * configure: Regenerate.
2769 2012-09-17  Ian Lance Taylor  <iant@google.com>
2771         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2772         * configure.ac (host_libs): Add libbacktrace.
2773         (target_libraries): Add libbacktrace.
2774         * Makefile.def (host_modules): Add libbacktrace.
2775         (target_modules): Likewise.
2776         * configure, Makefile.in: Rebuild.
2778 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2780         PR target/38607
2781         Merge upstream change.
2782         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2784         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2785         Add libgomp*.o to compare_exclusions for AIX.
2786         * configure: Regenerate.
2788 2012-09-06  Diego Novillo  <dnovillo@google.com>
2790         * configure.ac: Bump minimum GMP version to 4.2.3.
2791         * configure: Re-generate.
2793 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2795         PR target/54461
2796         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2797         target-libgloss if not configured --with-avrlibc=no.
2798         * configure: Regenerate.
2800 2012-09-04  Jason Merrill  <jason@redhat.com>
2802         * configure.ac: Fix --enable-languages=all.
2804 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2806         * MAINTAINERS (Write After Approval): Add myself.
2808 2012-09-03  Richard Guenther  <rguenther@suse.de>
2810         PR bootstrap/54138
2811         * configure.ac: Re-organize ISL / CLOOG checks to allow
2812         disabling with either --without-isl or --without-cloog.
2813         * configure: Regenerated.
2815 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2817         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2818         * configure: Regenerate.
2820 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2822         * MAINTAINERS: Fix my email address.
2824 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2826         PR binutils/4970
2827         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2828         and opcodes.
2829         * Makefile.in: Regenerated.
2831 2012-08-26  Art Haas <ahaas@impactweather.com>
2833         * configure: Regenerate.
2835 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2837         * INSTALL/README: Also refer to the online installation
2838         instructions.
2840 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2842         * MAINTAINERS (Write After Approval): Add myself.
2843         (Picochip port): Remove myself.
2845 2012-08-14   Diego Novillo  <dnovillo@google.com>
2847         Merge from cxx-conversion branch.
2849         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2850         POSTSTAGE1_CONFIGURE_FLAGS.
2851         * Makefile.in: Regenerate.
2852         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2853         Force C++ when bootstrapping.
2854         * configure: Regenerate.
2856 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2858         * MAINTAINERS (Write After Approval): Add myself.
2860 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2862         * README: Document use of ranges of years in copyright notices.
2864 2012-07-06  Richard Guenther  <rguenther@suse.de>
2866         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2867         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2868         --with-gmp=system.
2869         * Makefile.in: Regenerated.
2870         * configure: Likewise.
2872 2012-07-06  Richard Guenther  <rguenther@suse.de>
2874         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2875         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2876         supply V=1 as extra_make_flags.
2877         * configure: Regenerated.
2878         * Makefile.in: Likewise.
2880 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2882         * configure: Regenerate.
2884 2012-07-03  Richard Guenther  <rguenther@suse.de>
2886         * Makfile.def (isl): Remove not necessary extra_exports and
2887         extra_make_flags.
2888         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2889         * Makefile.in: Regenerated.
2891 2012-07-03  Richard Guenther  <rguenther@suse.de>
2893         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2894         * configure.ac: If either the ISL or the CLooG check failed
2895         do not try to build in-tree versions.
2896         * Makefile.in: Regenerated.
2897         * configure: Regenerated.
2899 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2901         * configure: Regenerate.
2903 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2905         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2906         maintainer.
2908 2012-07-02  Richard Guenther  <rguenther@suse.de>
2910         * configure: Regenerated.
2912 2012-07-02  Richard Guenther  <rguenther@suse.de>
2913         Michael Matz  <matz@suse.de>
2914         Tobias Grosser <tobias@grosser.es>
2915         Sebastian Pop <sebpop@gmail.com>
2917         * Makefile.def: Add ISL host module, remove PPL host module.
2918         Adjust ClooG host module to use the proper ISL.
2919         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2920         * configure.ac: Include config/isl.m4.  Add ISL host library,
2921         remove PPL.  Remove PPL configury, add ISL configury, adjust
2922         ClooG configury.
2923         * Makefile.in: Regenerated.
2924         * configure: Likewise.
2926 2012-07-02  Richard Guenther  <rguenther@suse.de>
2928         Merge from graphite branch
2929         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2931         * configure: Regenerated.
2932         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2933         both cloog.org and legacy versions. The only supported version will
2934         be CLooG with the isl backend.
2936         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2938         * configure: Regenerated.
2939         * configure.ac: Require cloog isl 0.17.0
2941         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2943         * configure: Regenerated.
2944         * config/cloog.m4: Do not define CLOOG_ORG
2946 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2948         * configure.ac: Skip C if explicitly selected.
2949         * configure: Regenerate.
2951 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2953         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2954         they contain -O2.
2955         * configure: Regenerate.
2957 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2959         PR debug/53740
2960         * df.h, df-problems.c, dce.c: Revert last patch.
2962 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2964         * MAINTAINERS (Write After Approval): Update my email address.
2966 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2968         * MAINTAINERS (Write After Approval): Add myself.
2970 2012-06-20  Jason Merrill  <jason@redhat.com>
2972         * Makefile.tpl (check-target-libgomp-c++): New.
2973         (check-target-libitm-c++): New.
2974         * Makefile.def (c++): Add them.
2975         * Makefile.in: Regenerate.
2977 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2979         * MAINTAINERS (Write After Approval): Add myself.
2981 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2983         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2984         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2985         (install-no-fixedincludes): Adjust accordingly.
2986         * Makefile.in: Regenerate.
2988 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2990         Merge upstream change
2991         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2993 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2995         * MAINTAINERS (Write After Approval): Add myself.
2997 2012-05-09  Nick Clifton  <nickc@redhat.com>
2998             Paul Smith  <psmith@gnu.org>
3000         PR bootstrap/50461
3001         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3002         allow for the fact that from release v3.1.0 of MPFR the source
3003         files were moved into a src sub-directory.
3004         * configure: Regenerate.
3006 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3008         * configure.ac: Bump minimum MPFR version to 2.4.0.
3009         * configure: Regenerated.
3011 2012-05-01  Richard Henderson  <rth@redhat.com>
3013         * Makefile.def (libatomic): New target_module.
3014         * configure.ac (target_libraries): Add libatomic.
3015         (noconfigdirs): Check if libatomic is supported.
3016         * Makefile.in, configure: Rebuild.
3018 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3020         * MAINTAINERS (Write After Approval): Add myself.
3022 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3024         * config.sub: Update to 2012-04-18 version from official repo.
3026 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3028         * MAINTAINERS (Write After Approval): Add myself.
3030 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3032         * MAINTAINERS: Changed email address.
3034 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3036         PR target/52737
3037         * contrib/gcc_update (files_and_dependencies):
3038         Remove gcc/config/avr/t-multilib from touch data.
3040 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3042         * MAINTAINERS (OS Port Maintainers): Remove irix.
3043         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3044         (unsupported_languages): Remove mips-sgi-irix6.*.
3045         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3046         (with_stabs): Remove.
3047         * configure: Regenerate.
3049 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3051         * MAINTAINERS (OS Port Maintainers): Remove osf.
3052         * configure.ac (enable_libgomp): Remove *-*-osf*.
3053         (with_stabs): Remove alpha*-*-osf*.
3054         * configure: Regenerate.
3056 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3058         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3059         * configure: Regenerate.
3061 2012-02-17  Walter Lee  <walt@tilera.com>
3063         * MAINTAINERS: (Write After Approval): Delete myself.
3065 2012-02-14  Walter Lee  <walt@tilera.com>
3067         * MAINTAINERS (tilegx port): Add myself.
3068         (tilepro port): Add myself.
3069         (Write After Approval): Add myself.
3071 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3073         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3074         and Joseph Myers as docstring relicensing maintainers.
3076 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3078         * MAINTAINERS (write-after-approval): Add myself.
3080 2012-02-08  Ira Rosen <irar@il.ibm.com>
3082         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3083         maintainer.
3085 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3087         * MAINTAINERS (Write After Approval): Move myself to
3088         maintain alphabetical order.
3090 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3092         * MAINTAINERS (Write After Approval): Add myself.
3094 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3096         * MAINTAINERS (Write After Approval): Add myself.
3098 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3099             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3101         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3102         * configure: Regenerate.
3104 2012-01-23  Harshit Chopra  <harshit@google.com>
3106         * MAINTAINERS (Write After Approval): Add myself.
3108 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3110         * configure.ac: Remove reference to mh-interix.
3111         * configure: Regenerate.
3113 2012-01-05  Richard Henderson  <rth@redhat.com>
3115         PR bootstrap/51072
3116         * configure.ac: Disable libitm if c++ is not enabled.
3117         * configure: Rebuild.
3119         * configure.ac: Fix regexp for same.
3120         * configure: Rebuild.
3122 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3124         * MAINTAINERS (Write After Approval): Add myself.
3126 2012-01-02  Richard Guenther  <rguenther@suse.de>
3128         PR bootstrap/51686
3129         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3130         * Makefile.in: Regenerate.
3132 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3134         * MAINTAINERS (Write After Approval): Add myself.
3136 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3138         * configure: Regenerate.
3140 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3142         * MAINTAINERS (picochip): Changed email address.
3144 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3146         * MAINTAINERS (write-after-approval): Add self.
3148 2011-11-29  DJ Delorie  <dj@redhat.com>
3150         * configure.ac (rl78-*-*) New case.
3151         * configure: Regenerate.
3152         * MAINTAINERS: Add myself as RL78 maintainer.
3154 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3156         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3158 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3160         * libtool.m4: Additional FreeBSD 10 fixes.
3162 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3164         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3165         Maintainers section, as Epiphany maintainer.
3167 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3169         PR target/49992
3170         * configure.ac: Remove ranlib special-casing for Darwin.
3171         * configure: Regenerate.
3173 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3175         * MAINTAINERS (Reviewers): Keep the list sorted.
3177 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3179         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3181 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3183         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3184         * configure: Rebuild.
3185         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3186         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3187         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3188         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3189         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3190         Add READELF.
3191         * Makefile.in: Rebuild.
3193 2011-11-09  Jason Merrill  <jason@redhat.com>
3195         * Makefile.def (language=c++): Remove check-c++0x.
3196         * Makefile.in (check-gcc-c++): Regenerate.
3198 2011-11-08  Richard Henderson  <rth@redhat.com>
3200         * configure.ac: Test for libitm directory present first.
3202         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3204         * configure.ac: Test libitm/configure.tgt to disable libitm.
3205         * configure: Rebuild.
3207 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3208             Richard Henderson  <rth@redhat.com>
3210         Merged from transactional-memory.
3212         * Makefile.def (lang_env_dependencies): libitm is c++.
3213         Add libitm target module.
3214         * configure.ac: Likewise.
3215         * config/mmap.m4: New file.
3216         * contrib/gcc_update: Add libitm to touch data.
3217         * Makefile.in, configure: Rebuild.
3219 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3221         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3222         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3223         * Makefile.in: Regenerate.
3225 2011-11-01  DJ Delorie  <dj@redhat.com>
3227         * config.sub: Update to version 2011-10-29 (added rl78)
3229 2011-10-27  Nick Clifton  <nickc@redhat.com>
3231         * config.sub: Import these changes from the config project:
3233         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3234             Ben Elliston  <bje@gnu.org>
3236         * config.sub (epiphany): New.
3238         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3239             Ben Elliston  <bje@gnu.org>
3241         * config.sub (hexagon, hexagon-*): New.
3243         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3245         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3246         64eb to be64.
3248         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3250         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3251         (nacl): Grok as alias for 32el-unknown-nacl.
3253 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3255         * MAINTAINERS (Write After Approval): Add myself.
3257 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3259         * MAINTAINERS (Write After Approval): Add myself.
3261 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3263         * MAINTAINERS (sparc port): Remove myself.
3265 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3267         * MAINTAINERS (Write After Approval): Add myself.
3269 2011-08-14  Yao Qi  <yao@codesourcery.com>
3271         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3272         * configure: Regenerate.
3274 2011-07-26  Ian Lance Taylor  <iant@google.com>
3276         * configure.ac: Set have_compiler based on whether gcc directory
3277         exists, rather than on whether gcc is in configdirs.
3278         * configure: Rebuild.
3280 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3282         * MAINTAINERS (Global Reviewers): Add self.
3284 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3286         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3287         link directories.
3288         * Makefile.in: Rebuild.
3290 2011-07-20  Ian Lance Taylor  <iant@google.com>
3292         PR bootstrap/49787
3293         * configure.ac: Move --enable-bootstrap handling earlier in file.
3294         If --enable-bootstrap and either --enable-build-with-cxx or
3295         --enable-build-poststage1-with-cxx, enable C++ automatically.
3296         * configure: Rebuild.
3298 2011-07-19  Ian Lance Taylor  <iant@google.com>
3300         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3301         make C++ a boot_language.  Set and substitute
3302         POSTSTAGE1_CONFIGURE_FLAGS.
3303         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3304         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3305         * configure, Makefile.in: Rebuild.
3307 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3309         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3310         maintainers.
3312 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3314         * MAINTAINERS (Global Reviewers): Add myself.
3316 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3318         * configure: Regenerate.
3320 2011-07-16  Jason Merrill  <jason@redhat.com>
3322         * Makefile.def (language=c++): Add check-c++0x and
3323         check-target-libmudflap-c++.
3324         * Makefile.tpl (check-target-libmudflap-c++): New.
3325         * Makefile.in: Regenerate.
3327 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3329         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3330         * Makefile.def (target_modules/libjava): Pass
3331         $(EXTRA_CONFIGARGS_LIBJAVA).
3332         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3333         if not configured with --enable-static-libjava.
3334         * Makefile.in: Regenerate.
3335         * configure: Likewise.
3337 2011-07-15  Jason Merrill  <jason@redhat.com>
3339         * Makefile.in (check-c++): Move check-gcc-c++0x after
3340         check-target-libstdc++-v3.
3342 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3344         * MAINTAINERS (c6x port): New entry.
3346 2011-07-13  Jason Merrill  <jason@redhat.com>
3348         * Makefile.in (check-gcc-c++0x): New.
3349         (check-c++): Depend on it.
3351 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3353         PR target/39150
3354         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3355         x86_64-*-solaris2.1[0-9]*.
3356         * configure: Regenerate.
3358 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3360         * MAINTAINERS (RTL optimizers): Add self.
3362 2011-06-27  Gabriel Charette  <gchare@google.com>
3364         * MAINTAINERS (Write After Approval): Add myself.
3366 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3368         PR regression/47836
3369         PR bootstrap/23656
3370         PR other/47733
3371         PR bootstrap/49247
3372         PR c/48825
3373         * configure.ac (target_libraries): Remove target-libiberty.
3374         Remove case-statement setting skipdirs=target-libiberty for
3375         multiple targets.  Remove checking target_configdirs and
3376         removing target-libiberty but keeping target-libgcc if
3377         otherwise empty.
3378         * Makefile.def (target_modules): Don't add libiberty.
3379         (dependencies): Remove all traces of target-libiberty.
3380         * configure, Makefile.in: Regenerate.
3382 2011-06-13  Walter Lee <walt@tilera.com>
3384         * configure.ac (tilepro-*-*) New case.
3385         (tilegx-*-*): Likewise.
3386         * configure: Regenerate.
3388 2011-06-06  Jing Yu  <jingyu@google.com>
3390         * configure.ac: Skip target-libiberty for
3391         arm*-*-linux-androideabi.
3392         * configure: Regenerated.
3394 2011-06-06  Nick Clifton  <nickc@redhat.com>
3396         * config.sub: Sync from upstream.
3398 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3400         * MAINTAINERS (Write After Approval): Add myself.
3402 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3404         * MAINTAINERS: Update my email address.
3406 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3408         * MAINTAINERS (Write After Approval): Update my email address.
3410 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3412         * MAINTAINERS (Write After Approval): Add myself.
3414 2011-05-08  Doug Kwan  <dougkwan@google.com>
3416         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3417         * configure: Regenerated.
3418         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3419         value from configure.
3420         * Makefile.in: Regenerated.
3422 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3424         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3425         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3426         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3427         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3428         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3429         *-*-vxworks*): Disable newlib and libgloss in separate case
3430         statement.
3431         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3432         to separate case statement.
3433         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3434         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3435         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3436         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3437         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3438         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3439         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3440         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3441         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3442         i[[3456789]]86-*-rdos*, m32r-*-*,
3443         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3444         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3445         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3446         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3447         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3448         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3449         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3450         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3451         and libgloss in main case over targets.  Remove most empty cases
3452         in main case over targets.
3453         * configure: Regenerate.
3455 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3457         * MAINTAINERS (Write After Approval): Add myself.
3459 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3461         * configure.ac: Remove code setting special library locations for
3462         hppa*64*-*-hpux11*.  Remove code setting compiler for
3463         sparc-sun-solaris2*.
3464         * configure: Regenerate.
3466 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3468         * configure.ac: Separate libgloss_dir settings from general case
3469         over targets.
3470         * configure: Regenerate.
3472 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3474         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3475         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3476         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3477         cases in libgcj-disabling case statement.
3478         (hppa*64*-*-linux*): Set unsupported_languages instead of
3479         disabling target-zlib.
3480         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3481         to hppa*64*-*-hpux*.
3482         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3483         hppa*-*-hpux*.
3484         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3485         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3486         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3487         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3488         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3489         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3490         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3491         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3492         libgcj-disabling case statement.
3493         * configure: Regenerate.
3495 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3497         * configure.ac: Disable Java for targets not supporting libffi.
3498         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3499         Remove cases in Java-disabling statement.
3500         (*arm-wince-pe): Change to arm-wince-pe.
3501         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3502         cases in Java-disabling statement.
3503         (bfin-*-*): Don't disable Java again.
3504         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3505         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3506         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3507         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3508         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3509         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3510         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3511         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3512         Java-disabling statement.
3513         (mmix-*-*): Don't disable Java again.
3514         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3515         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3516         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3517         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3518         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3519         statement.
3520         * configure: Regenerate.
3522 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3524         * configure.ac: Separate cases disabling Java and Java libraries
3525         from general case over targets.
3526         * configure: Regenerate.
3528 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3530         * MAINTAINERS: Update my email address.
3532 2011-04-20  Easwaran Raman  <eraman@google.com>
3534         * MAINTAINERS (Write After Approval): Add myself.
3536 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3538         PR lto/48086
3539         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3540         * configure: Regenerate.
3542 2011-04-16  Jim Meyering  <meyering@redhat.com>
3544         * MAINTAINERS (Write After Approval): Add myself.
3546 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3548         * MAINTAINERS: Update my email address.
3550 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3552         * MAINTAINERS (Write After Approval): Add myself.
3554 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3556         * MAINTAINERS (Write After Approval): Add myself.
3558 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3560         * MAINTAINERS (Write After Approval): Add myself.
3562 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3564         * configure.ac (build_tools): Remove build-byacc.
3565         (host_libs): Remove mmalloc.
3566         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3567         autoconf automake libtool diff rcs fileutils shellutils time
3568         textutils wdiff find uudecode hello tar gzip indent recode release
3569         sed perl gawk findutils gettext zip.
3570         (libgcj): Remove target-qthreads.
3571         (target_tools): Remove target-examples target-gperf.
3572         (YACC): Don't handle building byacc.
3573         * configure: Regenerate.
3574         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3575         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3576         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3577         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3578         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3579         handle building components.
3580         * Makefile.in: Regenerate.
3582 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3584         * MAINTAINERS: Update my email address as Xtensa maintainer.
3586 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3588         * config.sub: Sync from upstream.
3590 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3592         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3593         (microblaze*): Don't disable libssp.
3594         * configure: Regenerate.
3596 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3598         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3599         moveifchange.
3600         * configure: Regenerate.
3601         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3602         * Makefile.in: Regenerate.
3604 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3606         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3607         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3608         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3609         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3610         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3611         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3612         md_exec_prefix cases.
3613         * configure: Regenerate.
3615 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3617         * configure.ac: Separate cases disabling target-libssp,
3618         target-libiberty, target-libstdc++-v3 and Fortran from general
3619         case over targets.
3620         * configure: Regenerate.
3622 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3624         * configure.ac (*-*-chorusos): Don't disable libgcj.
3625         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3626         Remove case.
3627         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3628         (arm-*-coff): Don't disable libgcj.
3629         (arm*-*-linux-gnueabi): Remove useless assignment.
3630         (arm-*-riscix*): Don't disable libgcj.
3631         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3632         configuration.
3633         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3634         (c54x*-*-*): Remove case.
3635         (tic54x-*-*): Don't disable GCC or GCC libraries.
3636         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3637         to *.
3638         (d10v-*-*): Don't disable GCC libraries.
3639         (d30v-*-*): Don't disable libgcj.
3640         (h8500-*-*): Don't disable GCC libraries.
3641         (i960-*-*): Don't disable libgcj.
3642         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3643         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3644         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3645         libgcj.
3646         (m68k-*-coff*): Remove case.
3647         (mmix-*-*): Don't disable libgloss on host.
3648         (mn10200-*-*, mn10300-*-*): Remove cases.
3649         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3650         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3651         Don't disable libgcj.
3652         (romp-*-*): Remove case.
3653         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3654         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3655         case.
3656         (v810-*-*): Don't disable GCC libraries.
3657         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3658         (ip2k-*-*): Don't disable GCC libraries.
3659         * configure: Regenerate.
3661 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3663         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3664         libffi on host.
3665         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3666         on host.
3667         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3668         * configure: Regenerate.
3670 2011-03-26  John Marino  <binutils@marino.st>
3672         * configure.ac: Add support for *-*-dragonfly*
3673         * configure: Regenerate.
3675 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3677         * configure.ac (native_only): Remove.
3678         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3679         send-pr uudecode guile gnuserv on host.
3680         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3681         send-pr rcs guile perl texinfo libtool on host.
3682         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3683         automake send-pr rcs guile perl texinfo libtool on host.
3684         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3685         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3686         (alpha*-dec-osf*): Don't disable fileutils on target.
3687         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3688         texinfo send-pr expect dejagnu on target.
3689         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3690         target-qthreads on target.
3691         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3692         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3693         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3694         x86_64-*-mingw*): Don't disable expect on target.
3695         (*-*-cygwin*): Don't disable target-gperf on target.
3696         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3697         gnuserv on target.
3698         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3699         target.
3700         * configure: Regenerate.
3702 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3704         * configure.ac (target_tools): Remove target-groff.
3705         (native_only): Remove target-groff.
3706         (hppa*64*-*-*): Don't disable byacc.
3707         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3708         setting.
3709         (*-*-kaos*): Don't skip target-librx and target-groff.
3710         (*-*-netware*): Don't skip target-libmudflap.
3711         (*-*-tpf*): Don't skip target-libmudflap.
3712         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3713         directories on the host.
3714         (ia64*-*-*vms*): Don't skip tix.
3715         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3716         host.
3717         * configure: Regenerate.
3719 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3721         * configure.ac: Remove references to mt-mep, mt-netware,
3722         mt-wince.
3723         * Makefile.def: Add all-utils soft dependencies.
3724         * Makefile.tpl: Remove GDB_NLM_DEPS.
3725         * configure: Regenerate.
3726         * Makefile.in: Regenerate.
3728 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3730         * configure.ac: Do not include mh-x86omitfp.
3731         * configure: Regenerate.
3733 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3735         * configure.ac: Remove empty cases.
3736         * configure: Regenerate.
3738 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3740         * Makefile.def: Add dependency from termcap to gdb.
3741         * Makefile.in: Regenerate.
3743 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3745         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3746         * configure: Regenerate.
3747         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3748         * Makefile.tpl: Likewise.
3749         * Makefile.in: Regenerate.
3751 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3753         * configure.ac: Remove all mentions of tentative_cc.
3754         * configure: Regenerate.
3756 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3758         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3759         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3760         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3761         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3762         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3763         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3764         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3765         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3766         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3767         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3768         *-*-rhapsody*): Remove host cases.
3769         * configure: Regenerate.
3771 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3773         * configure.ac (ppc*-*-pe): Remove host case.
3774         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3775         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3776         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3777         cases.
3778         * configure: Regenerate.
3780 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3782         * config.sub: Update to version 2011-03-23.
3784 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3786         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3787         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3788         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3789         * configure: Regenerate.
3791 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3793         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3794         to Write After Approval.
3795         * config-ml.in: Don't handle arc-*-elf*.
3796         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3797         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3798         handle GCC libraries.
3799         * configure: Regenerate.
3801 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3803         PR bootstrap/48120:
3804         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3805         Add -lstdc++ -lm to LIBS.
3806         * configure: Regenerate.
3808 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3810         * config.guess: Update to version 2011-02-02
3811         * config.sub: Update to version 2011-02-24
3813 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3815         PR lto/48086
3816         * configure.ac: Re-enable LTO on *-apple-darwin9.
3817         * configure: Regenerate.
3819 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3821         PR lto/48086
3822         * configure.ac: Disable LTO on darwin due to an assembler change in
3823         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3824         under 256.
3825         * configure: Regenerate.
3827 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3829         * MAINTAINERS: Update myself as score backend maintainer,
3830         update my e-mail address.
3832 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3834         * MAINTAINERS: Update my e-mail address.
3836 2011-03-06  Joey Ye  <joey.ye@arm.com>
3838         * MAINTAINERS: Update my e-mail address.
3840 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3842         * configure.ac: Adjust test of with_ppl.
3843         * configure: Regenerated.
3845 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3847         * MAINTAINERS: Adjust my e-mail address.
3849 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3851         * configure.ac: Add -lpwl to ppllibs.
3852         * configure: Regenerated.
3854 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3856         * config/cloog.m4: Add -lisl to clooglibs.
3857         * configure: Regenerated.
3859 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3861         * MAINTAINERS (CPU Port maintainers): Add self.
3863 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3865         * MAINTAINERS: Add myself as testsuite maintainer.
3867 2011-02-15  Mike Stump  <mikestump@comcast.net>
3869         * MAINTAINERS: Add myself as testsuite maintainer.
3871 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3873         Import from Libtool and gnulib:
3875         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3877         Prepare for supporting FreeBSD 10.
3878         * config.rpath: Remove handling of freebsd1* which soon would
3879         match FreeBSD 10.0.
3881         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3883         Remove support for FreeBSD 1.x.
3884         * libtool.m4 (_LT_LINKER_SHLIBS)
3885         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3886         soon would incorrectly match FreeBSD 10.0.
3888 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3890         PR binutils/12283
3891         * move-if-change: Import version from gnulib.
3893 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3895         PR lto/47225
3896         * Makefile.def (lto-plugin): Double dash for enable-shared.
3897         (configure-gcc): Depend on all-lto-plugin.
3898         * Makefile.in: Rebuilt.
3900 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3902         * configure.ac: Remove extra bracket.
3903         * configure: Regenerate.
3905 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3907         * MAINTAINERS: Add myself as libquadmath maintainer.
3909 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3911         * MAINTAINERS: Update my email address.
3913 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3915         * MAINTAINERS (option handling): Add self.
3917 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3919         PR lto/47225
3920         * Makefile.def: Add dependency for install-gcc
3921         on install-lto-plugin.
3922         * Makfile.in: Regenerated
3924 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3926         * MAINTAINERS (CPU Port Maintainers): Add myself.
3928 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3930         PR libgcj/44341
3931         * configure.ac: Discard --with-* flags for host when configuring
3932         target libraries for cross build.
3933         * configure: Rebuilt.
3935 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3937         * MAINTAINERS (linear loop transforms): Removed.
3939 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3941         * configure.ac: If with_ppl is no, move setting with_cloog=no
3942         after CLOOG_REQUESTED check.
3943         * configure: Regenerated.
3945 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3947         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3948         CLooG has been requested.
3949         * configure: Regenerated.
3951 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3953         * configure: Regenerated.
3954         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3956 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3958         * configure: Regenerated.
3959         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3961 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3963         * configure.ac: Use AS_HELP_STRING throughout.
3964         * configure: Regenerate.
3966 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3968         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3969         * configure: Regenerate.
3971 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3973         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3975 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3977         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3978         for ia64-hpux.
3979         * configure: Regenerate.
3981 2011-01-07  Jan Hubicka  <jh@suse.cz>
3983         PR lto/47225
3984         * Makefile.in: Regenerate.
3985         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3986         configure.
3988 2011-01-07  Jan Hubicka  <jh@suse.cz>
3990         * Makefile.in: Regenerate.
3991         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3992         and configure dependency on lto-plugin configure.
3993         (lto-plugin module): Remove dependency on GCC; add dependency on
3994         liniberty.
3996 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3998         * MAINTAINERS (Write After Approval): Add myself.
4000 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4002         * configure: Regenerate.
4004 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4006         * configure.ac: (picochip): Disable libiberty.
4008 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4010         * MAINTAINERS (Write After Approval): Add myself.
4012 2010-12-10  Ian Lance Taylor  <iant@google.com>
4014         PR bootstrap/46819
4015         * configure.ac: For --disable-libgcj clear libgcj_saved.
4016         * configure: Rebuild.
4018 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4020         PR fortran/46540
4021         * configure.ac: Add --disable-libquadmath and
4022         --disable-libquadmath-support.
4023         * configure: Regenerate.
4025 2010-12-03  Ian Lance Taylor  <iant@google.com>
4027         * MAINTAINERS: Add myself as libgo maintainer.
4029 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4031         PR libffi/46792
4032         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4033         * configure: Regenerate.
4035 2010-12-02  Ian Lance Taylor  <iant@google.com>
4037         * configure.ac: Always set default for poststage1_ldflags to
4038         -static-libstdc++ -static-libgcc.
4040 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4042         * configure.ac: Move comment to remove extra space in last argument
4043         of GCC_TARGET_TOOL.
4045 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4047         PR other/46026
4048         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4049         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4050         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4051         (BASE_FLAGS_TO_PASS): Use it.
4052         * configure: Rebuilt.
4053         * Makefile.in: Rebuilt.
4055 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4057         PR binutils/12258
4058         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4059         Properly check default linker.
4060         * configure: Regnerated.
4062 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4064         * configure.ac: For --enable-gold, handle value `default' instead of
4065         `both*'.  New configure option --{en,dis}able-ld.
4066         * configure: Regenerate.
4068 2010-11-20  Ian Lance Taylor  <iant@google.com>
4070         * configure.ac: Only disable a language library if no language needs
4071         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4072         * configure: Rebuild.
4074 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4076         * Makefile.in: Regenerate.
4078         PR other/46202
4079         * configure.ac: Fix just-built in-tree STRIP name to be
4080         binutils/strip-new.
4081         * configure: Regenerate.
4082         * Makefile.def (install-strip-gcc, install-strip-binutils)
4083         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4084         (install-strip-sid): Mirror dependencies on non-strip variants
4085         of these targets on the respective -strip prerequisites.
4086         * Makefile.tpl (install-strip, install-strip-host)
4087         (install-strip-target): New targets.
4088         (install-strip-[+module+], install-strip-target-[+module+]):
4089         New targets.
4090         * Makefile.in: Regenerate.
4092 2010-11-19  Ian Lance Taylor  <iant@google.com>
4093             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4095         * configure.ac: Add target-libgo to target_libraries.  Set
4096         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4097         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4098         (HOST_EXPORTS): Add GOC.
4099         (BASE_TARGET_EXPORTS): Add GOC.
4100         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4101         (GOCFLAGS_FOR_TARGET): New variable.
4102         (EXTRA_HOST_FLAGS): Add GOC.
4103         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4104         * Makefile.def (target_modules): Add libgo.
4105         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4106         (dependencies): Add dependency from configure-target-libgo to
4107         configure-target-libffi and all-target-libstdc++-v3.  Add
4108         dependencies from all-target-libgo to all-target-libffi.
4109         (languages): Add go.
4110         * configure: Rebuild.
4111         * Makefile.in: Rebuild.
4113 2010-11-19  Ian Lance Taylor  <iant@google.com>
4115         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4116         compiler/flag environment variables.
4118 2010-11-18  Ian Lance Taylor  <iant@google.com>
4120         * configure.ac: Check for lang_requires_boot_languages in
4121         config-lang.in files.
4122         * configure: Rebuild.
4124 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4125             Tobias Burnus  <burnus@net-b.de>
4127         PR fortran/32049
4128         * Makefile.def: Add libquadmath; build it with language=fortran.
4129         * configure.ac: Add libquadmath.
4130         * Makefile.tpl: Handle multiple libs in check-[+language+].
4131         * Makefile.in: Regenerate.
4132         * configure: Regenerate.
4134 2010-11-16  Tom Tromey  <tromey@redhat.com>
4136         * MAINTAINERS: Moved myself to reviewers section.
4138 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4140         * MAINTAINERS: Moved myself to reviewers section.
4142 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4145         (Write After Approval): Remove self.
4147 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4149         * configure.ac: Fix spelling in option names.
4150         * configure: Regenerated.
4152 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4154         PR bootstrap/39622
4155         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4156         * configure: Regenerated.
4158 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4160         * MAINTAINERS: Update my email address.
4162 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4164         * configure: Regenerate.
4166 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4168         * configure: Regenerate.
4170 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4172         * configure: Regenerate.
4174 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4176         * configure: Regenerate.
4178 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4180         * configure.ac: Support official CLooG.org versions.
4181         * configure: Regenerate.
4182         * config/cloog.m4: New.
4184 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4186         * MAINTAINERS (Write After Approval): Add myself.
4188 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4190         * MAINTAINERS: Update my email address.
4192 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4194         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4195         * configure: Regenerate.
4197 2010-11-03  Ian Lance Taylor  <iant@google.com>
4198             Dave Korn  <dave.korn.cygwin@gmail.com>
4200         PR lto/46273
4201         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4202         and on other supported platforms whenever LTO is enabled.
4203         * configure: Rebuild.
4205 2010-11-02  Alan Modra  <amodra@gmail.com>
4207         PR binutils/12110
4208         * configure.ac: Error when source path contains spaces.
4209         * configure: Regenerate.
4211 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4213         * MAINTAINERS: Update my email address.
4215 2010-10-20  Ian Lance Taylor  <iant@google.com>
4217         * Makefile.def (target_modules): Set lib_path to src/.libs for
4218         libstdc++-v3 module.
4219         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4220         * Makefile.in: Rebuild.
4222 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4224         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4225         (Write After Approval): Remove myself.
4227 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4229         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4231 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4233         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4235 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4237         * configure.ac (build_lto_plugin): New shell variable.
4238         (--enable-lto): Turn on by default for all non-ELF platforms that
4239         have had LTO support added so far.  Set build_lto_plugin appropriately
4240         for both ELF and non-ELF.
4241         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4242         * configure: Regenerate.
4244 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4246         Sync from src:
4247         * configure.ac (v850 support): Remove target-libgloss from
4248         noconfigdirs.
4249         * configure: Regenerate.
4251 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4253         PR bootstrap/45326
4254         PR bootstrap/45174
4255         * configure.ac: Honor initial values of $build_configargs,
4256         $host_configargs, $target_configargs.  Mark the precious, so
4257         environment settings get recorded.
4258         * configure: Regenerate.
4260 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4262         PR bootstrap/45796
4263         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4264         Depend on all-build-libiberty.
4265         * Makefile.in: Regenerate.
4267 2010-09-30  Michael Eager  <eager@eagercon.com>
4269         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4270         * configure: Regenerate.
4272 2010-09-28  Michael Eager  <eager@eagercon.com>
4274         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4276 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4278         PR bootstrap/44621
4279         * configure.ac: Fix unportable shell quoting.
4280         * configure: Regenerate.
4282 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4284         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4285         targets and amend comment.
4286         * configure: Regenerate.
4288 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4290         * MAINTAINERS (Write After Approval): Add myself.
4292 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4294         * configure.ac: Enable LTO by default on Darwin.
4295         * configure: Regenerate.
4297 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4299         * MAINTAINERS (Write After Approval): Add myself.
4301 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4303         * MAINTAINERS (Write After Approval): Add myself.
4305 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4307         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4308         ports
4310 2010-07-28  David Yuste  <david.yuste@gmail.com>
4312         * MAINTAINERS (Write After Approval): Add myself.
4314 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4316         * configure.ac: Support all v850 targets.
4317         * configure: Regenerate.
4319 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4321         PR bootstrap/44455
4322         * configure.ac (extra_mpfr_configure_flags): Copy from
4323         extra_mpc_gmp_configure_flags.
4324         * configure: Re-generated.
4326 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4328         * MAINTAINERS (Write After Approval): Add myself.
4330 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4332         * MAINTAINERS (Write After Approval): Add myself.
4334 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4336         * MAINTAINERS (Write After Approval): Add myself.
4338 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4340         PR target/44862
4341         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4342         Provide -B option to allow for link spec %s substitutions for
4343         libstdc++.a on darwin.
4344         * Makefile.in: Regenerate.
4346 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4348         * MAINTAINERS (Reviewers): Update my e-mail address
4350 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4352         * Makefile.def (configure-gcc): Depend on all-libelf.
4353         * Makefile.in: Rebuild.
4355 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4357         * MAINTAINERS (Write After Approval): Add myself in the right place.
4359 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4361         * MAINTAINERS (Write After Approval): Add myself.
4363 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4365         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4367 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4369         * config.sub: Update to version 2010-05-21.
4370         * config.guess: Update to version 2010-04-03.
4372 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4374         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4375         * configure: Regenerate.
4377 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4379         * MAINTAINERS (Write After Approval): Add myself.
4381 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4383         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4384         a platform that supports LTO.
4385         * configure: Regenerate.
4387 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4389         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4390         * configure: Regenerated.
4392 2010-04-27  Roland McGrath  <roland@redhat.com>
4393             H.J. Lu  <hongjiu.lu@intel.com>
4395         * configure.ac (--enable-gold): Support both, both/gold and
4396         both/bfd to add gold to configdirs without removing ld.
4397         * configure: Regenerated.
4399         * Makefile.def: Add install-gold dependency to install-ld.
4400         * Makefile.in: Regenerated.
4402 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4404         PR lto/42776
4405         * configure.ac (--enable-lto): Refactor handling so libelf tests
4406         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4407         and allow LTO to be explicitly enabled on non-ELF platforms that
4408         are known to support it inside else-clause.
4409         * configure: Regenerate.
4411 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4413         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4414         * configure: Regenerate.
4416 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4418         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4419         * configure: Regenerate.
4421 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4423         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4424         separately.
4425         * configure: Regenerate.
4427 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4429         * MAINTAINERS (Write After Approval): Add myself.
4431 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4433         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4434         * configure: Regenerate.
4436 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4438         * configure: Regenerate after change to elf.m4.
4440 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4442         * MAINTAINERS (Write After Approval): Add myself.
4444 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4446         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4447         * configure: Regenerated.
4449 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4451         * configure.ac: Print "buggy but acceptable" when CLooG
4452         revision is less than 9.
4453         * configure: Regenerated.
4455 2010-04-01  Diego Novillo  <dnovillo@google.com>
4457         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4459 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4461         PR bootstrap/43615
4462         PR bootstrap/43328
4464         Revert:
4466         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4468         * configure.ac: Do not pass --enable-multilib nor
4469         --disable-multilib in baseargs.  Accept explicitly passed
4470         --enable_multilib.
4471         * configure: Regenerate.
4473 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4475         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4477 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4479         * MAINTAINERS: Remove myself.
4481 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4483         PR bootstrap/43328
4484         * configure.ac: Do not pass --enable-multilib nor
4485         --disable-multilib in baseargs.  Accept explicitly passed
4486         --enable_multilib.
4487         * configure: Regenerate.
4489 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4491         * MAINTAINERS (spu port): Remove me.
4493 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4495         * configure.ac (tic6x-*-*): New case.
4496         * configure: Regenerate.
4498 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4500         * config.sub: Update to version 2010-03-22.
4501         * config.guess: Update to version 2009-12-30.
4503 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4505         PR ada/42554
4506         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4507         * configure: Regenerate.
4509 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4511         * MAINTAINERS: Update my email address.
4513 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4515         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4516         (ghassan.shobaki@amd.com): Removed.
4518 2010-03-17  Alan Modra  <amodra@gmail.com>
4520         * MAINTAINERS: Update my email address.
4522 2010-03-16  Diego Novillo  <dnovillo@google.com>
4524         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4525         Matthews.
4527 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4529         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4530         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4532 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4534         * MAINTAINERS: Update my email address.
4536 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4538         * MAINTAINERS: Update my email address.
4540 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4542         * MAINTAINERS: Update my email address.
4544 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4546         * MAINTAINERS: Update my email address.
4548 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4550         PR libstdc++/32499
4551         * configure.ac (RANLIB): Default to true.
4552         (STRIP): Likewise.
4553         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4554         * configure: Regenerate.
4556 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4558         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4559         (Write After Approval): Update my email address.
4561 2010-02-17  Nick Clifton  <nickc@redhat.com>
4563         PR 11238
4564         * Makefile.tpl (local-distclean): Also remove config.cache files in
4565         sub-directories as there may not be Makefiles present in the
4566         sub-directories.
4567         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4568         the config.cache files found by the find command.
4570         * Makefile.in: Regenerate.
4571         * configure.ac: Revert previous delta.
4572         * configure: Regenerate.
4574 2010-02-15  Nick Clifton  <nickc@redhat.com>
4576         PR 11238
4577         * configure.ac: Delete config.cache files in sub-directories when
4578         deleting Makefiles.
4579         * configure: Regenerate.
4581 2010-02-12  Ben Elliston  <bje@gnu.org>
4583         * MAINTAINERS: Update my email address.
4585 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4587         * MAINTAINERS (spu port): Update my email address.
4589 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4591         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4593 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4595         * configure.ac: Add "recommended" version checks for GMP/MPC.
4596         Update recommended GMP/MPFR/MPC versions.
4597         * configure: Regenerate.
4599 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4601         * MAINTAINERS: Move my Embecosm email address into the
4602         write-after-approval section.
4604 2010-01-26  Ian Lance Taylor  <iant@google.com>
4606         * MAINTAINERS: Add myself as Go frontend maintainer.
4608 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4610         PR libstdc++/36101, PR libstdc++/42813
4611         * configure.ac (bootstrap_target_libs): Make inclusion of
4612         target-libgomp conditional on libgomb being in target_configdirs.
4613         * configure: Regenerate.
4615 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4617         PR libstdc++/36101, PR libstdc++/42813
4618         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4619         * configure: Regenerate.
4621 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4623         PR libstdc++/36101, PR libstdc++/42813
4624         * configure.ac (target_configdirs): Substitute.
4625         * Makefile.def: Bootstrap target module libgomp.
4626         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4627         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4628         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4629         * configure, Makefile.in: Regenerate.
4631 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4633         * MAINTAINERS: Adjust my details.
4635 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4637         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4639 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4641         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4643 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4645         * MAINTAINERS (Write After Approval): Add myself.
4647 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4649         * MAINTAINERS (Write After Approval): Add myself.
4651 2010-01-11  Richard Guenther  <rguenther@suse.de>
4653         PR lto/41569
4654         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4655         * Makefile.in: Regenerated.
4657 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4659         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4660         * configure: Regenerate.
4662 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4663             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4665         PR bootstrap/42424
4666         * configure.ac: Include libtool m4 files.
4667         (_LT_CHECK_OBJDIR): Call it.
4668         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4669         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4671         * configure: Regenerate.
4673 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4675         PR bootstrap/41818
4676         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4677         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4678         * Makefile.in: Regenerate.
4680 2010-01-02  Richard Guenther  <rguenther@suse.de>
4682         PR lto/41529
4683         * configure.ac: Include config/elf.m4.  Disable LTO if not
4684         builting for an elf target.
4685         * configure: Regenerate.
4687 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4689         * MAINTAINERS: Change my email address.
4691 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4693         * config.sub, config.guess: Update from upstream sources.
4695 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4697         * MAINTAINERS (Write After Approval): Add myself.
4699 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4701         PR middle-end/30447
4702         PR middle-end/30789
4703         PR other/40302
4705         * configure.ac: Require MPC.
4706         * configure: Regenerate.
4708 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4710         PR target/38384
4711         PR bootstrap/40972
4712         * libtool.m4: Sync from git Libtool.
4713         * ltoptions.m4: Likewise.
4714         * ltversion.m4: Likewise.
4715         * lt~obsolete.m4: Likewise.
4716         * ltmain.sh: Likewise.
4718 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4720         * configure.ac: Update minimum MPC version to 0.8.
4721         * configure: Regenerate.
4723 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4725         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4726         * configure: Regenerated.
4728 2009-11-21  Ian Lance Taylor  <iant@google.com>
4730         * configure.ac: Change default of poststage1_ldflags to be empty if
4731         poststage1_libs is set.  When poststage1_libs is empty, and
4732         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4733         * configure: Rebuild.
4735 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4737         * MAINTAINERS (Write After Approval): Update my email address.
4739 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4741         * config.guess: Update from upstream sources.
4743 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4745         * Makefile.def: Restore host and target settings for gmp.
4746         * Makefile.in: Rebuild.
4748 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4750         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4751         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4752         Fix portability of test of C++ as bootstrap language.  Add
4753         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4754         * configure: Rebuild.
4755         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4756         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4757         in-tree building.
4758         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4759         (POSTSTAGE1_HOST_EXPORTS): Use it.
4760         (STAGE[+id+]_CXXFLAGS): New.
4761         (BASE_FLAGS_TO_PASS): Pass it down.
4762         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4763         extra_exports.
4764         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4765         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4766         extra_exports.
4767         * Makefile.in: Rebuild.
4769 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4771         * config.sub, config.guess: Update from upstream sources.
4773 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4775         * MAINTAINERS (Write After Approval): Add myself.
4777 2009-11-09  Jon Beniston  <jon@beniston.com>
4779         * MAINTAINERS (Write After Approval): Add myself.
4781 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4783         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4784         paths for *-w64-mingw* and x86_64-*mingw*.
4785         * configure: Regenerated.
4787 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4789         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4791 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4793         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4794         Phil Edwards to Write-After Approval.
4796 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4798         * configure.ac: Disable target-winsup & co for
4799         x86_64-*-mingw* and *-w64-mingw* targets.
4800         * configure: Regenerated.
4802 2009-10-16  Nick Clifton  <nickc@redhat.com>
4804         * MAINTAINERS: Add myself as a maintainer for the RX port.
4806 2009-10-26  Johannes Singler  <singler@kit.edu>
4808         * MAINTAINERS (Write After Approval): Update my e-mail address.
4810 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4812         * configure.ac (CLooG test): Use = with test.
4813         * configure: Regenerate.
4815 2009-10-22  Richard Guenther  <rguenther@suse.de>
4817         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4818         cloog if the ppl version check failed.  Move flags saving
4819         before setting in libelf check.
4820         * configure: Regenerate.
4822 2009-10-21  Richard Guenther  <rguenther@suse.de>
4824         * configure.ac: Adjust the ppl and cloog configure to work as
4825         documented.  Disable cloog if ppl was disabled.  Omit the version
4826         checks if they were disabled.
4827         * configure: Re-generate.
4829 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4831         * configure.ac: Add 'lto' to enable_languages, not
4832         new_enable_languages, and only if not already present.
4833         * configure: Regenerate.
4835 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4837         * README: Refer to the various COPYING* files instead of just
4838         COPYING.
4839         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4841 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4843         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4845 2009-10-07  Richard Guenther  <rguenther@suse.de>
4847         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4848         and Richard Guenther as reviewers.
4849         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4850         as reviewers.
4852 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4854         * config.sub: Update from upstream sources.
4856 2009-10-06  Ian Lance Taylor  <iant@google.com>
4858         * Makefile.def: check-gold depends upon all-gas.
4859         * Makefile.in: Rebuild.
4861 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4863         * MAINTAINERS (Write After Approval): Add myself.
4865 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4867         * Makefile.def: all-lto-plugin depends on all-libiberty.
4868         set bootstrap=true for lto-plugin.
4869         Add lto-plugin.
4870         * Makefile.in: Regenerate.
4871         * configure.ac (host_libs): Add lto-plugin.
4872         * configure: Regenerate.
4874 2009-10-03  Diego Novillo  <dnovillo@google.com>
4876         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4877         (HOST_LIBELFLIBS): Define.
4878         (HOST_LIBELFINC): Define.
4879         * Makefile.in: Regenerate.
4880         * configure.ac: Add --enable-lto.
4881         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4882         If --enable-lto is used, add 'lto' to new_enable_languages.
4883         If --enable-lto is used and gold is enabled, add
4884         lto-plugin to configdirs.
4885         * configure: Regenerate.
4887 2009-10-03  Simon Baldwin  <simonb@google.com>
4889         * configure.ac: If --with-system-zlib, suppress local zlib and
4890         pass --with-system-zlib to subdir configure scripts.
4891         * configure: Regenerate.
4893 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4894             Paolo Bonzini  <bonzini@gnu.org>
4896         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4897         $(srcdir).
4898         * Makefile.in: Rebuilt.
4900 2009-09-26  Gary Funck  <gary@intrepid.com>
4902         * MAINTAINERS (Write After Approval): Add myself.
4904 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4906         * configure.ac: Update minimum MPC version to 0.7.
4907         * configure: Regenerate.
4909 2009-09-25  Nick Clifton  <nickc@redhat.com>
4911         * configure.ac: Pass any --cache-file=/dev/null option on to
4912         subconfigures.
4913         * configure: Regenerate.
4915 2009-09-23  Nick Clifton  <nickc@redhat.com>
4917         * config.sub, config.guess: Update from upstream sources.
4919 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4921         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4922         * Makefile.in: Rebuilt.
4924 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4926         PR bootstrap/32272
4927         * configure.ac: Error out if $srcdir isn't '.' but contains
4928         host-${host_noncanonical}.
4929         * configure: Regenerate.
4931 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4933         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4934         maintainer.
4936 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4938         * configure.ac: If bootstrapping a combined tree with
4939         --enable-gold, require c++ in stage1_languages.
4940         * configure: Regenerate.
4942         * configure.ac: Also add target_libs of stage1_languages to
4943         bootstrap_target_libs.
4944         * configure: Regenerate.
4946         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4947         with --enable-languages not containing c++.
4948         * configure: Regenerate.
4950 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4952         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4953         * configure: Regenerate.
4955 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4957         * MAINTAINERS (Write After Approval): Update my e-mail address,
4958         and move from from here...
4959         (Waiting for paperwork): To here.
4961 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4963         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4965 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4967         * configure.ac: Do not use $extrasub for replacing @if/@endif
4968         parts in Makefile; instead, use additional arguments to
4969         AC_CONFIG_COMMANDS to do the replacement manually, with several
4970         sed invocations, to avoid HP-UX sed command limits.
4971         * configure: Regenerate.
4973 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4975         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4976         blank before -L.
4978 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4980         * configure.ac (with-build-config): Document.  Handle without.
4981         Handle missing argument.
4982         * configure: Rebuilt.
4984 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4986         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4987         Default to bootstrap-debug only if compare-debug works.
4988         * configure: Rebuilt.
4989         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4990         * Makefile.in: Rebuilt.
4992 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4994         * MAINTAINERS (OS Port Maintainers): Update my email address.
4996 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4998         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4999         * Makefile.in: Rebuilt.
5001 2009-09-01  Chris Demetriou  <cgd@google.com>
5003         * MAINTAINERS (Write After Approval): Add myself.
5005 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5007         PR debug/30161
5008         * include/dwarf2.h (enum dwarf_tag): Added
5009         DW_TAG_GNU_template_template_param
5010         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5012 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5014         * Makefile.tpl (AWK): Fix typo.
5015         * Makefile.in: Regenerate.
5017 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5019         * configure.ac: Detect awk and sed.
5020         * Makefile.def (flags_to_pass): Add AWK and SED.
5021         * Makefile.tpl (AWK, SED): New.
5022         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5023         * configure: Regenerate.
5024         * Makefile.in: Regenerate.
5026 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5028         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5029         (collapseslashes): Likewise.
5031 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5033         * configure.ac (AC_PREREQ): Bump to 2.64.
5035 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5037         * configure.ac: Remove --with-datarootdir, --with-docdir,
5038         --with-pdfdir, --with-htmldir switches.
5039         * configure: Regenerate.
5041         * configure: Regenerate.
5043         * compile: Sync from Automake 1.11.
5044         * depcomp: Likewise.
5045         * install-sh: Likewise.
5046         * missing: Likewise.
5047         * mkinstalldirs: Likewise.
5048         * ylwrap: Likewise.
5050 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5052         * ltmain.sh (func_normal_abspath): New function.
5053         (func_relative_path): Likewise.
5054         (func_mode_help): Document new -bindir option for link mode.
5055         (func_mode_link): Add new -bindir option, and use it to place
5056         output DLL if specified.
5058 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5060         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5061         (baseargs): Add --disable-option-checking.
5062         * configure: Regenerate.
5064         * Makefile.def (configure-target-libiberty): Depend on
5065         all-binutils and all-ld.
5066         (configure-target-newlib): Likewise.
5067         * Makefile.in: Regenerate.
5069 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5071         * config.sub, config.guess: Update from upstream sources.
5073 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5075         Sync from src, merge:
5077         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5079         * configure.ac: Do not exclude gas for i386-*-darwin.
5080         Add a case for x86_64-*-darwin.
5081         * configure: Regenerate.
5083 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5085         * MAINTAINERS: Add my name to Write After Approval list.
5087 2009-08-06  Michael Eager  <eager@eagercon.com>
5089         * configure.ac: Add Microblaze target.
5090         * configure: Regenerate.
5092 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5094         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5095         * configure: Regenerate.
5097 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5099         * MAINTAINERS (Write After Approval): Update my e-mail address.
5101 2009-07-06  Ian Lance Taylor  <iant@google.com>
5103         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5104         * configure: Rebuild.
5106 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5108         * MAINTAINERS: Move myself to the Graphite Reviewers.
5110 2009-06-30  Wei Guozhi  <carrot@google.com>
5112         * MAINTAINERS: Add my name to Write After Approval list.
5114 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5116         PR bootstrap/40338
5117         * configure.ac (comparestring): Create new variable.
5118         * Makefile.tpl (comparestring): Use to skip some comparisions.
5119         * configure: Regenerate.
5120         * Makefile.in: Regenerate.
5122 2009-06-26  Doug Evans  <dje@sebabeach.org>
5124         * Makefile.def (host_modules): Add cgen.
5125         * Makefile.in: Regenerate.
5126         * configure.ac (host_tools): Add cgen.
5127         * configure: Regenerate.
5129 2009-06-23  DJ Delorie  <dj@redhat.com>
5131         * MAINTAINERS: Add myself as mep maintainer.
5133 2009-06-23  Ian Lance Taylor  <iant@google.com>
5135         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5136         boot_languages.  Only bootstrap target libraries listed in
5137         target_libs for some boot language.  Add --with-stage1-ldflags,
5138         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5139         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5140         if not building with C++.
5141         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5142         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5143         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5144         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5145         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5146         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5147         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5148         * configure, Makefile.in: Rebuild.
5150 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5152         * MAINTAINERS: Added my name to write-after-approval list.
5154 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5156         * configure.ac: Define is_elf for QNX Neutrino targets.
5157         * configure: Regenerate.
5159 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5161         * MAINTAINERS: Added my name to the write-after-approval list
5163 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5165         * configure.ac: Detect MPC in default directory.
5166         * configure: Regenerate.
5168 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5169             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5171         * Makefile.tpl (all): Avoid a trailing backslash.
5172         * Makefile.in: Regenerate.
5174 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5176         * config.sub, config.guess: Update from upstream sources.
5178 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5180         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5181         to noconfdirs.
5182         * configure: Regenerate.
5184 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5186         * Makefile.tpl ([+compare-target+]): Compare all stage
5187         directories, rather than just gcc.
5188         * Makefile.in: Rebuilt.
5190 2009-06-01  Doug Kwan  <dougkwan@google.com>
5192         * configure.ac: Support gold for target arm*-*-*.
5193         * configure: Regenerate.
5195 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5197         * Makefile.def: Add MPC support and dependencies.
5198         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5200         * Makefile.in, configure: Regenerate.
5202 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5204         * Makefile.tpl (all): Avoid harmless warning in make all when
5205         gcc-bootstrap is enabled but stage_last does not exist.
5206         * Makefile.in: Rebuilt.
5208 2009-05-24  Nicolas Roche  <roche@adacore.com>
5210         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5211         * Makefile.in: Regenerate.
5213 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5215         * MAINTAINERS: Update my e-mail address.
5217 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5219         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5220         * configure:  Regenerate.
5222 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5224         PR other/40159
5225         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5226         gcc-no-bootstrap are mutually exclusive.
5227         * Makefile.in: Rebuilt.
5229 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5231         PR other/40159
5232         * Makefile.tpl (all): Don't end with unconditional success.
5233         * Makefile.in: Rebuilt.
5235 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5237         PR target/37137
5238         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5239         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5240         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5241         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5242         stage_configureflags, stage_cflags and stage_libcflags into
5243         explicit Makefile macros.
5244         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5245         GFORTRAN.
5246         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5247         CC.  Set CC_FOR_BUILD from CC.
5248         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5249         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5250         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5251         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5252         and GFORTRAN.
5253         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5254         (_LIBCFLAGS): Renamed to _TFLAGS.
5255         (do-compare-debug, do-compare3-debug): Drop.
5256         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5257         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5258         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5259         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5260         (XGCC_FLAGS_FOR_TARGET): New.
5261         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5262         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5263         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5264         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5265         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5266         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5267         TFLAGS.
5268         (BUILD_CONFIG): Include if requested.
5269         (all): Set TFLAGS on bootstrap.
5270         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5271         (all-stageid-prefixmodule): Likewise.
5272         (do-clean, distclean-stageid): Set TFLAGS.
5273         (restrap): Fix whitespace.
5274         * Makefile.in: Rebuilt.
5276 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5278         * config.guess: Sync with src.
5280 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5282         * configure.ac ($with_ppl):  Default to no if not supplied.
5283         ($with_cloog):  Likewise.
5284         configure:  Regenerate.
5286 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5288         * MAINTAINERS: Update my e-mail address.
5290 2009-04-27  Nick Clifton  <nickc@redhat.com>
5292         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5294 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5296         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5297         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5298         * Makefile.in: Regenerate.
5300 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5302         PR bootstrap/39739
5303         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5304         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5306         * configure, Makefile.in: Regenerate.
5308 2009-04-21  Taras Glek  <tglek@mozilla.com>
5310         * include/hashtab.h: Update GTY annotations to new syntax
5311         * include/splay-tree.h: Likewise
5313 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5315         * config.sub, config.guess: Update from upstream sources.
5317 2009-04-15  Anthony Green  <green@moxielogic.com>
5319         * configure.ac: Add moxie support.
5320         * configure: Rebuilt.
5322 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5324         * configure.ac: Change copyright header to refer to version
5325         3 of the GNU General Public License and to point readers at the
5326         COPYING3 file and the FSF's license web page.
5327         * Makefile.def: Likewise.
5328         * Makefile.tpl: Likewise.
5329         * Makefile.in: Regenerate.
5331 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5333         * configure.ac: Restore match for darwin9 or later. Use double
5334         brackets since regeneration eats one pair.
5335         * configure: Regenerate.
5337 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5339         PR gas/10039
5340         * configure.ac: Require texinfo 4.7.
5341         * configure: Regenerated.
5343 2009-04-09  Nick Clifton  <nickc@redhat.com>
5345         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5346         the GCC Runtime Library Exception.
5348 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5350         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5351         * configure: Regenerate.
5353 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5355         * Makefil.def (languages): New entries.
5356         * Makefile.tpl (check-gcc-*): New generic target.
5357         * Makefile.in: Regenerate.
5359 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5361         * MAINTAINERS:  Update my email address.
5363 2009-03-18  Tom Tromey  <tromey@redhat.com>
5365         * configure: Rebuild.
5366         * configure.ac (host_libs): Add libiconv.
5367         * Makefile.in: Rebuild.
5368         * Makefile.def (host_modules): Add libiconv.
5369         (configure-gdb, all-gdb): Depend on libiconv.
5371 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5373         * configure.ac: Treat gdb as supported on x86_64-darwin.
5374         * configure: Regenerate.
5376 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5378         * configure.ac (--with-host-libstdcxx): New option.
5379         * configure: Regenerate.
5381 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5383         * MAINTAINERS:  Move myself into the write after approval list.
5385 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5387         * MAINTAINERS: Update e-mail address.
5389 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5391         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5393 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5395         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5397 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5399         Backport from git Libtool:
5401         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5402         Support GNU/kOpenSolaris.
5403         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5404         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5405         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5406         GNU/kOpenSolaris.
5408 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5410         * MAINTAINERS: Update e-mail address.
5412 2009-02-24  Michael Eager  <eager@eagercon.com>
5414         * MAINTAINERS (Write After Approval): Add self.
5416 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5418         * MAINTAINERS (Write After Approval): Add myself.
5420 2009-02-05  Andreas Schwab  <schwab@suse.de>
5422         * Makefile.tpl (stage_last): Define $r and $s before using
5423         $(RECURSE_FLAGS_TO_PASS).
5424         * Makefile.in: Regenerate
5426 2009-01-30  Ian Lance Taylor  <iant@google.com>
5428         * MAINTAINERS: Move myself to the Global Reviewers list.
5430 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5432         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5433         * configure: Regenerate.
5435 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5437         * MAINTAINERS: Make whitespace consistent.
5438         Remove Robert Millan from Write After Approval.
5440 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5442         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5443         (all-opcodes): Depend on all-libiberty.
5444         * Makefile.in: Regenerate.
5446 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5448         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5449         * configure: Regenerate.
5451 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5453         * MAINTAINERS (Write After Approval): Add myself.
5455 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5457         * MAINTAINERS: Add myself to reviewers (Fortran).
5459 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5461         PR tree-optimization/38515
5462         * configure.ac (cloog-polylib): Removed.
5463         (with_ppl, with_cloog): Test for "no".
5464         * configure: Regenerated.
5466 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5468         * MAINTAINERS: Moved myself to reviewers (Fortran).
5470 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5472         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5473         (Write After Approval): Remove myself.
5475 2009-01-03  Diego Novillo  <dnovillo@google.com>
5477         * MAINTAINERS: Remove myself from alias maintainership.
5479 2009-01-02  David Ayers  <ayers@fsfe.org>
5481         * MAINTAINERS: Update e-mail address.
5483 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5485         * MAINTAINERS: Make whitespace consistent.
5487 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5489         Backport from upstream Libtool:
5490         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5491         Add cache variables to tests that require the linker to work.
5492         For shlibpath_overrides_runpath, this also changes the semantics
5493         to let the result from the C compiler take precedence.
5495 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5497         * config.sub, config.guess: Update from upstream sources.
5499 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5501         * configure.ac (ppllibs): Add by default the lib flags.
5502         * configure: Regenerate.
5504 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5506         * MAINTAINERS:  Add myself to the write after approval list.
5508 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5510         * configure.ac: Add double brackets on darwin[912].
5511         * configure: Regenerate.
5513 2008-12-03  Daniel Kraft  <d@domob.eu>
5515         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5516         Approval to Reviewer section (for Fortran front-end).
5518 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5520         * configure.ac: Expand to darwin10 and later.
5521         * configure: Regenerate.
5523 2008-12-02  Andreas Schwab  <schwab@suse.de>
5525         * Makefile.def: configure-target-boehm-gc depends on
5526         all-target-libstdc++-v3.
5527         * Makefile.in: Regenerate.
5529 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5531         * MAINTAINERS:  Add myself as mingw maintainer.
5533 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5535         * config.sub, config.guess: Update from upstream sources.
5537 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5539         * README.SCO: Remove.
5541 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5543         * MAINTAINERS:  Add myself to the write after approval list.
5545 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5547         * MAINTAINERS:  Update my email address in WAA section.
5549 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5551         * MAINTAINERS: Update e-mail address.
5553 2008-11-27  Toon Moene  <toon@moene.org>
5555         * MAINTAINERS: Change e-mail address.
5557 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5559         * configure.ac: Build gdb for i?86-*-darwin*
5560         * configure: Regenerated.
5562 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5564         * MAINTAINERS: Added my full name.
5566 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5568         PR bootstrap/38014
5569         PR bootstrap/37923
5571         Revert:
5573         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5575         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5576         * Makefile.in: Regenerated.
5578         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5580         PR gdb/921
5581         PR gdb/1646
5582         PR gdb/2175
5583         PR gdb/2176
5585         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5586         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5587         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5588         (HOST_EXPORTS): Pass CPPFLAGS.
5589         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5590         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5591         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5592         * Makefile.in, configure: Regenerated.
5593         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5594         and CPPFLAGS_FOR_BUILD.
5596 2008-11-06  Jeff Law  <law@redhat.com>
5598         * MAINTAINERS: Add myself as middle end maintainer.
5600 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5602         * MAINTAINERS (Write after approval): Add myself.
5604 2008-11-05  Diego Novillo  <dnovillo@google.com>
5606         * MAINTAINERS (Global Reviewers): Add myself.
5607         (Non-Algorithmic Maintainers): Remove myself.
5609 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5611         * MAINTAINERS (Write after approval): Add myself.
5613 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5615         * MAINTAINERS (Write after approval): Add myself.
5617 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5619         * configure.ac (spu-*-*): Remove special case.
5620         * configure: Regenerate.
5622 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5624         * MAINTAINERS (Write after approval): Update my email address.
5626 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5628         * configure.ac [spu-*-*]: Do not set skipdirs.
5629         * configure: Re-generate.
5631 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5633         * MAINTAINERS (Various Maintainers): Add myself to reload.
5635 2008-10-25  Richard Guenther  <rguenther@suse.de>
5637         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5638         maintainer.  Remove myself as libgcc-math maintainer.
5639         (Non-Algorithmic Maintainers): Remove myself.
5641 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5643         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5644         * Makefile.in: Regenerated.
5646 2008-10-23  Cary Coutant  <ccoutant@google.com>
5648         * MAINTAINERS (Write after approval): Add myself.
5650 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5652         PR gdb/921
5653         PR gdb/1646
5654         PR gdb/2175
5655         PR gdb/2176
5657         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5658         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5659         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5660         (HOST_EXPORTS): Pass CPPFLAGS.
5661         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5662         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5663         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5664         * Makefile.in, configure: Regenerated.
5665         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5666         and CPPFLAGS_FOR_BUILD.
5668 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5670         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5671         Sebastian Pop.
5673 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5675         * MAINTAINERS (Write After Approval): Added myself.
5677 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5679         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5680         recommended version to 2.3.2.
5682         * configure: Regenerate.
5684 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5686         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5688 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5690         * MAINTAINERS (Write After Approval): Update e-mail address.
5692 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5694         * libtool.m4: Update to libtool 2.2.6.
5695         * lt~obsolete.m4: Update to libtool 2.2.6.
5696         * ltmain.sh: Update to libtool 2.2.6.
5697         * ltsugar.m4: Update to libtool 2.2.6.
5698         * ltversion.m4: Update to libtool 2.2.6.
5699         * ltoptions.m4: Update to libtool 2.2.6.
5700         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5702 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5704         * MAINTAINERS (Write After Approval): Add myself.
5706 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5708         * MAINTAINERS (Write After Approval): Update my name.
5710 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5712         * MAINTAINERS: Add myself in "Write After Approval".
5714 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5716         * MAINTAINERS: Add myself as ia64 maintainer.
5718 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5720         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5721         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5722         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5723         and Michael Tiemann from Write After Approval since they do not
5724         actually have access.
5726 2008-09-05  Richard Guenther  <rguenther@suse.de>
5728         * configure.ac: Initialize clooglibs to -lcloog.
5729         * configure: Re-generate.
5731 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5733         * MAINTAINERS (Write After Approval): Add myself.
5735 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5737         * configure.ac (--with-cloog-polylib): New.
5738         (--disable-cloog-version-check): New.
5739         (--disable-ppl-version-check): New.
5740         * configure: Re-generate.
5742 2008-09-03  Richard Guenther  <rguenther@suse.de>
5744         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5745         cloog test.
5746         * configure: Re-generate.
5748 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5750         Add picoChip port.
5751         * MAINTAINERS: Add picoChip maintainers.
5753 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5754             Tobias Grosser  <grosser@fim.uni-passau.de>
5755             Jan Sjodin  <jan.sjodin@amd.com>
5756             Harsha Jagasia  <harsha.jagasia@amd.com>
5757             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5758             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5759             Adrien Eliche  <aeliche@isty.uvsq.fr>
5761         Merge from graphite branch.
5762         * configure: Regenerate.
5763         * Makefile.in: Regenerate.
5764         * configure.ac (host_libs): Add ppl and cloog.
5765         Add checks for PPL and CLooG.
5766         * Makefile.def (ppl, cloog): Added modules and dependences.
5767         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5768         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5770 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5772         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5773         (GCC_SHLIB_SUBDIR): New.
5774         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5775         * configure: Regenerate.
5776         * Makefile.in: Regenerate.
5778 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5780         * MAINTAINERS: Consistently use tabs to separate columns.
5782 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5784         * MAINTAINERS (Write after Approval): Add myself.
5786 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5788         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5789         Enable bfd, binutils and opcodes.
5790         * configure: Regenerate.
5792 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5794         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5796 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5798         * MAINTAINERS:  Use correct Umlaut for last name.
5800 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5802         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5804 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5806         * MAINTAINERS: Update my email address.
5808 2008-08-16  Nicolas Roche  <roche@adacore.com>
5810         * Makefile.tpl: Add BOOT_ADAFLAGS.
5811         * Makefile.in: Regenerate.
5813 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5815         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5816         * configure: Regenerate.
5818 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5820         * configure.ac: Add makefile fragments for hpux.
5821         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5822         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5823         * configure: Regenerate.
5824         * Makefile.in: Regenerate.
5826 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5828         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5830 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5832         * MAINTAINERS (Write after Approval): Add myself.
5834 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5836         * MAINTAINERS (Write After Approval):  Add myself.
5838 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5840         * MAINTAINERS (Write After Approval):  Add myself.
5842 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5844         * MAINTAINERS: Update my email address.
5846 2008-06-25  Joey Ye  <joey.ye@intel.com>
5848         * MAINTAINERS (Write After Approval):  Add myself.
5850 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5852         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5853         * Makefile.in: Regenerate.
5854         * configure: Regenerate.
5856 2008-06-17  Daniel Kraft  <d@domob.eu>
5858         * MAINTAINERS (Write After Approval):  Add myself.
5860 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5862         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5863         "$@" is still intact with both Autoconf 2.59 and 2.62.
5864         * configure: Regenerate.
5866 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5868         * Makefile.tpl: Fix comment errors.
5869         * Makefile.in: Regenerate.
5871 2008-06-12  David S. Miller  <davem@davemloft.net>
5872             David Edelsohn  <edelsohn@gnu.org>
5874         * configure.ac: Add powerpc*-*-* to gold supported targets.
5875         * configure: Regenerate.
5877 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5879         PR tree-optimization/36218
5880         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5881         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5882         (all prefix="build-"): Pass them to build-system sub-makes.
5883         * Makefile.in: Regenerate.
5885 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5887         * MAINTAINERS (mt port): Remove.
5888         (sco5, unixware, sco udk): Remove.
5889         (Kean Johnston): Add to Write After Approval.
5891 2008-05-30  Julian Brown  <julian@codesourcery.com>
5893         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5894         of libobjc for ARM EABI Linux.
5895         * configure: Regenerate.
5897 2008-05-18  Xinliang David Li   <davidxl@google.com>
5899         * ChangeLog: Remove wrong ChangeLog entry.
5901 2008-05-17  Xinliang David Li   <davidxl@google.com>
5903         * MAINTAINERS (Write After Approval): Add myself.
5905 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5907         * MAINTAINERS (Write After Approval): Add myself.
5909 2008-05-14  Rafael Espíndola  <espindola@google.com>
5911         * config-ml.in: don't handle --enable-shared and --enable-static.
5913 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5915         * MAINTAINERS: Update my email address.
5917 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5919         * MAINTAINERS: Update my email address.
5921 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5923         * MAINTAINERS (Write After Approval): Add myself.
5925 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5927         * MAINTAINERS (Write After Approval): Add myself.
5929 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5931         * MAINTAINERS (crx): Add myself.
5933 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5935         Sync with src:
5936         2008-04-14  David S. Miller  <davem@davemloft.net>
5938         * configure.ac: Add sparc*-*-* to gold supported targets.
5939         * configure: Regenerate.
5941 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5943         PR bootstrap/35457
5944         * configure.ac: Include override.m4.
5945         * configure: Regenerate.
5947 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5949         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5950         * Makefile.in: Regenerate.
5952 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5954         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5955         as nonconfigurable directories list.
5956         * configure: Regenerate.
5958 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5960         * config.sub, config.guess: Update from upstream sources.
5962 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5964         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5965         * Makefile.in: Regenerate.
5967 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5969         * configure.ac: Do not build libssp for the AVR.
5970         * configure: Regenerate.
5972 2008-04-07  Ian Lance Taylor  <iant@google.com>
5974         * Makefile.def: check-gold depends upon all-binutils.
5975         * Makefile.in: Regenerate.
5977 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5979         * MAINTAINERS (Write After Approval): Add myself.
5981 2008-04-04  Nick Clifton  <nickc@redhat.com>
5983         PR binutils/4334
5984         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5985         builds.
5986         * configure: Regenerate.
5988 2008-04-04  NightStrike  <NightStrike@gmail.com>
5990         PR other/35151
5991         * configure.ac: Combine rules for mingw32 and mingw64.
5992         * configure: Regenerate.
5994 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5996         * MAINTAINERS (Write After Approval): Add myself.
5998 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6000         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6001         * Makefile.in (.NOTPARALLEL): Ditto.
6003 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6005         * MAINTAINERS (Write After Approval): Add myself.
6007 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6009         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6010         * Makefile.in (.NOTPARALLEL): Regenerate.
6012 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6014         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6015         * Makefile.in: Regenerate.
6017 2008-03-26  Jakub Staszak  <kuba@et.pl>
6019         * MAINTAINERS (Write After Approval): Add myself.
6021 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6023         * MAINTAINERS:  Update e-mail address.
6025 2008-03-20  Ian Lance Taylor  <iant@google.com>
6027         * configure.ac: Add support for --enable-gold.
6028         * Makefile.def: Add gold as a directory like ld.
6029         * configure, Makefile.in: Regenerate.
6031 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6033         * configure.ac: m4_include config/proginstall.m4.
6034         * configure: Regenerate.
6036         Backport from upstream Libtool:
6038         2007-10-12  Eric Blake  <ebb9@byu.net>
6040         Deal with Autoconf 2.62's semantic change in m4_append.
6041         * ltsugar.m4 (lt_append): Replace broken versions of
6042         m4_append.
6043         (lt_if_append_uniq): Don't require separator to be overquoted,
6044         and avoid broken m4_append.
6045         (lt_dict_add): Fix typo.
6046         * libtool.m4 (_LT_DECL): Don't overquote separator.
6048 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6050         * config.rpath: Add AIX 6 support.
6052 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6054         * Makefile.def (stageprofile).  Remove -fprofile-generate
6055         from stage_libcflags.
6056         * Makefile.in: Regenerate.
6058 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6060         * config.sub, config.guess: Update from upstream sources.
6062 2008-03-06  Tom Tromey  <tromey@redhat.com>
6064         * MAINTAINERS: Update for treelang deletion.
6066 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6068         * MAINTAINERS: Update my email address.
6070 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6072         * MAINTAINERS (darwin port): Add myself as a maintainer.
6073         (objective-c/c++): Add myself as a maintainer.
6075 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6077         * MAINTAINERS (Write After Approval): Update my email address.
6079 2008-02-25  Tomas Bily  <tbily@suse.cz>
6081         * MAINTAINERS (Write After Approval): Add myself.
6083 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6085         * MAINTAINERS (OpenMP): Add myself.
6087 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6089         PR bootstrap/32009
6090         PR bootstrap/32161
6092         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6093         * configure: Regenerate.
6095         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6096         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6097         STAGE4_LIBCFLAGS): New.
6098         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6099         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6100         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6101         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6102         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6103         for target modules.  Don't export LIBCFLAGS.
6104         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6105         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6106         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6107         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6108         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6109         * Makefile.in: Regenerate.
6111 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6113         PR libgcj/33085
6114         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6115         Do not use -DDLL_EXPORT.  Backport from upstream.
6117 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6119         * MAINTAINERS (Write After Approval): Add myself.
6121 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6123         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6124         * configure: Regenerate.
6126 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6128         * configure.ac (xtensa*-*-*): Recognize processor variants.
6129         * configure: Regenerate.
6131 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6133         PR bootstrap/34922
6134         * configure.ac (PARSE_ARGS): Push suitable setting of
6135         ac_subdirs_all, for `./configure --help=recursive'.
6136         Handle `+' in generic toplevel directory disabling.
6137         * configure: Regenerate.
6139 2008-01-28  Nick Clifton  <nickc@redhat.com>
6141         * MAINTAINERS (xstormy16): Take over maintainership.
6143 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6145         * MAINTAINERS (c4x port): Remove.
6147 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6149         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6151 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6153         * config.sub, config.guess: Update from upstream sources.
6155 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6157         * MAINTAINERS (Write After Approval): Add myself.
6159 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6161         * MAINTAINERS: Update my email address.
6163 2008-01-09  Raksit Ashok  <raksit@google.com>
6165         * MAINTAINERS (Write After Approval): Add myself.
6167 2008-01-09  Raksit Ashok  <raksit@google.com>
6169         * MAINTAINERS (Write After Approval): Add myself.
6171 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6173         * config.sub, config.guess: Update from upstream sources.
6175 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6177         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6178         Change recommended MPFR from 2.2.1 -> 2.3.0.
6179         * configure: Regenerate.
6181 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6183         * MAINTAINERS: Update my email address.
6185 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6187         * MAINTAINERS: Update my email address.
6189 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6191         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6192         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6193         * Makefile.in: Regenerate.
6195 2007-12-10  Mark Heffernan  <meheff@google.com>
6197         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6198         misplaced entries.
6200 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6202         * configure.ac: Enable libjava for x86_64-*-darwin9.
6203         * configure: Regenerate.
6205 2007-12-07  Bill Maddox  <maddox@google.com>
6207         * MAINTAINERS (Write After Approval): Add myself.
6209 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6211         * config.sub, config.guess: Update from upstream sources.
6213 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6215         * config-ml.in: Remove 64bit configure tests.
6217 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6219         * config-ml.in: Robustify against white space in absolute file
6220         names.
6222         * config-ml.in (multi-clean): Substitute ${Makefile}.
6223         Remove superfluous ${Makefile} in list.
6225 2007-11-19  Thiemo Seufer  <ths@mips.com>
6227         * config-ml.in: Don't hardcode the Makefile name.
6229 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6231         * MAINTAINERS (Write After Approval): Add myself.
6233 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6235         * MAINTAINERS (Write After Approval): Add myself.
6237 2007-11-06  Doug Kwan  <dougkwan@google.com>
6239         * MAINTAINERS (Write After Approval): Add myself.
6241 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6243         * MAINTAINERS (mercury): Remove entry.
6244         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6246 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6248         * Makefile.def (dependencies): Make configure-gdb depend on
6249         all-intl.
6250         * Makefile.in: Regenerated.
6252 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6254         * MAINTAINERS (Fortran maintainer): Remove myself.
6256 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6258         * Makefile.def: To avoid problems running with parallel makes,
6259         build newlib before libgloss so that target specific header
6260         files are availble.
6261         * Makefile.in: Regenerate
6263 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6265         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6266         * Makefile.in: Regenerate.
6268 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6270         * MAINTAINERS (Register allocation reviewer): Add myself.
6272 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6274         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6275         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6276         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6277         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6278         * configure: Regenerate.
6280 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6282         * MAINTAINERS (Register allocation reviewer): Add myself.
6284 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6286         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6287         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6288         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6289         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6290         * configure.ac: Default them to host tools for $host = $build.
6291         Subst them.
6293         * configure: Regenerate.
6294         * Makefile.in: Regenerate.
6296 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6298         * MAINTAINERS (Register allocation reviewer): Add myself.
6300 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6302         * MAINTAINERS (Register allocation reviewer): Add myself.
6304 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6306         * MAINTAINERS (Write After Approval): Fix typo.
6308 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6310         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6311         * configure: Regenerate.
6313 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6315         PR bootstrap/31906
6316         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6317         they're already prefixed.
6319 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6321         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6322         libstdc++.
6323         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6324         * configure: Regenerate.
6325         * Makefile.in: Regenerate.
6327 2007-09-17  Andreas Schwab  <schwab@suse.de>
6329         * configure.ac: Raise minimum makeinfo version to 4.6.
6330         * configure: Regenerate.
6332 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6334         * MAINTAINERS (write-after-approval) add myself
6336 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6338         * configure.ac: Correct makeinfo version check.
6339         * configure: Regenerate.
6341 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6343         * MAINTAINERS: Update my email address.
6345 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6347         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6348         to $skipdirs and only disable gprof for newlib.  Use the normal
6349         mips*-elf* handling in other respects.
6350         * configure: Regnerate.
6352 2007-09-12  David Daney  <ddaney@avtrex.com>
6354         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6355         enabling libgcj.
6356         * configure: Regenerate.
6358 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6360         PR other/32154
6361         * configure.ac: For libgloss targets, point the linker to the linker
6362         script, startup code and simulator library.
6363         * configure: Regenerate.
6365 2007-09-07  Andrew Haley  <aph@redhat.com>
6367         * configure.ac (noconfigdirs): Remove target-libffi and
6368         target-libjava.
6369         * configure: Regenerate.
6371 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6373         PR target/33281
6374         * configure.ac: Use config/mh-mingw on mingw.
6375         * configure: Regenerate.
6377 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6379         * MAINTAINERS (Write After Approval): Add myself.
6381 2007-09-05  Richard Guenther  <rguenther@suse.de>
6383         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6384         nor --disable-checking is provided also turn on yes and types
6385         checking for stage1.
6386         * configure: Re-generate.
6388 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6390         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6391         (Write After Approval): Remove myself.
6393 2007-08-29  Nick Clifton  <nickc@redhat.com>
6395         * config.sub, config.guess: Update from upstream sources.
6397 2007-08-22  Bud Davis  <jmdavis@link.com>
6399         * MAINTAINERS (Write After Approval): Added myself.
6400         * MAINTAINERS (Reviewers): Removed myself.
6402 2007-08-18  Paul Brook  <paul@codesourcery.com>
6403             Joseph Myers  <joseph@codesourcery.com>
6405         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6406         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6407         * Makefile.in: Regenerate.
6408         * configure.ac (--with-debug-prefix-map): New.
6409         * configure: Regenerate.
6411 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6412             Nigel Stephens  <nigel@mips.com>
6414         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6415         as target_makefile_frag.
6416         * configure: Regenerate.
6418 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6420         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6421         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6422         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6423         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6424         (do-compare, do-compare3, do-compare-debug): New.
6425         ([+compare-target+]): Use them.
6427 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6429         * MAINTAINERS (Write After Approval): Change my email address.
6431 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6432             Ben Elliston  <bje@au.ibm.com>
6434         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6435         --silent if $silent.
6436         * configure: Regenerate.
6438 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6440         * MAINTAINERS (Various Maintainers): Add myself as
6441         loop infrastructure maintainer.  Update my e-mail
6442         address.
6444 2007-07-31  Diego Novillo  <dnovillo@google.com>
6446         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6447         Adjust description.
6449 2007-07-26  Richard Guenther  <rguenther@suse.de>
6451         * configure.ac: Add types checking to stage1 checking flags.
6452         * configure: Regenerate.
6454 2007-07-17  Nick Clifton  <nickc@redhat.com>
6456         * COPYING3: New file.  Contains version 3 of the GNU General
6457         Public License.
6458         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6459         Lesser General Public License.
6461 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6463         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6465 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6467         * MAINTAINERS (S/390 co-maintainer): Add myself.
6468         (Write After Approval): Remove myself.
6470 2007-07-13  Dan Hipschman  <dsh@google.com>
6472         * MAINTAINERS (Write After Approval): Add myself.
6474 2007-07-11  Nick Clifton  <nickc@redhat.com>
6476         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6477         WINDRES export.
6478         * Makefile.in: Regenerate.
6480 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6482         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6483         maintainer.
6485 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6487         * lt~obsolete.m4: New. Import from 20070318 libtool.
6489 2007-07-03  Julian Brown  <julian@codesourcery.com>
6491         * MAINTAINERS (Write After Approval): Add myself.
6493 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6495         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6496         * configure: Regenerate.
6498 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6500         * configure.ac: Add some missing m4 quotation.
6501         * configure: Regenerate.
6503 2007-07-02  Simon Baldwin  <simonb@google.com>
6505         * MAINTAINERS (Write After Approval): Add myself.
6507 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6509         * configure: Regenerate.
6511 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6513         * Makefile.def: Add windmc tool to build.
6514         * Makefile.tpl: Likewise.
6515         * configure.ac: Likewise.
6516         * Makefile.in: Regenerate.
6517         * configure: Regenerate.
6519 2007-06-28  DJ Delorie  <dj@redhat.com>
6521         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6522         not building newlib.
6523         * configure: Regenerated.
6525 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6527         * MAINTAINERS (Write After Approval): Add myself.
6529 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6531         * MAINTAINERS (Write After Approval): Add myself.
6533 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6535         * MAINTAINERS (Write After Approval): Add myself.
6537 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6539         * MAINTAINERS (Write After Approval): Add myself.
6541 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6543         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6544         * Makefile.in: Regenerated.
6546 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6548         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6549         bfin*-*-uclinux* targets.
6550         * configure: Regenerate.
6552 2007-06-14  Ian Lance Taylor  <iant@google.com>
6554         * MAINTAINERS: Add myself as non-algorithmic global write
6555         maintainer.
6557 2007-06-14  Diego Novillo  <dnovillo@google.com>
6559         * MAINTAINERS: Add self as middle-end maintainer and
6560         non-algorithmic global write maintainer.
6562 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6564         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6565         Move all Fortran maintainers except Paul Brook into the
6566         Non-Autopoiesis section.
6568 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6570         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6571         (distclean-stage[+id+]): Possibly delete stage_last.
6572         * Makefile.in: Regenerate.
6574 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6576         * MAINTAINERS (Various Maintainer): Fix typo.
6578 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6580         * MAINTAINERS (Various Maintainer): Add myself as
6581         dataflow maintainer.
6583 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6585         * config.sub, config.guess: Update from upstream sources.
6587 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6589         * Makefile.tpl: Fix spelling error.
6590         * Makefile.in: Regenerate.
6592 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6594         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6595         lt_cv_sys_max_cmd_len.
6597 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6599         * MAINTAINERS (Various Maintainers): Add myself as
6600         auto-vectorizer maintainer.
6602 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6604         PR libjava/32098
6605         * libtool.m4: Revert previous change.
6606         * ltgcc.m4: Put it here.
6608 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6610         * MAINTAINERS (Various Maintainers): Add myself as
6611         auto-vectorizer maintainer.
6613 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6615         PR libjava/32098
6616         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6618 2007-05-30  Richard Guenther  <rguenther@suse.de>
6620         * MAINTAINERS (Various Maintainers): Add myself as
6621         auto-vectorizer maintainer.
6623 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6625         PR bootstrap/29382
6626         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6627         * configure: Rebuilt.
6629 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6631         * MAINTAINERS (Write After Approval): Removed my name.
6633 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6635         * MAINTAINERS (Write After Approval): Remove myself.
6637 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6639         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6641 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6643         * ltmain.sh: Update from ToT Libtool.
6644         * libtool.m4: Update from ToT Libtool.
6645         * ltsugar.m4: New. Update from ToT Libtool.
6646         * ltversion.m4: New. Update from ToT Libtool.
6647         * ltoptions.m4: New. Update from ToT Libtool.
6648         * ltconfig: Remove.
6649         * ltcf-c.sh: Remove.
6650         * ltcf-cxx.sh: Remove.
6651         * ltcf-gcj.sh: Remove.
6653 2007-05-22  Ollie Wild  <aaw@google.com>
6655         * MAINTAINERS (Write After Approval): Add myself.
6657 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6659         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6660         stage_cflags.
6661         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6662         Remove CFLAGS/LIBCFLAGS.
6663         (configure-stage[+id+]-[+prefix+][+module+],
6664         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6665         * Makefile.in: Regenerate.
6667 2007-05-15  Diego Novillo  <dnovillo@google.com>
6669         * MAINTAINERS: Update e-mail address.
6671 2007-05-15  Revital Eres  <eres@il.ibm.com>
6673         * MAINTAINERS (Write After Approval): Add myself.
6675 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6677         * MAINTAINERS (Write After Approval): Updated my address.
6679 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6681         * MAINTAINERS (Write After Approval): Add myself.
6683 2007-05-11  Silvius Rus  <rus@google.com>
6685         * MAINTAINERS (Write After Approval): Add myself.
6687 2007-04-23  Tom Tromey  <tromey@redhat.com>
6689         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6691 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6693         * MAINTAINERS (cpplib): Rename to ...
6694         (libcpp): ... this.  Add C/C++ front end maintainers.
6696 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6698         * config-ml.in: Pass ${ml_config_env} to configure calls.
6700 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6702         * MAINTAINERS (Write After Approval): Add myself.
6704 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6706         * MAINTAINERS (Write After Approval): Add myself.
6708 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6710         * MAINTAINERS (fortran 95 front end): Add myself.
6712 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6714         * MAINTAINERS (Write After Approval): Add myself.
6716 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6718         * MAINTAINERS (Modulo Scheduler): Add myself.
6720 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6722         * MAINTAINERS (fortran 95 front end): Add myself.
6723         (c++ front end): whitespace fix.
6725 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6727         * MAINTAINERS (Write After Approval): Add myself.
6729 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6731         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6732         of glob.  Quote arguments with single quotes too.
6733         * configure: Regenerate.
6735 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6737         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6738         * Makefile.in: Regenerate
6740 2007-03-07  Andreas Schwab  <schwab@suse.de>
6742         * configure: Regenerate.
6744 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6746         * configure.ac: Add "--with-pdfdir" configure option,
6747         which defines pdfdir variable.
6748         * Makefile.def (target=fixincludes): Add install-pdf to
6749         missing targets.
6750         (recursive_targets): Add install-pdf target.
6751         (flags_to_pass): Add pdfdir.
6752         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6753         target.
6754         * configure: Regenerate
6755         * Makefile.in: Regenerate
6757 2007-02-28  Eric Christopher  <echristo@apple.com>
6759         Revert:
6760         2006-12-07  Mike Stump  <mrs@apple.com>
6762         * Makefile.def (dependencies): Add dependency for
6763         install-target-libssp and install-target-libgomp on
6764         install-gcc.
6765         * Makefile.in: Regenerate.
6767 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6769         * configure: Regenerate.
6770         * configure.ac: Move statements after variable declarations.
6772 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6774         * MAINTAINERS: Add myself as sh maintainer.
6776 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6778         * configure.ac: Adjust for loop syntax.
6779         * configure: Regenerate.
6781 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6783         * configure: Rebuilt.
6785 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6787         * configure.ac: Drop multiple occurrences of --enable-languages,
6788         and fix its quoting.
6789         * configure: Rebuilt.
6791 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6792             Nathan Sidwell  <nathan@codesourcery.com>
6793             Vladimir Prus  <vladimir@codesourcery.com>
6794             Joseph Myers  <joseph@codesourcery.com>
6796         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6797         * configure: Regenerate.
6799 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6801         * ltconfig (freebsd*): Default to elf.
6803 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6805         * configure.ac (target_libraries): Move libgcc before libiberty.
6806         * configure: Regenerated.
6808 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6809             Paolo Bonzini  <bonzini@gnu.org>
6811         PR bootstrap/30753
6812         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6813         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6814         * configure: Regenerated.
6816 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6818         * MAINTAINERS (Language Front End Maintainers): Update my mail
6819         address.
6821 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6823         PR bootstrap/30748
6824         * configure.ac: Correct syntax for Solaris ksh.
6825         * configure: Regenerated.
6827 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6829         * configure.ac: Sync with src.
6830         * configure: Regenerate.
6832 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6834         * Makefile.in: Regenerate.
6836 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6838         * config.sub: Sync with src.
6840 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6842         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6843         noncanonical equivalents.
6844         * configure.in: Rename to...
6845         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6846         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6847         target_noncanonical.  Use them.  Rewrite removal of configure
6848         arguments for autoconf 2.59.  Discard variable settings.  Force
6849         program_transform_name for native tools.
6851         * Makefile.in: Regenerated.
6852         * configure: Regenerated with autoconf 2.59.
6854 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6856         * MAINTAINERS (Write After Approval): Add myself.
6858 2007-01-31  Andreas Schwab  <schwab@suse.de>
6860         * Makefile.tpl (LDFLAGS): Substitute it.
6861         * Makefile.in: Regenerate.
6863 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6865         * MAINTAINERS (Write After Approval): Add myself.
6867 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6869         * MAINTAINERS (spu port): Add myself.
6871 2007-01-23  Richard Guenther  <rguenther@suse.de>
6873         PR bootstrap/30541
6874         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6875         * Makefile.tpl (GNATBIND): Substitute it.
6876         (GNATMAKE): Likewise.
6877         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6878         of STAGE_PREFIX.
6879         * Makefile.in: Regenerate.
6880         * configure: Regenerate.
6882 2007-01-18  Mike Stump  <mrs@apple.com>
6884         * configure.in: Re-enable -Werror for gcc builds.
6886 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6888         * MAINTAINERS (Write After Approval): Add myself.
6890 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6892         * configure.in: Change == to = in test command.
6893         * configure: Regenerate.
6895 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6896             Nick Clifton  <nickc@redhat.com>
6897             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6899         * configure.in (build_configargs, host_configargs, target_configargs):
6900         Remove build/host/target parameters.
6901         (host_libs): Add gmp and mpfr.
6902         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6903         * Makefile.def (gmp, mpfr): New.
6904         (gcc): Remove target.
6905         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6906         target_os, target_vendor): New.
6907         (configure): Add host_alias/target_alias arguments; adjust invocations.
6908         * configure: Regenerate.
6909         * Makefile.in: Regenerate.
6911 2007-01-11  Matt Fago  <fago@earthlink.net>
6913         * configure.in: Try to link to functions only in mpfr 2.2.x
6914         to improve robustness of configure tests.
6915         * configure: Regenerate.
6917 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6919         * MAINTAINERS: Add myself as i386 maintainer.
6921 2007-01-08  Jan Hubicka  <jh@suse.cz>
6923         * MAINTAINERS: Add myself as i386 maintainer.
6925 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6927         * configure.in: Add support for an x86_64-mingw* target.
6928         * configure: Regenerate.
6930 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6932         * Makefile.tpl (all-target): Correct @if conditional for target
6933         modules.
6934         * configure.in: Omit libiberty if building only target libgcc.
6935         * configure, Makefile.in: Regenerated.
6937 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6939         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6940         * configure: Regenerate.
6942 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6944         * Makefile.def (target_modules): Add libgcc.
6945         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6946         * Makefile.tpl (clean-target-libgcc): Delete.
6947         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6948         on gcc even for bootstrapped modules.  Rewrite handling of
6949         lang_env_dependencies to loop over target_modules.
6950         * configure.in (target_libraries): Add target-libgcc.
6951         * Makefile.in, configure: Regenerated.
6953 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6955         * configure.in: Reorganize recognition of languages.  Add
6956         --enable-stage1-languages.  Show supported languages for the chosen
6957         target rather than all recognized languages.
6958         * configure: Regenerate.
6960 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6962         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6963         * Makefile.in: Regenerate.
6965 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6967         * configure.in: Warn that MPFR 2.2.0 is buggy.
6968         * configure: Regenerate.
6970 2006-12-27  Ian Lance Taylor  <iant@google.com>
6972         * configure.in: When removing Makefiles to force a reconfigure, also
6973         remove prev-DIR*/Makefile.
6974         * configure: Regenerate.
6976 2006-12-22  Andreas Schwab  <schwab@suse.de>
6978         * configure: Regenerate with correct autoconf version.
6980 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6982         * configure.in: add AC_SUBST for *_FOR_TARGET.
6983         * configure: Regenerate.
6985 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6987         * configure.in: Simplify logic for rejecting languages that cannot
6988         be built.  Separate the case when a language is unsupported,
6989         from the case when the user chooses not to build a language.
6991 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6993         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6994         it only affects bootstrap and could be tested on "$host" as well.
6995         * configure: Regenerate.
6996         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6998 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7000         PR bootstrap/29544
7001         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7002         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7003         move here comment from Makefile.tpl.
7004         * Makefile.tpl: Move some definitions higher in the file.
7005         (STAGE1_CHECKING): New.
7006         * configure.in: Add --enable-stage1-checking.
7007         * configure: Regenerate.
7008         * Makefile.in: Regenerate.
7010 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7012         * MAINTAINERS: Add myself as build system maintainer.
7014 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7016         * MAINTAINERS (Write After Approval): Add myself.
7018 2006-12-13  Eric Christopher  <echristo@apple.com>
7020         * MAINTAINERS: Add myself as darwin maintainer.
7022 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7024         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7026 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7028         MAINTAINERS: Update my entry.
7030 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7032         * configure.in:  Handle spu makefile frag.
7033         * Makefile.tpl (MAINT): Define
7034         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7035         * configure: Regenerate.
7036         * Makefile.in: Regenerate.
7038 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7040         * config.guess: Import latest version.
7041         * config.sub: Likewise.
7043 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7045         * configure.in (spu-*-*): Don't skip target-libiberty.
7046         * configure: Regenerate.
7048 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7050         PR bootstrap/30134
7051         * configure.in: Correct x86 darwin support for libjava to powerpc
7052         and i?86 only.
7053         * configure: Regenerate.
7055 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7057         * configure.in: Add x86 darwin support for libjava.
7058         * configure: Regenerate.
7060 2006-12-07  Mike Stump  <mrs@apple.com>
7062         * Makefile.def (dependencies): Add dependency for
7063         install-target-libssp and install-target-libgomp on
7064         install-gcc.
7065         * Makefile.in: Regenerate.
7067 2006-12-04  Richard Guenther  <rguenther@suse.de>
7069         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7070         (Non-Algorithmic Maintainers): Move over non-algorithmic
7071         loop optimizer maintainers, add myself as a non-algorithmic
7072         middle-end maintainer.
7074 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7076         * MAINTAINERS (Write After Approval): Add myself.
7078 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7080         * configure.in: Update error message for missing GMP/MPFR.
7082         * configure: Regenerate.
7084 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7086         * configure.in: Update MPFR version in error message.
7088         * configure: Regenerate.
7090 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7092         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7093         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7094         --with-gmp-lib): New flags.
7096         * configure: Regenerate.
7098 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7100         * MAINTAINERS (Write After Approval): Change my email address.
7102 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7104         * MAINTAINERS (Write After Approval): Add myself.
7106 2006-11-22  Philipp Thomas  <pth@suse.de>
7108         * MAINTAINERS (i18n): Update e-mail address.
7110 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7112         * MAINTAINERS (spu port): Add myself as maintainer.
7113         (Write After Approval): Remove myself.
7115 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7117         * configure.in (skipdirs): Don't build libssp for SPU.
7118         * configure: Regenerate.
7120 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7122         * MAINTAINERS (spu port): Add myself as maintainer.
7123         (libobjc): Update my email address.
7125 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7127         * MAINTAINERS (Write After Approval): Add myself.
7129 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7131         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7132         * configure : Rebuilt.
7134 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7136         * MAINTAINERS (Write After Approval): Add myself.
7138 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7140         * MAINTAINERS (Write After Approval): Add myself.
7142 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7144         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7145         libmpfr.a.
7146         * configure: Regenerate.
7148 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7150         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7151         (unstage): Test for stage_last presence.
7153         PR bootstrap/29802
7154         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7155         STAGE_PREFIX.
7156         * Makefile.in: Regenerate.
7158 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7160         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7161         maintainers.
7163 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7165         * MAINTAINERS (Write After Approval): Add myself.
7167 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7169         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7170         and stageN-package/Makefile.
7171         * Makefile.in: Regenerated.
7173 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7175         * configure.in: Remove target-libgloss from noconfigdirs for
7176         bfin-*-*.
7177         * configure: Regenerated.
7179 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7181         * configure.in (have_gmp): Only error if the gcc directory exists.
7183         * configure: Regenerate.
7185 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7187         * configure.in: Robustify error message for missing GMP/MPFR.
7189         * configure: Regenerate.
7191 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7193         * MAINTAINERS (Write After Approval): Add myself.
7195 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7197         * MAINTAINERS: Change email address.
7199 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7201         * MAINTAINERS (Write After Approval): Add myself.
7203 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7205         * MAINTAINERS (Write After Approval): Add myself.
7207 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7209         * MAINTAINERS (Write After Approval): Move myself to
7210         Write After Approval section.
7212 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7214         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7215         need_gmp anymore.
7216         * configure: Regenerate.
7218 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7220         * MAINTAINERS (Write After Approval): Add myself.
7222 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7224         * config.guess: Import latest version.
7225         * config.sub: Likewise.
7227 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7229         * Makefile.def: Added pdf target handling.
7230         * Makefile.tpl: Added pdf target handling.
7231         * Makefile.in: Regenerated.
7233 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7235         * MAINTAINERS: Add self as score port maintainer.
7237 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7239         * MAINTAINERS (Write After Approval): Add myself.
7241 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7243         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7244         or newer.
7245         * configure: Regenerated.
7247 2006-09-27  Dave Brolley  <brolley@redhat.com>
7249         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7250         using $s instead of $r.
7251         * configure: Regenerated.
7253 2006-09-26  Thiemo Seufer  <ths@mips.com>
7255         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7256         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7257         * configure: Regenerate.
7259 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7261         * MAINTAINERS (Write After Approval): Remove myself.
7263 2006-09-22  Chao-ying Fu  <fu@mips.com>
7265         * MAINTAINERS (Write After Approval): Add myself.
7267 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7269         * MAINTAINERS: Add self as soft-fp maintainer.
7271 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7273         * MAINTAINERS: Add myself as avr maintainer.
7274         Remove Marek Michalkiewicz as avr maintainer.
7276 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7278         * MAINTAINERS (Write After Approval): Add myself.
7280 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7282         * configure.in: Never build newlib for a Mingw host.
7283         Never build newlib as Mingw target library.
7284         Test the existence of winsup/cygwin for building a Cygwin newlib,
7285         rather than just winsup.
7286         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7287         building a Mingw target.
7288         * configure: Regenerate.
7290 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7292         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7294 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7296         * config.guess: Import from src (was more updated).
7297         * config.sub: Likewise.
7299 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7301         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7302         * configure: Regenerated.
7304 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7306         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7307         for stages after the first.
7309 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7311         * Makefile.def: Add dependencies for configure-opcodes
7312         on configure-intl and all-opcodes on all-intl.
7313         * Makefile.in: Regenerated.
7315 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7317         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7319 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7321         Port to hosts whose 'sort' and 'tail' implementations
7322         treat operands with leading '+' as file names, as POSIX
7323         has required since 2001.  However, make sure the code still
7324         works on pre-POSIX hosts.
7325         * ltmain.sh: Don't assume "sort +2" is equivalent to
7326         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7328 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7330         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7332 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7334         * ltconfig: chmod 644 before ranlib during install.
7336 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7338         PR bootstrap/18058
7339         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7340         if the bootstrap compiler is a GCC version that supports it.
7341         * configure: Regenerate.
7343 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7345         * configure.in: Fix thinkos in previous check-in.
7346         * configure: Regenerate.
7348 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7350         PR other/27063
7351         * configure.in: Test subdir_requires and give an appropriate
7352         error message.
7353         * configure: Regenerate.
7355 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7357         * MAINTAINERS (Write After Approval): Add myself.
7359 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7361         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7363 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7365         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7367 2006-06-20  David Ayers  <d.ayers@inode.at>
7369         PR bootstrap/28072
7370         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7371         whether target-libjava is being configured instead of whether the
7372         java front end is enabled.
7373         * configure: Regenerate.
7375 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7377         PR target/27540
7378         * configure.in: Only enable libgomp on IRIX 6.
7379         * configure: Regenerate.
7381 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7383         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7384         too.
7385         * Makefile.in: Regenerate.
7387 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7389         * config-ml.in: Alter CCASFLAGS to include special
7390         multilib options the same as is done for CFLAGS.
7392 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7394         * configure.in: Don't enable libgomp on hpux10.
7395         * configure: Rebuilt.
7397 2006-06-12  David Ayers  <d.ayers@inode.at>
7399         PR bootstrap/27963
7400         PR target/19970
7401         * configure.in: Remove target-boehm-gc from noconfigdirs where
7402         ${libgcj} is specified.
7403         * configure: Regenerate.
7405 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7407         Sync from src:
7409         * configure.in: Sync.
7410         * configure: Regenerated.
7412         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7414         * Makefile.def: Added dependencies from sim and gdb on intl, and
7415         added configure dependencies to everything with an all dependency
7416         on intl.
7417         * Makefile.in: Regenerated.
7419 2006-06-06  David Ayers  <d.ayers@inode.at>
7421         PR libobjc/13946
7422         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7423         * Makefile.in: Regenerate.
7424         * configure.in: Add --enable-objc-gc at toplevel and have it
7425         enable boehm-gc for Objective-C.
7426         Remove target-boehm-gc from libgcj.
7427         Add target-boehm-gc to target_libraries.
7428         Add target-boehm-gc to noconfigdirs where ${libgcj}
7429         is specified.
7430         Assert that boehm-gc is supported when requested for Objective-C.
7431         Only build boehm-gc if needed either for Java or Objective-C.
7432         * configure: Regenerate.
7434 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7436         PR 27674
7437         * Makefile.tpl (configure-[+prefix+][+module+],
7438         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7439         Remove rule to unstage bootstrapped modules.
7440         (stage_current): New.
7441         * Makefile.in: Regenerate.
7443 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7445         * MAINTAINERS (Write After Approval): Update my e-mail address.
7447 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7449         * include/libiberty.h: Declare pex_run_in_environment.
7451 2006-05-31  Asher Langton  <langton2@llnl.gov>
7453         * MAINTAINERS (Write After Approval): Add myself.
7455 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7457         * Makefile.def (bfd, opcodes): Fix lib_path.
7458         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7459         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7460         * Makefile.in: Regenerate.
7462 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7464         * Makefile.in: Regenerate.
7466 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7468         * Makefile.def: Add install-html target. Add datarootdir
7469         docdir and htmldir to flags_to_pass.
7470         * Makefile.tpl: Add install-html target.
7471         * Makefile.in: Regenerate.
7472         * configure.in: Add --with-datarootdir, --with-docdir, and
7473         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7474         * configure: Regenerate.
7476 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7478         * configure.in: Enable gprof for cross builds.
7479         * configure: Regenerate.
7481 2006-05-22  Richard Guenther  <rguenther@suse.de>
7483         Revert
7484         2006-01-31  Richard Guenther  <rguenther@suse.de>
7485         Paolo Bonzini  <bonzini@gnu.org>
7487         * Makefile.def (target_modules): Add libgcc-math target module.
7488         * configure.in (target_libraries): Add libgcc-math target library.
7489         (--enable-libgcc-math): New configure switch.
7490         * Makefile.in: Re-generate.
7491         * configure: Re-generate.
7492         * libgcc-math: New toplevel directory.
7494 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7495             Andreas Tobler  <a.tobler@schweiz.ch>
7497         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7498         * configure: Rebuilt.
7500 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7502         * MAINTAINERS (Write After Approval): Add myself.
7504 2006-05-01  DJ Delorie  <dj@redhat.com>
7506         * configure.in: Restore CFLAGS if GMP isn't present.
7507         * configure: Regenerate.
7509 2006-05-01  Richard Guenther  <rguenther@suse.de>
7511         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7512         maintainer.
7514 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7516         * MAINTAINERS (Write After Approval): Add myself.
7518 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7520         * MAINTAINERS (Write After Approval): Add myself.
7522 2006-04-18  DJ Delorie  <dj@redhat.com>
7524         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7525         reference libgloss so that libssp can be built in a combined
7526         tree.
7527         * configure: Regenerate.
7529 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7531         * MAINTAINERS (Write After Approval): Add myself.
7533 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7535         * configure.in: Require makeinfo 4.4 or higher.
7536         * configure: Regenerate.
7538 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7540         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7541         Rearrange the entries of other libraries to have them in one place.
7543 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7545         * MAINTAINERS (Write After Approval): Remove myself.
7546         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7548 2006-03-14  Richard Guenther  <rguenther@suse.de>
7550         * configure: Regenerate with autoconf 2.13.
7552 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7554         * MAINTAINERS: Use my work address.
7556         * MAINTAINERS: Update my E-mail address.
7558 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7560         * configure.in: Handle --disable-<component> generically.
7561         * configure: Regenerate.
7563 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7565         PR libgcj/17311
7566         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7568 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7570         * MAINTAINERS (Write After Approval):  Remove myself.
7571         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7573 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7575         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7576         (TARGET_CONFIGDIRS): Remove.
7577         * configure.in: Remove AC_SUBST(target_configdirs).
7578         * Makefile.in, configure: Regenerated.
7580 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7582         * MAINTAINERS (Write After Approval):  Remove myself.
7583         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7585 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7587         PR bootstrap/25670
7589         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7591         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7592         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7593         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7594         BUILD_PREFIX, BUILD_PREFIX_1.
7595         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7597         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7598         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7600         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7601         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7602         of `cat stage_current`.  Always provide the `r' and `s' variables.
7603         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7604         a single shell execution.
7605         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7606         bootstrapped modules, make the stage1 module if the build was not
7607         started yet, else build the current stage.
7608         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7609         (all-build, all-host, all-target, [+make_target+]-host,
7610         [+make_target+]-target): Do not use \-continued lines.
7611         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7612         (current_stage, restrap, stage_last): New.
7614         * Makefile.in: Regenerate.
7615         * configure: Regenerate.
7617 2006-02-19  Bud Davis  <jmdavis@link.com>
7619         * MAINTAINERS (Write After Approval):  Remove myself.
7620         (Language Front End Maintainers):  Add myself as fortran 95
7621         maintainer and update e-mail address.
7623 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7625         * MAINTAINERS (Write After Approval):  Remove myself.
7626         (Language Front End Maintainers):  Add myself as fortran 95
7627         maintainer.
7629 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7631         * MAINTAINERS (Write After Approval): Add myself.
7633 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7635         * MAINTAINERS (Write After Approval):  Remove myself.
7636         (Language Front End Maintainers):  Add myself as
7637         fortran 95 maintainer.
7639 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7641         Sync from src:
7643         2005-12-27  Leif Ekblad  <leif@rdos.net>
7645         * configure.in: Add support for RDOS target.
7646         * configure: Regenerate.
7648 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7649             Andreas Schwab  <schwab@suse.de>
7651         * configure: Regenerate.
7653 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7655         * configure.in (enable_libgomp): Add AIX.
7656         * configure: Regenerate.
7658 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7660         * MAINTAINERS (Write After Approval): Add myself.
7662 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7664         * MAINTAINERS (Write After Approval): Add myself.
7666 2006-01-31  Richard Guenther  <rguenther@suse.de>
7667         Paolo Bonzini  <bonzini@gnu.org>
7669         * Makefile.def (target_modules): Add libgcc-math target module.
7670         * configure.in (target_libraries): Add libgcc-math target library.
7671         (--enable-libgcc-math): New configure switch.
7672         * Makefile.in: Re-generate.
7673         * configure: Re-generate.
7674         * libgcc-math: New toplevel directory.
7676 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7678         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7679         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7680         the assembler, linker and binutils.
7681         * configure: Regenerate.
7683 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7685         * MAINTAINERS (Write After Approval): Add myself.
7687 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7689         * configure: Regenerate.
7691 2006-01-18  Richard Henderson  <rth@redhat.com>
7692             Jakub Jelinek  <jakub@redhat.com>
7693             Diego Novillo  <dnovillo@redhat.com>
7695         * libgomp: New directory.
7696         * Makefile.def: Add target_module libgomp.
7697         * Makefile.in: Regenerate.
7698         * configure.in (target_libraries): Add target-libgomp.
7699         * configure: Regenerate.
7701 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7703         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7704         @ from continuation.
7705         * Makefile.in: Rebuilt.
7707 2006-01-04  Chris Lattner  <sabre@gnu.org>
7709         * MAINTAINERS (Write After Approval): Add myself.
7711 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7713         PR bootstrap/24252
7715         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7716         * Makefile.tpl (OBJDUMP): New.
7717         (EXTRA_HOST_FLAGS): Add it.
7718         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7720         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7721         to use symbolic links between directories.  Avoid race conditions
7722         or make them harmless.
7723         * configure.in: Do not try to use symbolic links between directories.
7725         * Makefile.def (LEAN): Pass.
7726         * Makefile.tpl (LEAN): Define.
7727         (stage[+id+]-start): Accept that the previous directory does not
7728         exist, if the bootstrap is lean.
7729         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7730         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7731         configure substitution.
7732         ([+compare-target+]): Likewise.
7733         ([+bootstrap-target+]-lean): New.
7734         * configure.in: Remove lean bootstrap support from here.
7736         * Makefile.in: Regenerate.
7737         * configure: Regenerate.
7739 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7741         * MAINTAINERS (libdecnumber): Add myself.
7743 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7745         * libtool-ldflags: New script.
7747 2006-01-02  Andreas Schwab  <schwab@suse.de>
7749         * configure.in: When reconfiguring remove Makefile in
7750         all stage directories.
7751         * configure: Regenerate.
7753 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7755         * MAINTAINERS: Update my email address.
7757 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7759         Revert Ada-related part of the previous change.
7761         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7762         Do not pass.
7763         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7764         * Makefile.in: Regenerate.
7765         * configure.in: Do not include mt-ppc-aix target fragment.
7766         * configure: Regenerate.
7768 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7770         * configure.in: Select appropriate fragments for PowerPC/AIX.
7771         * configure: Regenerate.
7773         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7774         BOOT_CFLAGS, BOOT_LDFLAGS.
7775         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7776         BOOT_CFLAGS, BOOT_LDFLAGS.
7777         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7778         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7779         (stage): Fail if we cannot complete the work.
7780         * Makefile.in: Regenerate.
7782 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7784         * configure.in: Replace ms1 with mt.
7785         * configure: Rebuilt.
7787 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7789         * MAINTAINERS: Update my email address.
7791 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7793         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7794         install-host-nogcc): Don't invoke $(stage) at the end.
7795         * Makefile.in: Regenerate.
7797 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7799         * configure.in: Flip the top-level bootstrap switch.
7800         * configure: Regenerate.
7802 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7804         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7805         $(stage) and $(unstage).
7806         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7807         (all): Remove stray semicolon.
7808         (local-distclean): Don't handle multilib.tmp and multilib.out.
7809         (install.all): Set $s for consistency.
7810         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7811         check_multilibs setting.  Always make the install directory.
7812         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7813         Correct @if/@endif.
7814         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7815         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7816         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7817         (multilib.out): Remove.
7818         * Makefile.in: Regenerated.
7820 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7822         * MAINTAINERS (Write After Approval): Add myself.
7824 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7826         * MAINTAINERS: Add myself as mt maintainer.
7828         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7830 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7832         * MAINTAINERS: Change email address.
7834 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7836         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7837         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7838         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7839         Find in-tree tools if available.
7840         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7841         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7842         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7843         (COMPILER_*_FOR_TARGET): New.
7844         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7845         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7846         (CONFIGURED_*, USUAL_*): Remove.
7847         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7848         STRIP): Use autoconf substitutions.
7849         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7850         COMPILER_NM_FOR_TARGET): New.
7851         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7853         (all): Make all-host and all-target in parallel.
7854         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7855         that $$r and $$s are set before invoking a recursive make.
7856         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7857         ([+bootstrap-target+]): Inline most of the `all' target.
7859 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7861         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7862         from the gcc build directory.
7863         * Makefile.in: Regenerate.
7865 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7867         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7868         depend on all-libdecnumber.
7869         * configure.in (host_libs): Include libdecnumber.
7870         * Makefile.in: Regenerate.
7871         * configure: Likewise.
7873 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7875         * libdecnumber: Import decNumber sources from the dfp-branch.
7877 2005-11-21  Kean Johnston  <jkj@sco.com>
7879         * config.sub, config.guess: Sync from upstream sources.
7881 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7883         Import from Autoconf sources:
7885         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7886         * config/move-if-change: Don't output "$2 is unchanged";
7887         suggested by Ben Elliston.  Handle weird characters correctly.
7889 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7891         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7892         to match upstream libtool for darwin.
7894 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7896         * Makefile.def: Remove gdb dependencies for gdbtk.
7897         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7898         (configure-gdb, install-gdb): New rules.
7899         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7900         * Makefile.in, configure: Regenerated.
7902 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7904         * MAINTAINERS (Write After Approval): Add myself.
7906 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7908         * MAINTAINERS (Write After Approval): Add myself.
7910 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7912         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7913         Diego Novillo.
7915 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7917         PR bootstrap/24297
7918         * Makefile.tpl (do-[+make-target+], do-check, install,
7919         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7920         are set before recursing.
7921         * Makefile.in: Regenerate.
7923 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7925         PR bootstrap/18939
7926         * Makefile.def (gcc) <target>: Fix thinko.
7927         * Makefile.in: Regenerate.
7929 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7931         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7932         * configure: Regenerate.
7934 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7936         * MAINTAINERS (Write After Approval): Add self.
7938 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7940         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7941         target-libffi, target-qthreads, target-libjava, and
7942         targetlibobjc.
7943         * configure: Regenerate.
7945 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7947         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7948         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7949         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7950         (USUAL_OBJDUMP_FOR_TARGET): New.
7951         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7952         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7953         * configure, Makefile.in: Regenerated.
7955 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7957         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7958         before other host packages.
7960 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7962         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7964 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7966         PR bootstrap/22340
7968         * configure.in (default_target): Remove.
7969         * Makefile.tpl (all): Do not use prerequisites as subroutines
7970         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7971         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7972         use prerequisites as subroutines.
7973         (check-host, check-target): New.
7974         (bootstrap configure & all targets): Do not use stage*-start
7975         if the directory layout is already ok.
7976         (non-bootstrap configure & all targets): Prepend a $(unstage).
7977         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7978         (NOTPARALLEL): Remove.
7979         (unstage, stage variables): New variables.
7980         (unstage, stage targets): Simply expand to those variables.
7982         * configure: Regenerate.
7983         * Makefile.in: Regenerate.
7985 2005-10-04  James E Wilson  <wilson@specifix.com>
7987         * Makefile.def (lang_env_dependencies): Add libmudflap.
7988         * Makefile.in: Regenerate.
7990 2005-10-03  Andreas Schwab  <schwab@suse.de>
7992         Backport from libtool CVS:
7993         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7995         * ltmain.sh: add support for installing into temporary
7996         staging area (e.g. 'make install DESTDIR=...')
7998 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8000         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8001         * configure: Regenerated.
8003 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8005         * configure: Regenerate with the correct
8006         autoconf version.
8008 2005-09-30  Catherine Moore  <clm@cm00re.com>
8010         * configure.in (bfin-*-*): New.
8011         * configure: Regenerated.
8013 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8015         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8016         (LIPO_FOR_TARGET): New.
8017         (CONFIGURED_LIPO_FOR_TARGET): New.
8018         (USUAL_LIPO_FOR_TARGET): New.
8019         (STRIP_FOR_TARGET): New.
8020         (CONFIGURED_STRIP_FOR_TARGET): New.
8021         (USUAL_STRIP_FOR_TARGET): New.
8022         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8023         STRIP_FOR_TARGET.
8024         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8025         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8026         * Makefile.in: Regenerate.
8027         * configure: Regenerate.
8029 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8031         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8032         (rs6000-*-aix*): Same.
8033         * configure: Regenerate.
8035 2005-09-16  Tom Tromey  <tromey@redhat.com>
8037         * MAINTAINERS: Add self as java maintainer.
8039 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8041         * configure.in: Recognize f95 in the --enable-languages option,
8042         and substitute it for fortran, issuing a warning.
8043         * configure: Regenerate.
8045 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8047         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8048         * configure:  Regenerated.
8050 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8052         * MAINTAINERS: Add self as ms1 maintainer.
8054 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8056         * Makefile.def (libssp): Add to lang_env_dependencies.
8057         * Makefile.in: Regenerate.
8059 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8061         * MAINTAINERS: Add myself as middle-end maintainer.
8063 2005-08-17  Christian Groessler  <chris@groessler.org>
8065         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8066         * Makefile.in: Regenerate.
8068 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8070         * MAINTAINERS (write after approval): Added myself.
8072 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8074         * MAINTAINERS (Write After Approval): Add myself.
8076 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8078         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8079         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8080         Look for alternate names of the target cc and c++
8081         * configure: Regenerate.
8083 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8085         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8086         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8087         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8088         tools; remove code to manually set them.
8089         (Target tools): Look in the environment for them.
8090         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8091         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8092         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8093         build directory.
8094         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8095         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8096         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8097         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8098         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8099         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8100         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8101         * configure: Regenerate.
8102         * Makefile.in: Regenerate.
8104 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8106         * MAINTAINERS: Update for removed CPU targets.
8108 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8110         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8111         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8112         * Makefile.in: Regenerated.
8114 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8116         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8117         (CFLAGS_FOR_TARGET): Use it.
8118         (CXXFLAGS_FOR_TARGET): Likewise.
8119         * Makefile.in: Regenerated.
8120         * configure.in (--with-build-sysroot): New option.
8121         * configure: Regenerated.
8123 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8125         * Makefile.tpl: Wrap install between unstage and stage
8126         * Makefile.in: Regenerate.
8128 2005-07-21  Eric Christopher  <echristo@apple.com>
8130         * MAINTAINERS: Update affiliation.
8132 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8134         * MAINTAINERS: Add self as crx port maintainer.
8136 2005-07-20  DJ Delorie  <dj@redhat.com>
8138         * MAINTAINERS: Add self as m32c maintainer.
8140 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8142         * all files: Update FSF address.
8144 2005-07-15  Eric Christopher  <echristo@redhat.com>
8146         * MAINTAINERS: Change affiliation.
8148 2005-07-14  Jim Blandy  <jimb@redhat.com>
8150         * configure.in: Add cases for Renesas m32c.
8151         * configure: Regenerated.
8153 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8155         * COPYING.LIB: Update from fsf.org.
8157 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8159         * COPYING, compile, config.guess,
8160         config.sub, install-sh, missing, mkinstalldirs,
8161         symlink-tree, ylwrap: Sync from upstream sources.
8162         * config-ml.in: Update FSF address.
8164 2005-07-13  Eric Christopher  <echristo@redhat.com>
8166         * configure.in: Add toplevel noconfigdir support for tpf.
8167         * configure: Regenerate.
8169 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8171         PR ada/22340
8173         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8174         * Makefile.in: Regenerate.
8176 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8178         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8179         Brolley to write-after-approval.
8181 2005-07-07  Andreas Schwab  <schwab@suse.de>
8183         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8184         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8185         * Makefile.in: Regenerated.
8187 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8189         * configure.in: Don't build sim or rda when targetting darwin.
8190         * configure: Regenerate.
8192 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8194         * configure.in: Add --enable-libssp and --disable-libssp.
8195         * configure: Regenerate with autoconf-2.13.
8197 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8199         * Makefile.def (target_modules): Add libssp.
8200         * configure.in (target_libraries): Add target-libssp.
8201         * configure: Rebuilt.
8202         * Makefile.in: Rebuilt.
8204 2005-07-01  Zack Weinberg  <zackw@panix.com>
8206         * MAINTAINERS: Change email address.  Resign from maintainership.
8208 2005-07-01  Richard Guenther  <rguenther@suse.de>
8210         * MAINTAINERS: Change my e-mail address and affiliation.
8212 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8214         * Makefile.def (stagefeedback): Come after profile.
8215         Define profiledbootstrap target.
8216         * Makefile.tpl (profiledbootstrap): Remove.
8217         (stageprofile-end): Zap stagefeedback.
8218         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8219         * Makefile.in: Regenerate.
8221 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8223         * MAINTAINERS: Update my email address.
8225 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8227         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8228         In 'cpp' stanza, support '#line' as well as '# '.
8230 2005-06-08  Andreas Schwab  <schwab@suse.de>
8232         * MAINTAINERS: Move myself from 'Write After Approval' to
8233         'CPU Port Maintainers' section as m68k maintainer.
8235 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8237         * configure.in (unsupported_languages): New macro.
8238         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8239         non-ported target libraries in noconfigdirs.
8240         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8241         non-linux-gnu.  Remove libgcj_ex_libffi.
8242         <lang_frag loop>: Set add_this_lang=no if the language is in
8243         unsupported_languages.
8244         * configure: Regenerate.
8246 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8248         * configure.in: Fix typo in handling of --with-mpfr-dir.
8249         * configure: Regenerate.
8251 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8253         * MAINTAINERS: Update my email address.
8255 2005-06-02  Jim Blandy  <jimb@redhat.com>
8257         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8258         accepted into the master sources.)
8260 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8261             Michael Snyder  <msnyder@redhat.com>
8262             Stan Cox  <scox@redhat.com>
8264         * configure.in: Set noconfigdirs for ms1.
8266         * configure: Regenerate.
8268 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8270         * MAINTAINERS (Write After Approval): Add self.
8272 2005-06-01  Josh Conner  <jconner@apple.com>
8274         * MAINTAINERS (Write After Approval): Add self.
8276 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8278         * MAINTAINERS: Update my email address.
8280 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8282         * MAINTAINERS (Write After Approval): Add self.
8284 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8286         * MAINTAINERS (Write After Approval): Remove self.
8288 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8290         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8291         (Dependencies): Consider target modules for bootstrap dependencies.
8292         Make target bootstrap modules depend on each stage's gcc.
8293         * Makefile.in: Regenerate.
8295 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8297         * Makefile.def (configure-gcc): Depend on binutils having been built.
8298         (all-gcc): No need to do it here.
8299         * Makefile.in: Regenerate.
8301 2005-05-19  Paul Brook  <paul@codesourcery.com>
8303         * configure.in: Rewrite misleading error message when requested
8304         language cannot be built.
8305         * configure: Regenerate.
8307 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8309         * ylwrap: Import from Automake 1.9.5.
8311 2005-05-13  David Ung  <davidu@mips.com>
8313         * MAINTAINERS (Write After Approval): Add self.
8315 2005-05-09  Mike Stump  <mrs@apple.com>
8317         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8318         lt_cv_sys_max_cmd_len for now.
8320 2005-05-09  Stan Cox  <scox@redhat.com>
8322         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8324 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8326         * README.SCO: Update the URL.
8328 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8330         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8331         with_gnu_ld to libtool.
8332         * ltcf-c.sh (aix[45]): Define file_list_spec.
8333         * ltcf-cxx.sh (aix[45]): Same.
8334         * ltcf-gcj.sh (aix[45]): Same.
8335         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8336         exists, write list of input files to temporary file.
8338 2005-05-04  Mike Stump  <mrs@apple.com>
8340         * configure.in: Always pass --target to target configures as
8341         otherwise rebuilds that do --recheck will fail.
8342         * confiugure: Rebuilt.
8344 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8346         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8347         STAGE_HOST_EXPORTS.
8348         (configure, all): Add bootstrap support.
8349         (Host modules, target modules): Pass post-stage1 flags and exports.
8350         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8351         * Makefile.in: Regenerate.
8353 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8355         * configure: Regenerate.
8357 2005-04-27  Mike Stump  <mrs@apple.com>
8359         * MAINTAINERS: Add self as darwin maintainer.
8361 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8363         * config.sub: Update from master copy.
8365 2005-04-21  Mike Stump  <mrs@apple.com>
8367         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8368         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8370 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8372         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8373         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8374         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8375         "*-*-elf" and "*-*-linux*".
8376         * configure: Regenerate.
8378 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8380         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8382 2005-04-12  Mike Stump  <mrs@apple.com>
8384         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8386 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8388         * MAINTAINERS (Write After Approval): Add myself.
8390 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8392         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8394 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8396         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8397         (TARGET_CONFIGARGS): Include --with-target-subdir.
8398         (configure, all): New macros.  Use them throughout.
8399         * Makefile.in: Regenerate.
8401 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8403         * MAINTAINERS (Write After Approval): Add myself.
8405 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8407         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8409 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8411         * MAINTAINERS: Move John Carr to Write After Approval.
8413 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8415         * config/mh-mingw32: Delete.
8416         * configure.in: Don't use it.
8417         * configure: Regenerate.
8419 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8421         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8422         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8423         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8424         (HOST_LIB_PATH): Generate from Makefile.def.
8425         (TARGET_LIB_PATH): Likewise.
8426         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8427         * Makefile.in: Regenerate.
8428         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8429         (RPATH_ENVVAR): Include Darwin case.
8430         * configure: Regenerate.
8432 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8434         * MAINTAINERS (Various Maintainers): Remove self.
8435         (Write After Approval): Add self.
8437 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8439         * MAINTAINERS (Various Maintainers): Add self.
8441 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8443         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8444         * configure: Regenerate.
8446 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8448         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8449         gcc_version, and gcc_version_trigger from set of flags to pass.
8450         * Makefile.tpl: Remove definitions of above variables.
8451         (config.status): Remove dependency on $(gcc_version_trigger).
8452         * Makefile.in: Regenerate.
8453         * configure.in: Do not reference config/gcc-version.m4 nor
8454         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8455         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8456         * configure: Regenerate.
8458 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8459             Andrew Pinski  <pinskia@physics.uc.edu>
8461         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8462         * Makefile.in: Regenerate.
8464 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8466         * MAINTAINERS (Write After Approval): Add myself.
8468 2005-03-03  David Ayers  <d.ayers@inode.at>
8470         * MAINTAINERS (Write After Approval): Add myself.
8472 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8474         PR libgcj/20160
8475         * ltmain.sh: Avoid creating archives with components that have
8476         duplicate basenames.
8478 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8480         PR bootstrap/20250
8481         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8482         instead of check.
8483         * Makefile.in: Regenerate.
8485 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8487         * Makefile.in: Regenerate to fix conflict between the previous two
8488         patches.
8490 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8492         PR bootstrap/17383
8493         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8494         * Makefile.tpl (HOST_SUBDIR): New substitution.
8495         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8496         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8497         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8498         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8499         (Host modules, Bootstrapped modules): Use it.
8500         (Build modules, Target modules): Do not create symlink trees,
8501         always configure out-of-srcdir.
8502         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8503         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8504         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8505         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8507         * Makefile.in: Regenerate.
8508         * configure: Regenerate.
8510 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8512         Merged from libada-gnattools-branch:
8513         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8515         * gnattools: New directory.
8516         * Makefile.def: Add gnattools as a module, depending on target-libada.
8517         * Makefile.in: Regenerate.
8518         * configure.in: Include gnattools in host_tools; disable it if ada
8519         is disabled.
8520         * configure: Regenerate.
8522 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8524         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8525         treelang maintainer.
8526         (Write After Approval): Remove myself.
8528 2005-02-23  Paul Schlie  <schlie@comcast.net>
8530         * configure.in: Allow darwin targeted ports to build tk, itcl and
8531         libgui.
8532         * configure: Regenerate.
8534 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8536         PR libgcj/10353
8537         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8538         * configure: Regenerate.
8540 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8542         * MAINTAINERS (Write After Approval): Add myself.
8544 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8546         * MAINTAINERS: Update my e-mail address.
8548 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8550         * MAINTAINERS (Write After Approval): Add myself.
8552 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8554         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8555         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8556         target-libgloss when not *-*-elf and *-*-aout.
8557         * configure: Regenerate.
8559 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8561         * MAINTAINERS: Remove obsolete entries.
8563         * MAINTAINERS (Write After Approval): Add Michael Matz.
8565 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8567         * MAINTAINERS: Remove self as cpplib maintainer.
8569 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8571         * install-sh, config.sub: Import from upstream.
8573 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8575         PR bootstrap/18222
8576         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8577         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8578         * Makefile.in: Regenerate.
8580 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8582         * MAINTAINERS: Update my email address.
8584 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8585             Andreas Schwab  <schwab@suse.de>
8587         PR bootstrap/18033
8588         * config-ml.in: Eval option if surrounded by single quotes.
8590 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8592         Revert 2004-12-28 Makefile changes, a better fix will be
8593         applied to mainline and src after GCC 4.0 branches.
8595 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8597         PR bootstrap/17383
8599         * Makefile.def (target_modules): Remove stage parameter,
8600         it is always true now.
8601         * Makefile.tpl (configure-build-[+module+],
8602         configure-target-[+module+]): Always build symlink tree
8603         for the directory and for include.  BUILD_SUBDIR and
8604         TARGET_SUBDIR cannot be . anymore.
8605         * Makefile.in: Regenerate.
8607 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8609         Revert 2004-12-08 Makefile changes.
8611 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8613         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8614         cygwin, mingw.
8616 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8618         * configure.in (sh64-*-*): Reenable gprof.
8619         * configure: Regenerate.
8621 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8623         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8624         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8625         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8626         * Makefile.in: Regenerate.
8628 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8630         * MAINTAINERS: Update my email address.
8632 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8634         * Makefile.tpl: Generate normal dependencies if the LHS module is
8635         not bootstrapped.
8636         * Makefile.in: Regenerate.
8638 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8640         * configure.in: Include config/gxx-include-dir.m4.  Use
8641         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8642         * configure: Regenerate.
8644 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8646         * config.if: Delete.
8647         * configure.in: Set libstdcxx_incdir directly.
8648         * configure: Regenerate.
8650 2004-12-02  Eric Christopher  <echristo@redhat.com>
8652         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8653         * Makefile.in: Regenerate.
8655 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8657         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8658         * configure: Regenerate.
8660 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8662         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8663         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8664         * configure: Regenerate.
8666 2004-12-01  Eric Christopher  <echristo@redhat.com>
8668         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8669         of things to remove.
8671 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8673         * MAINTAINERS (Write After Approval): Update my e-mail address.
8675 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8677         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8678         from CVS libtool to always pass_all.
8680 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8682         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8683         (hppa*64*-*-*): Delete incorrect comment.
8684         * configure: Rebuilt.
8686 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8688         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8690 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8692         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8693         from CVS libtool to always pass_all.
8695 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8697         * install-sh, compile: Import from automake.
8699 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8701         * config.guess, config.sub:  Import from savannnah.
8703 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8705         * MAINTAINERS (Write After Approval): Add myself
8707 2004-11-12  Mike Stump  <mrs@apple.com>
8709         * Makefile.def: Add html support.
8710         * Makefile.tpl: Likewise.
8711         * Makefile.in: Regenerate.
8713 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8715         PR 18423
8716         * configure.in: Remove all instances of build-fixincludes from
8717         noconfigdirs.
8718         (build_configargs): Supply --target to subdirectories.
8719         * configure: Regenerate.
8721         * Makefile.def: Make gcc install depend on fixincludes install.
8722         * Makefile.in: Regenerate.
8724 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8726         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8728 2004-11-11  Paul Brook  <paul@codesourcery.com>
8730         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8732 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8734         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8735         target-libgfortran.
8736         * configure: Regenerate.
8738 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8740         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8741         like CC.
8743 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8745         * Makefile.def (host fixincludes): Specify missing targets.
8746         * Makefile.in: Regenerate.
8748 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8750         * MAINTAINERS: Add myself
8752 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8754         * MAINTAINERS (Write After Approval): Add myself.
8756 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8758         * Makefile.def: Build fixincludes for the host, too.
8759         * Makefile.in: Regenerate.
8760         * configure.in (host_tools): Add fixincludes.
8761         * configure: Regenerate.
8763 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8765         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8766         * configure: Regenerated.
8768 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8770         PR other/17783
8771         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8772         * configure: Regenerated.
8774 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8776         * README.SCO: Update per FSF instructions.
8778 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8780         PR target/18151
8781         * configure.in (case ${target}): Do not build fixincludes for avr.
8782         * configure: Regenerated.
8784 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8786         * configure.in (case ${target}): Do not build fixincludes
8787         on platforms where it is not used.
8788         * configure: Regenerated.
8790 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8792         * configure.in: Use an absolute path to install-sh.
8793         * configure: Regenerated.
8795 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8797         * MAINTAINERS (Write After Approval): Add myself.
8799 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8801         * MAINTAINERS: Remove from Write After Approval those that are
8802         already maintainers.
8804 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8806         * MAINTAINERS:  Update my email address.
8808 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8810         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8811         * configure: Regenerate.
8813 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8815         * MAINTAINERS:  Update my email address.
8817 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8819         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8820         entries belonging to this category.
8822 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8824         * MAINTAINERS: Update my e-mail address.
8826 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8828         Fix wrong conflict resolution in:
8830         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8832         * Makefile.in: Regenerate.
8833         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8834         in the recursive `make', instead of hardwiring `all'.
8835         (Autogenerated TARGET-* variables): New.
8837 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8839         * configure.in: Enable target-libgloss for crx-*-*.
8840         * configure: Regenerate.
8842 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8844         * MAINTAINERS (Various Maintainers): Move the "windows,
8845         cygwin, mingw" maintainer to ...
8846         (OS Port Maintainers): ... here.
8848 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8850         * MAINTAINERS (Write After Approval): Remove those that are
8851         maintainers of some subsystem.
8853 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8855         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8856         * ltcf-cxx.sh (tpf*): Likewise.
8857         * ltconfig (tpf*): Add TPF OS configuration support.
8859 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8861         * MAINTAINERS: Change my email address to my new work account.
8863 2004-09-24  Michael Roth  <mroth@nessie.de>
8865         * configure.in (--without-headers): Add missing double quotes.
8866         * configure: Regenerate.
8868 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8870         * ylwrap: Revert to previous version.
8872 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8874         PR bootstrap/17369
8875         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8876         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8877         SET_GCC_LIB_PATH_CMD.
8878         (BASE_TARGET_EXPORTS): Likewise.
8879         * Makefile.in: Regenerated.
8881         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8882         * configure: Regenerated.
8884 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8886         * config.guess: New upstream version
8887         * compile, depcomp, install-sh, ylwrap: Likewise.
8889 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8891         * config/mh-x86omitfp: New host makefile fragment.  Add
8892         -fomit-frame-pointer to the default BOOT_CFLAGS.
8893         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8894         * configure: Regenerate.
8896 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8898         PR target/11572
8899         * configure.in (*-*-darwin*): Renable libobjc.
8900         * configure: Regenerate.
8902 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8904         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8906 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8908         * Makefile.def: Remove libbanshee.
8909         * Makefile.tpl: Ditto.
8910         * configure.in: Ditto.
8911         * Makefile.in: Regen.
8912         * configure: Ditto.
8914 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8916         * ltmain.sh: Use $pic_object as $non_pic_object if
8917         $non_pic_object=none.
8919 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8921         * missing: Import latest version from master repository.
8923 2004-09-06  Nick Clifton  <nickc@redhat.com>
8925         * config.sub: Import latest version from master repository.
8926         * config.guess: Likewise.
8927         This includes these changes:
8929         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8931         * config.sub: Handle crisv32, alias etraxfs.
8932         * config.guess (crisv32:Linux:*:*): Handle.
8934         2004-08-13  Brad Smith  <brad@comstyle.com>
8936         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8937         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8939         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8941         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8942         assume the processor is a powerpc.  This is because coreutils
8943         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8944         in this case, due to a MacOS X bug that causes
8945         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8946         to return a negative number.
8947         Problem reported by Petter Reinholdtsen in:
8948         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8950         2004-07-19  Ben Elliston  <bje@gnu.org>
8952         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8954         2004-06-24  Ben Elliston  <bje@gnu.org>
8956         * config.guess: Update copyright years.
8957         * config.sub: Likewise.
8959         2004-06-22  Robert Millan  <robertmh@gnu.org>
8961         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8962         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8964         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8966         * config.guess (*:*VMS:*:*): New entry. Replaces
8967         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8968         manufacturer.
8970         2004-06-22  Ben Elliston  <bje@gnu.org>
8972         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8973         * config.sub: Likewise.
8975         2004-06-22  Ben Elliston  <bje@gnu.org>
8977         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8978         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8980         2004-06-11  Ben Elliston  <bje@gnu.org>
8982         * config.guess (pegasos:OpenBSD:*:*): Remove.
8984         2004-06-11  Ben Elliston  <bje@gnu.org>
8986         From Wouter Verhelst <wouter@grep.be>:
8987         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8989         2004-06-11  Ben Elliston  <bje@gnu.org>
8991         * config.guess (luna88k:OpenBSD:*:*): New.
8993         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8995         * config.guess (m32r*:Linux:*:*): New case.
8996         * config.sub: Handle m32rle.
8998         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9000         From Jens Petersen  <petersen@redhat.com>:
9001         * config.sub: Handle sparcv8.
9003         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9005         From Tom Smith <smith@cag.lkg.hp.com>:
9006         * config.guess: Version suffixes are equally significant on Tru64
9007         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9008         prefix of "P" (patched kernel).
9010         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9012         * config.sub: Add support for National Semiconductor CRX target.
9014 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9016         * MAINTAINERS (Various Maintainers): Remove myself as web page
9017         maintainer, add myself as maintainer of build status lists.
9019 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9021         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9022         *-*-netware, but add target-libmudflap.
9023         Consolidate *-*-netware targets (of which really only i?86 exists)
9024         into a single entry.
9025         * configure: Likewise.
9027 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9029         * Makefile.tpl (sorry): Remove.
9030         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9031         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9032         (do-clean): Clean per-stage directories too.
9033         (do-distclean): Run distclean-stage1 too.
9034         (.NOTPARALLEL): Enable during toplevel bootstrap.
9035         (stage[+id+]-bubble): Enable parallel execution during
9036         the recursive invocation.
9037         * Makefile.in: Regenerate.
9039         Fix previous checkin:
9041         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9042         include.
9043         * configure.in: Fix indentation.
9044         * configure: Regenerate.
9046 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9048         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9049         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9050         * configure: regenerate
9051         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9052         -mdynamic-no-pic
9054 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9056         * Makefile.def (build_modules): Add fixincludes.
9057         (dependencies): Make gcc depend on fixincludes.
9058         * configure.in (build_tools): Add fixincludes.
9059         (build_configdirs): Always include build_libs.
9060         * Makefile.in: Regenerate.
9061         * configure: Regenerate.
9063 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9065         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9066         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9067         phony targets; do not generate timestamp files.
9068         (distclean-stageN): Remove references to their timestamp files.
9069         (restageN, touch-stageN): Remove.
9070         (stageN-bubble): Rewritten.
9071         (compare): Support lean bootstraps.
9072         * Makefile.in: Regenerate.
9074         * configure.in: Only warn when bootstrapping but
9075         build != host or build != target.  Support lean bootstraps.
9076         * configure: Regenerate.
9078 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9080         * configure.in:  Give a better error message if GMP/MPFR are missing
9081         and a language needing them has been requested.
9082         * configure:  Regenerated.
9084 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9086         * configure.in:  Print a list of available language front-ends if
9087         a requested one is missing.  Tidy stray tab characters.
9088         * configure:  Regenerated.
9090 2004-08-19  Michael Koch  <konqueror@gmx.de>
9092         * gcc/doc/install.texi: Update entry about automake for libjava.
9094 2004-08-17  Robert Millan  <robertmh@gnu.org>
9096         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9097         (instead of FreeBSD).
9098         * configure: Regenerate.
9100 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9102         * Makefile.in: Regenerate.
9103         * configure: Regenerate.
9105         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9106         stage_*_flags.
9107         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9108         for bootstrapped modules if toplevel bootstrap is going.
9109         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9110         modules.  Adjust for changes in Makefile.def.  Enable several
9111         rules even in non-bootstrap mode, just to avoid peppering the
9112         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9113         (stage-[+prev+]-bubble): Remove.
9115         * Makefile.def (Dependencies): Depend on all-build-bison,
9116         all-build-flex, all-build-byacc, all-build-texinfo, rather
9117         than the host variations.
9118         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9119         with BUILD_SUBDIR.
9120         (BISON): Update for recent Bisons.
9121         (YACC): Fix typo.
9122         (cross): Depend on all-build.
9123         (all): Do not depend on all-build.
9124         (prebootstrap): Remove.
9125         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9126         (Prebootstrap dependencies): Add them to the per-stage targets
9127         and to all-prebootstrap.
9128         * configure.in (build_configdirs): Always enable build_tools.
9129         (BUILD_DIR_PREFIX): Remove.
9131         * Makefile.def (gcc): Add target variable.
9132         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9133         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9134         in the recursive `make', instead of hardwiring `all'.
9135         (Autogenerated TARGET-* variables): New.
9137 2004-08-13  Brian Booth  <bbooth@redhat.com>
9139         * MAINTAINERS: Remove myself from write-after-approval.
9141 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9143         * src-release: Stop distributing mmalloc with gdb (which doesn't
9144         use it).
9145         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9146         * Makefile.in: Regenerate.
9148 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9150         * configure.in (arm*-*-eabi*): New target.
9151         * configure: Regenerate.
9153 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9155         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9156         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9157         (Dependencies): New section.
9158         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9159         (configure-target-[+module+]): Depend on maybe-all-gcc
9160         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9161         (toplevel profiledbootstrap): Fix dependencies.
9162         * Makefile.in: Regenerate.
9164 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9166         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9167         target-libiberty to noconfigdirs.
9168         * configure: Regenerate.
9170 2004-08-03  Paul Brook  <paul@codesourcery.com>
9172         * configure.in: Check for MPFR as well as GMP.
9173         * configure: Regenerate.
9175 2004-08-01  Robert Millan  <robertmh@gnu.org>
9177         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9178         libmudflap for all GNU-based systems (with Glibc).
9179         * configure: Regenerate.
9181 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9183         * Makefile.def (host-modules): Add gcc.
9184         * Makefile.in: Regenerate.
9185         * Makefile.tpl (sorry): New rule.
9186         (configure-host, all-host, [+make_target+]-host, do-check,
9187         install-host): Do not add gcc as a special case.
9188         (host modules): Add a small special-casing for gcc.  Export
9189         extra_make_flags through the environment.
9190         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9191         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9192         other recursive targets for gcc): Remove.
9194         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9195         (stage, unstage): New rules.
9196         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9197         distclean-stage[+id+]): Use stage_current.
9198         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9199         the stage*-start rules.
9201 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9203         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9204         use -all_load flag.
9206 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9208         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9209         * configure: Regenerate.
9211 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9213         * maintainer-scripts/gcc_release: Revert yesterday's change.
9215 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9217         * MAINTAINERS: Add myself to write-after-approval.
9219 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9221         * libf2c: Removed.
9222         * gcc/gccbug.in: Updated because of libf2c removal.
9223         * maintainer-scripts/gcc_release: Ditto.
9225 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9227         * configure.in: Build libmudflap by default on FreeBSD.
9228         * configure: Regenerated.
9230 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9232         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9233         systems.
9234         * configure: Regenerated.
9236 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9238         PR target/16344
9239         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9240         feedback based compiler.
9241         * Makefile.in: Rebuilt.
9243 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9245         * Makefile.def (host_modules): Set bootstrap=true for flex.
9246         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9247         * Makefile.in: Rebuilt.
9249 2004-07-07  Jan Hubicka  <jh@suse.cz>
9251         * MAINTAINERS: Add self as a profile feedback maintainer.
9253 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9255         * configure.in:  Do not prepend $srcdir to /dev/null in
9256         makefile fragments.
9257         * configure:  Regenerate.
9259 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9261         * Makefile.def (build_modules): Add bison, byacc, flex,
9262         m4, texinfo.
9263         (flags_to_pass): Add FLEX.
9264         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9265         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9266         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9267         DEFAULT_MAKEINFO): Remove.
9268         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9269         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9270         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9271         objdir or else use configured tool.
9272         (all-build): New.
9273         (all): Depend on it.
9274         (Build module dependencies): Add.
9275         * Makefile.in: Regenerate.
9276         * configure.in: Better support for multiple build modules,
9277         matching what is done for host/target modules.  Do not look
9278         for "plausible" locations of build tools if Canadian cross.
9279         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9280         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9281         * configure: Regenerate.
9283 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9285         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9286         * Makefile.in: Regenerate.
9288 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9290         * Makefile.tpl (configure-build-[+module+],
9291         configure-[+module+], configure-target-[+module+]): Pass
9292         [+extra_configure_args+].
9293         (all-build-[+module+], all-[+module+], check-[+module+],
9294         install-[+module+], [+make_target+]-[+module+],
9295         all-target-[+module+], check-target-[+module+],
9296         install-target-[+module+], [+make_target+]-target-[+module+]):
9297         Pass [+extra_make_args+].
9298         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9299         (GCC_HOST_EXPORTS): Remove.
9300         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9301         cross, check-gcc, check-gcc-c++, install-gcc,
9302         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9303         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9304         * Makefile.in: Regenerate.
9306 2004-06-21  Matthew Sachs  <msachs@apple.com>
9308         * MAINTAINERS: Added self to write-after-approval.
9310 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9312         * configure.in: Check for srcdir/winsup rather than build directory
9313         winsup.
9314         * configure: Regenerate.
9316 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9318         * configure.in: Don't build Cygwin native newlib if winsup
9319         directory is missing.  Emit warning instead.
9320         * configure: Regenerate.
9322 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9324         * Makefile.tpl (touch-stage[+id+]): New.
9325         (restage[+prev+]): Depend on touch-stage[+id+].
9327         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9328         Use it throughout.
9330         * Makefile.def: Add profile and feedback bootstrap stages.
9331         Remove next field from bootstrap stages.
9332         * Makefile.tpl (LN, LN_S): Substitute.
9333         (stageN-start, stageN-end): Use double-colon rules, to
9334         provide a hook for additional setup commands.
9335         (distclean-stageN-gcc, restageN): Create dependencies from
9336         [+prev+], not from [+next+].
9337         (stageN-bubble): Add commands for successive stages from
9338         [+prev+], using double-colon rules.
9339         (all-stageN-gcc): Fix typo.
9340         (stagefeedback-start, profiledbootstrap): New.
9341         * Makefile.in: Regenerate.
9342         * configure.in: Call ACX_PROG_LN.
9343         * configure: Regenerate.
9345 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9347         * MAINTAINERS (Write After Approval): Add myself.
9349 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9351         * MAINTAINERS (Write After Approval): Add myself.
9353 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9355         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9356         without gcc.
9357         * configure: Regenerate.
9359 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9361         * Makefile.tpl: Fix typo.
9362         * Makefile.in: Regenerate.
9364 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9366         * configure.in: Remove new- prefix from toplevel
9367         bootstrap targets.
9368         * configure: Regenerate.
9370 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9372         * Makefile.tpl (all.normal): Rename to all.
9373         (all): Replace with a rule to pick the default
9374         target from configure.
9375         (all-gcc, configure-gcc): Use conditionals to
9376         do nothing when toplevel bootstrap is going on.
9377         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9378         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9379         * configure.in: Support --enable-bootstrap.
9381         * Makefile.def: Remove new- prefix from toplevel
9382         bootstrap targets.
9383         * Makefile.tpl: Likewise.
9385         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9386         target.
9388         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9389         $(RECURSE_FLAGS) to recursive invocation of make.
9391         * Makefile.in: Regenerate.
9392         * configure: Regenerate.
9394 2004-05-30  Andreas Jaeger  <aj@suse.de>
9395             Jim Wilson  <wilson@specifixinc.com>
9397         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9398         like CC.
9400 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9402         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9403         * configure: Regenerate.
9405 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9407         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9408         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9409         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9410         targets.
9411         * Makefile.in: Regenerate.
9413 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9415         * configure.in: Test the ability to symlink directories.
9416         * configure: Regenerate.
9418         * Makefile.def (bootstrap-stage): New definitions.
9419         * Makefile.tpl (configure-stage1-gcc,
9420         configure-stage2-gcc, configure-stage3-gcc,
9421         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9422         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9423         new-restage3, compare): Autogenerate, see Makefile.in
9424         entry for behavioral changes.
9425         (distclean-stage1, new-stage1-start, new-stage1-end,
9426         new-stage1-bubble, distclean-stage2, new-stage2-start,
9427         new-stage2-end, new-stage2-bubble, distclean-stage3,
9428         new-stage3-start, new-stage3-end): New autogenerated targets.
9429         (objext, prebootstrap, BOOT_CFLAGS,
9430         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9431         targets.
9433         * Makefile.in: Regenerate.
9434         (distclean-stage1, new-stage1-start, new-stage1-end,
9435         new-stage1-bubble, distclean-stage2, new-stage2-start,
9436         new-stage2-end, new-stage2-bubble, distclean-stage3,
9437         new-stage3-start, new-stage3-end): New targets.
9438         (all-stage1-gcc): Move prebootstrap dependency from here...
9439         (configure-stage1-gcc): ...to here.
9440         (new-bootstrap): Use bubble targets.
9441         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9442         Use per-stage distclean targets.
9443         (configure-stage1-gcc, configure-stage2-gcc,
9444         configure-stage3-gcc, all-stage1-gcc,
9445         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9446         Use new-stageN-start to prepare the tree.
9448 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9450         * Makefile.def (host_modules): add libcpp.
9451         * Makefile.tpl: Add dependencies on and for libcpp.
9452         * Makefile.in: Regenerate.
9453         * configure.in: Add libcpp host module.
9454         * configure: Regenerate.
9456 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9458         * Makefile.tpl: Whenever a recursive target is defined, wrap
9459         it in a special @if/@endif block, and prepare its maybe
9460         dependency in the @if/@endif block
9461         * configure.in: Instead of writing maybe dependencies, remove
9462         the @if/@endif statements, and remove the @if/@endif blocks
9463         that remain.
9464         * configure: Regenerate.
9465         * Makefile.in: Regenerate.
9467 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9469         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9471 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9473         PR bootstrap/15120
9474         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9475         * */configure: Rebuilt.
9477 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9479         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9480         of libf2c.
9481         * configure, Makefile.in: Regenerate.
9483 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9485         * MAINTAINERS (Write After Approval): Add myself.
9487 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9489         Merge from tree-ssa-20020619-branch.
9491         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9492         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9493         (HOST_GMPLIBS): Define.
9494         (HOST_GMPINC): Define.
9495         (TARGET_LIB_PATH): Add libmudflap.
9496         (GFORTRAN_FOR_TARGET): Define.
9497         (configure-build*): Export GFORTRAN.
9498         (configure-gcc): Export GMPLIBS and GMPINC.
9499         (all-gcc): Add maybe-all-libbanshee.
9500         (configure-target-libgfortran): Define.
9501         * Makefile.in: Regenerate.
9502         * configure.in (host_libs): Add libbanshee.
9503         (target_libraries): Add target-libmudflap and target-libgfortran.
9504         Add --with-libbanshee.
9505         Handle --disable-libmudflap.
9506         (*-*-freebsd*): Use with_gmp.
9507         Add $(libgcj) to noconfigdirs.
9508         * configure: Regenerate.
9509         * depcomp: New file.
9510         * MAINTAINERS: Add tree-ssa maintainers.
9512 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9514         * MAINTAINERS (Various Maintainers): Add myself.
9516 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9518         * MAINTAINERS (Write After Approval): Add myself.
9520 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9522         * MAINTAINERS (Write After Approval): Add myself.
9524 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9526         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9527         * configure: Regenerate.
9529 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9531         Revert:
9532         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9534         * Makefile.def (flags_to_pass): Remove *dir variables that
9535         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9536         as well as prefix and exec_prefix.
9537         * Makefile.in: Regenerate.
9539 2004-04-26  Robert Millan  <robertmh@gnu.org>
9541         Add patches from libtool CVS.
9542         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9543         * ltconfig: Likewise.
9544         * ltcf-c.sh: Likewise.
9545         * ltcf-cxx.sh: Likewise.
9546         * ltcf-gcj.sh: Likewise.
9548 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9550         * Makefile.def (host_modules): Mark with the bootstrap
9551         flag packages on which gcc depends.
9552         * Makefile.tpl (all-bootstrap): Use it.
9553         * Makefile.in: Regenerate.
9555 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9557         * Makefile.def (flags_to_pass): Remove *dir variables that
9558         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9559         as well as prefix and exec_prefix.
9560         * Makefile.in: Regenerate.
9562 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9564         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9565         * configure: Regenerate.
9566         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9567         * gcc/Makefile.tpl (compare): Use the result of the test.
9568         * gcc/Makefile.in: Regenerate.
9570 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9572         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9573         Always relocate gcc and prev-gcc to the original names, even
9574         if the build fails.
9575         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9576         New targets.
9578 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9580         * MAINTAINERS: Update my email address.
9582 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9584         * configure.in (mips*-*-irix5*): Enable ld.
9585         * configure: Regenerate.
9587 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9589         * configure: Regenerate.
9591 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9593         * Makefile.tpl (configure-[+module+], configure-gcc,
9594         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9595         Set and export LDFLAGS.
9596         * Makefile.in: Regenerate.
9598 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9600         * MAINTAINERS: Add myself to write-after-approval.
9602 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9604         PR bootstrap/14871
9605         * Makefile.tpl: If we don't have built-in-tree target tools,
9606         use the ones found by configure rather than hacking around with
9607         program_transform_name.
9608         * configure.in: Give Makefile.tpl the information necessary
9609         to do that.
9610         * Makefile.in: Regenerate.
9611         * configure: Regenerate.
9613 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9615         PR bootstrap/14760
9616         * configure.in: When computing baseargs, strip *all* copies of
9617         offending options.  Also, don't match/substitute the trailing space,
9618         so that this actually works when two similar options are separated by
9619         only one space.
9620         * configure: Regenerate.
9622 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9624         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9625         (rs6000-*-aix*): Same.
9626         * configure: Regenerate.
9628 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9630         * MAINTAINERS: Add myself to write-after-approval.
9632 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9634         * MAINTAINERS: Add myself to write-after-approval.
9636 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9638         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9639         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9640         * Makefile.in: Regenerate.
9642         * configure.in (top level bootstrap support): Rework --enable-werror
9643         to set @stage2_werror_flag@.
9644         * configure: Regenerate.
9645         * Makefile.tpl (top level bootstrap support): Pass
9646         @stage2_werror_flag@ down to configure in stages 2 and 3.
9647         * Makefile.in: Regenerate.
9649 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9651         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9652         for stages 2 and 3 as well as in make.  As a consequence, remove
9653         OUTPUT_OPTION (now detected by configure) from the flags passed down
9654         to make.
9655         * Makefile.in: Regenerate.
9657         * Makefile.tpl (new-bootstrap): Fix typo.
9658         * Makefile.in: Regenerate.
9660 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9662         * Makefile.tpl: Rearrange by moving recursive_targets rules
9663         into their proper sections.
9664         * Makefile.tpl (top level bootstrap support): Move disabling
9665         of coverage flags from 'make' to 'configure'; improve comments.
9666         * Makefile.in: Regenerate.
9668         * Makefile.tpl (experimental top level bootstrap) Move stage1
9669         language setting from all- target to configure- target; disable
9670         intermodule optimization in stage 1; prevent gratuitous rebuilds
9671         of stage 1.
9672         * Makefile.in: Regenerate.
9673         * configure.in: Comma-separate stage 1 language list for top
9674         level bootstrap.
9675         * configure: Regenerate.
9677         * Makefile.tpl: Clean up experimental top level bootstrap support:
9678         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9679         prev-gcc in configure- targets as well as all- targets.
9680         * Makefile.in: Regenerate.
9682 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9684         * compile: New file imported from automake.
9686 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9688         * configure.in: Remove symbolic link section.
9689         * configure: Regenerate.
9690         * Makefile.tpl (links): Remove.
9691         * Makefile.in: Regenerate.
9693 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9694             Nathanael Nerode  <neroden@gcc.gnu.org>
9696         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9697         Set with AC_CHECK_PROGS.
9698         * configure.in: Fix comment typo from last patch.
9699         * configure: Regenerate.
9701 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9703         * Makefile.tpl: Introduce experimental top level bootstrap support.
9704         * Makefile.in: Regenerate.
9705         * configure.in: Introduce support for top level bootstrap.
9706         * configure: Regenerate.
9708 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9709             Paolo Bonzini  <bonzini@gnu.org>
9711         PR bootstrap/14522
9712         * configure.in: Cope with shells that do not support unquoted ^
9713         * configure: Regenerate.
9715 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9716             Paolo Bonzini  <bonzini@gnu.org>
9718         PR bootstrap/14522
9719         * configure.in: Cope with shells that do not support nesting
9720         quotes inside quoted backquote substitutions.
9721         * configure: Regenerate.
9723 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9725         PR bootstrap/14522
9726         * configure.in: Fix escaping of $.
9727         * configure: Regenerate.
9729 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9731         * configure: Regenerate, since I forgot to while committing Paolo's
9732         changes.
9734 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9736         PR ada/14131
9737         Move language detection to the top level.
9738         * configure.in: Find default values for the tools as
9739         soon as possible.  Disable ada if GNAT is not found.
9740         Emit error message about missing languages.  Expand
9741         --enable-languages=all for the gcc subdirectory.
9743 2004-03-10  Ben Elliston  <bje@gnu.org>
9745         * MAINTAINERS: Update my email address.
9747 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9749         * ltconfig: Disable building static libraries if building shared
9750         libraries on AIX 5L.
9752 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9754         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9755         and disable libgcj.
9756         * configure: Regenerated.
9758 2004-03-01  Brian Booth  <bbooth@redhat.com>
9760         * MAINTAINERS: Add myself to write-after-approval.
9762 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9764         * MAINTAINERS: Add myself to write-after-approval.
9766 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9768         PR bootstrap/7087
9769         * Makefile.tpl: Guard XFOO sed statements better.
9770         * Makefile.tpl: Add dependency for configure-target-libada.
9771         * Makefile.in: Regenerate (incidentally fixes broken
9772         commit when libada-branch was merged).
9774 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9776         * MAINTAINERS: Add myself to write-after-approval.
9778 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9780         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9781         maintainers.
9783 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9785         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9786         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9788 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9790         PR bootstrap/11932
9791         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9793 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9795         * MAINTAINERS: Added myself to write-after-approval.
9797 2004-02-14  Michael Koch  <konqueror@gmx.de>
9799         * MAINTAINERS: Added myself to write-after-approval.
9801 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9803         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9804         some OS port maintainers to OS port maintainers section.
9806 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9808         * MAINTAINERS: Add self.
9810 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9812         * MAINTAINERS: Alphabetize.
9814 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9816         * MAINTAINERS: Remove myself.
9818 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9820         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9821         (rs6000-*-aix*): Same.
9822         * configure: Regenerate.
9824 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9826         * configure.in (host): Add in missing $noconfigdirs to defines.
9827         * configure: Regenerate.
9829 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9830             Nathanael Nerode  <neroden@gcc.gnu.org>
9832         PR ada/6637, PR ada/5911
9833         Merge with libada-branch:
9834         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9835         with appropriate dependencies. Add --enable-libada configure switch.
9836         * configure, Makefile.in: Regenerate.
9838 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9840         * MAINTAINERS: Add myself to write-after-approval.
9842 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9844         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9845         * configure: Regenerate.
9847 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9849         Merge from upstream:
9851         * ltmain.in: When setting IFS to '~', be careful about user
9852         arguments that contain '~'.
9854         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9856         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9857         Also test $base_compile against $CC with escaped arguments. Bug
9858         reported by Geoff Keating <geoffk@apple.com>.
9860 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9862         * MAINTAINERS: Remove i960 port.
9864 2004-01-23  DJ Delorie  <dj@redhat.com>
9866         * Makefile.def (target_modules) [libiberty]: Don't stage.
9867         * Makefile.in: Rebuilt.
9869 2004-01-20  Caroline Tice  <ctice@apple.com>
9871         * MAINTAINERS: Add myself to write-after-approval.
9873 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9875         * MAINTAINERS: Update my email address.
9877 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9879         * MAINTAINERS: Add myself to write-after-approval.
9881 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9883         * MAINTAINERS: Remove entries without email address.
9885 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9887         * MAINTAINERS: Add myself to write-after-approval.
9889 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9891         * MAINTAINERS: Update my email address.
9893 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9895         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9896         * Makefile.tpl (configure-target-[+module+]): Support stage.
9897         * Makefile.in: Rebuilt.
9899 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9901         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9903 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9905         * MAINTAINERS: Add myself as a MIPS maintainer.
9907 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9909         * configure.in: Use ./config.cache, not config.cache.
9910         * configure: Regenerate.
9911         * Makefile.tpl: Special-casing not needed for GCC any more.
9912         * Makefile.in: Regenerate.
9914         * configure.in: Don't share a cache file for host dirs.
9915         * configure: Regenerate.
9917         * config-ml.in: Don't mess with the cache file.
9919 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9921         * MAINTAINERS: Move myself from 'Write After Approval' to
9922         'CPU Port Maintainers' section as SPARC maintainer.
9924 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9926         * Makefile.tpl: Make GCC use a separate config.cache.
9927         * Makefile.in: Regenerate.
9929         PR bootstrap/11932, PR bootstrap/11933
9930         (I don't know if it will fix either of them, but it relates
9931         to them.)
9932         * configure.in: Don't use shared config.cache for target
9933         directories.
9934         * configure: Regenerate.
9936 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9938         * MAINTAINERS: Add myself to 'Write After Approval' section.
9940 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9942         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9943         * configure: Regenerated.
9945 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9947         * MAINTAINERS: Remove the mn10200 maintainer.
9949 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9951         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9952         * configure: Regenerated.
9954 2003-12-16  Jan Hubicka  <jh@suse.cz>
9956         * MAINTAINERS: Add myself as callgraph maintainer.
9958 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9960         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9961         * configure: Regenerate.
9963 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9965         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9966         'Write After Approval' section. Update email.
9968 2003-12-01  James Lemke  <jim@wasabisystems.com>
9970         * MAINTAINERS (Write After Approval): Add myself.
9972 2003-11-20  Matt Thomas  <matt@3am-software.com>
9974         * MAINTAINERS: Add myself as a vax port maintainer.
9976 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9978         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9979         (configure-build-[+module+], configure-[+module+]): Likewise.
9980         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9981         * Makefile.in: Regenerate.
9983 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9985         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9986         shared/dylibed libraries.
9987         * ltmain.sh: Likewise.
9988         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9989         * ltcf-cxx.sh: Likewise.
9990         * ltcf-gcj.sh: Likewise.
9991         * ltconfig: Likewise.
9993 2003-11-17  Stan Cox  <scox@redhat.com>
9995         * MAINTAINERS: Add myself as iq2000 port maintainer.
9997 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9999         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10000         * Makefile.in: Regenerate.
10002 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10004         * config.sub: Update to 2003-11-03 version.
10006 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10008         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10009         * configure:  Regenerate.
10011 2003-10-20  Nicolas Pitre  <nico@cam.org>
10013         * MAINTAINERS: Add myself to 'Write After Approval' section.
10015 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10017         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10019 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10021         * MAINTAINERS: Update my email address.
10023 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10025         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10027 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10029         * MAINTAINERS: Add myself to 'Write After Approval' section.
10031 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10033         * config.guess: Update to 2003-10-16 version.
10034         * config.sub: Update to 2003-10-16 version.
10036 2003-10-15  David Daney  <ddaney@avtrex.com>
10038         * MAINTAINERS: Added myself to 'Write After Approval' section.
10040 2003-10-15  Falk Hueffner  <falk@debian.org>
10042         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10043         'Write After Approval' section. Update email.
10045 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10047         * MAINTAINERS: Move myself from 'Write After Approval' to
10048         'Various Maintainers' section as middle-end maintainer.
10050 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10052         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10053         HOST_FLAGS_TO_PASS.
10054         * Makefile.in: Regenerate.
10056 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10058         * config.guess: Update to 2003-10-07 version.
10059         * config.sub: Update to 2003-10-07 version.
10061 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10063         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10064         * ltconfig (irix5*, irix6*): Don't override version_type.
10066 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10068         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10069         * configure: Rebuilt
10070         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10071         * Makefile.in: Rebuilt
10073 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10075         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10077 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10079         * MAINTAINERS (Write After Approval): Add myself.
10081 2003-09-29  Paul Koning  <ni1d@arrl.net>
10083         * MAINTAINERS: Move myself from "Write After Approval"
10084         to CPU platform maintainers for pdp11 platform.
10086 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10088         * MAINTAINERS: Move myself from 'Write After Approval' to
10089         'Various Maintainers' section as libffi testsuite maintainer.
10091 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10093         * configure.in: Pass a computed --program-transform-name
10094         to subconfigures.
10095         * configure: Regenerated.
10097 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10099         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10100         * Makefile.in: Regenerate.
10102         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10103         * Makefile.in: Regenerate.
10105 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10107         * MAINTAINERS: Move myself from 'Write After Approval'
10108         to 'Various Maintainers' (objective-c) section.
10110 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10112         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10113         quoting.
10114         * configure: Regenerated.
10116 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10118         * MAINTAINERS (Write After Approval): Add myself to write after
10119         approval list.
10121 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10123         * MAINTAINERS (Write After Approval): Add myself.
10125 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10127         * MAINTAINERS: Update my e-mail address.
10129 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10131         * libtool.m4 (LD): Correct powerpc64 host match.
10133 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10135         * MAINTAINTERS: Update my affiliation and email address.
10137 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10139         * MAINTAINERS (Write After Approval): Add myself.
10141 2003-09-04  DJ Delorie  <dj@redhat.com>
10143         * configure: Regenerate.
10145 2003-09-04  Robert Millan  <robertmh@gnu.org>
10147         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10149 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10151         * configure.in: Ensure arguments to sed are properly spaced.
10152         * configure: Regenerate.
10154 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10156         * MAINTAINERS: Update my e-mail address.
10158 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10160         * MAINTAINERS (Write After Approval): Add myself.
10162 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10164         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10165         * configure: Regenerated.
10167 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10169         * MAINTAINERS: Update my email address.
10171 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10173         * configure.in:  Use newline instead of semicolon when assuming
10174         shell arguments in a for loop.
10175         * configure:  Regenerated.
10177 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10179         * MAINTAINERS: Resurrect the i860 maintainer.
10181 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10183         PR 8180
10184         * configure.in: When testing with_libs and with_headers, treat
10185         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10186         * configure: Regenerate.
10188         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10189         make, shell, etc.
10190         (baseargs): Likewise.
10191         * configure: Regenerate.
10193 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10195         * MAINTAINERS (Write After Approval): Add myself.
10197 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10199         * configure.in: Disable libgcj for darwin not on powerpc.
10200         * configure: Rebuild.
10202 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10204         * config-ml.in, symlink-tree: Add license.
10206 2003-08-03  Richard Stallman  <rms@gnu.org>
10207             Eben Moglen  <moglen@columbia.edu>
10209         * README.SCO: New file.
10211 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10213         * Makefile.tpl (check, check-c++): Express dependencies using
10214         dependencies rather than commands.
10215         * Makefile.in: Regenerate.
10217 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10219         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10220         * configure: Ditto.
10222 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10224         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10225         * Makefile.in: Update.
10227 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10229         * configure.in: Enable libgcj for darwin.
10230         * configure: Rebuild.
10232 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10234         * config-ml.in:  Use ac_configure_args directly instead of
10235         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10236         actually seen.
10238 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10240         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10241         creating target and build subdirs to build all parent dirs as needed.
10242         * Makefile.in: Rebuild.
10243         * configure.in: Don't build dirs explicitly here.
10244         * configure: Rebuild.
10246 2003-07-26  Paul Brook  <paul@nowt.org>
10248         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10250 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10252         * Makefile.tpl (all-make): Depend on intl.
10253         * Makefile.in: Rebuilt.
10255 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10257         * install-sh:  Update to newer upstream versions (associated with
10258         aclocal 1.7).
10259         * mkinstalldirs:  Likewise.
10260         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10262 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10264         * MAINTAINERS: Move self from Bug database only accounts
10265         to write-after-approval.
10267 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10269         * config.if: Remove unused libc_interface determination.
10271 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10273         * MAINTAINERS: Move self from write-after-approval to
10274         build machinery (*.in).
10276 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10278         PR bootstrap/11273
10279         PR bootstrap/11408
10280         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10281         unused INSTALL_PROGRAM_ARGS.
10282         * configure.in: Use AC_PROG_INSTALL.
10283         * Makefile.in: Regenerate.
10284         * configure: Regenerate.
10286 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10288         * MAINTAINERS: Alphabetize.
10290 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10292         * configure: Rebuilt.
10293         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10294         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10295         newlib nor libgloss.
10296         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10297         * configure.in (am33_2.0-*-linux*): Added.
10299 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10301         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10302         * configure: Regenerate.
10304 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10306         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10307         * Makefile.in: Regenerate.
10309 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10311         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10312         * Makefile.in: Regenerate.
10314 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10316         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10317         * Makefile.in: Regenerated.
10319         * config-ml.in: Replace PWD with PWD_COMMAND.
10321 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10323         * intl: New directory; see intl/ChangeLog for details.
10324         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10325         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10326         * Makefile.in: Regenerate.
10328 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10330         * configure.in: Clean up config-lang.in handling.  Delete
10331         useless assignment to "subdirs".
10332         * configure: Regenerate.
10334 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10336         * configure.in: Rename 'target_libs' to 'target_libraries'.
10337         Remove useless reference to 'target_libs'.
10338         * configure: Regenerate.
10340 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10342         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10343         * Makefile.in: Regenerate.
10345 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10347         * Makefile.def: Introduce flags_to_pass.
10348         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10349         * Makefile.in: Regenerate.
10351 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10353         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10354         and target-libgloss.
10355         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10356         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10357         * configure: Regenerate.
10359 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10361         * configure.in: Update testsuite_flags to new location.
10362         * configure. Regenerate.
10364 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10366         * Makefile.tpl: Remove BUILD_CC stuff.
10367         * Makefile.in: Regenerate.
10369 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10371         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10373 2003-06-16  Graeme Peterson  <gp@qnx.com>
10375         * MAINTAINERS (Write After Approval): Add myself.
10377 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10379         * config.guess: Update to 2003-06-12 version.
10380         * config.sub: Update to 2003-06-13 version.
10382 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10384         * config.guess: Update to 2003-06-06 version.
10385         * config.sub: Update to 2003-06-06 version.
10387 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10389         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10390         * configure. Regenerate.
10392 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10394         * configure.in: Disable serial configure by default.
10395         * configure: Regenerate.
10396         * Makefile.tpl: Abolish .NOTPARALLEL.
10397         * Makefile.in: Regenerate.
10399         * Makefile.tpl: Replace {build,host,target}_canonical by
10400         {build,host,target}.
10401         * Makefile.in: Regenerate.
10403         * Makefile.tpl: Fix stupid pasto.
10404         * Makefile.in: Regenerate.
10406 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10408         * Makefile.tpl: Remove bogus conditional.
10409         * Makefile.in: Regenerate.
10411 2003-06-05  Jan Hubicka  <jh@suse.cz>
10413         * Makefile.tpl (profiledbootstrap): New target.
10414         * Makefile.in (profiledbootstrap): New target.
10416 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10418         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10419         Pinski. Remove user names from other bugzilla-only maintainers.
10421 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10423         * Makefile.tpl: Make 'recursive targets' using autogen rather
10424         than shell loop.  Remove duplicate 'clean' targets and false
10425         comments.
10426         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10427         Add systematic method of specifying missing targets in subdirs.
10428         Add copyright boilerplate.
10429         * Makefile.in: Regenerate.
10430         * configure.in: Add 'recursive targets' to maybe list.
10431         * configure: Regenerate.
10433         * MAINTAINERS: "GNATS only" -> "Bug database only".
10435         * Makefile.tpl: Rename [+target+] to [+make_target+].
10436         * Makefile.def: Rename 'target' to 'make_target'.
10438 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10440         * MAINTAINERS: Add self as options handling maintainer.
10442 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10444         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10445         been too long since I touched those ports.
10447 2003-05-28  DJ Delorie  <dj@redhat.com>
10449         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10450         * Makefile.in: Regenerate.
10452 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10454         * configure.in: Use curly braces in the definition of tooldir.
10455         * configure: Regenerate.
10457 2003-05-21  DJ Delorie  <dj@redhat.com>
10459         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10460         newlib or libgloss.
10461         * Makefile.in: Regenerate.
10463 2003-05-21  DJ Delorie  <dj@redhat.com>
10465         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10466         * Makefile.in: Regenerate.
10468 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10470         * MAINTAINERS: Update my e-mail address.
10472 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10474         * configure.in: Switch more things to use maybe dependencies.
10475         * Makefile.tpl: Switch more things to use maybe dependencies.
10476         Factor out common code from autogen IF statements.
10477         * configure: Regenerate.
10478         * Makefile.in: Regenerate.
10480 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10482         * configure.in: Accept i[3456789]86 for machine type.
10483         * configure: Regenerate.
10485 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10487         * configure.in: Switch more things to use maybe dependencies.
10488         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10489         * configure: Regenerate.
10490         * Makefile.tpl: Switch more things to use maybe dependencies.
10491         * Makefile.in: Regenerate.
10493 2003-05-16  Andreas Schwab  <schwab@suse.de>
10495         * Makefile.tpl (install-opcodes): Define.
10496         * Makefile.in: Rebuild.
10498 2003-05-13  Andreas Jaeger  <aj@suse.de>
10500         * config.guess: Update to 2003-05-09 version.
10501         * config.sub: Update to 2003-05-09 version.
10503 2003-05-13  Michael Eager  <eager@mvista.com>
10505         * configure.in: Correct sed script so that options in quotes are not
10506         deleted.
10507         * configure: Rebuild.
10509 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10511         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10512         and $$s/newlib/libc/sys/cygwin32 include paths.
10513         * configure: Ditto.
10515 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10517         * MAINTAINERS: Update my email addresses.
10519 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10521         * config-ml.in: Propagate INSTALL variables.
10523 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10525         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10527 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10529         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10530         * Makefile.in: Regenerate.
10532 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10534         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10536 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10538         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10540 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10542         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10543         * Makefile.in: Regenerated.
10545 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10547         * MAINTAINERS (Write After Approval): Upgrade myself from
10548         GNATS only to write-after-approval. Update my mail address.
10550 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10552         (OS Port Maintainers: freebsd): Add myself.
10554 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10556         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10558 2003-04-22  Kean Johnston  <jkj@sco.com>
10560         * MAINTAINERS (SCO ports): Added myself.
10562 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10564         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10566 2003-04-19  Kean Johnston  <jkj@sco.com>
10568         * MAINTAINERS (Write After Approval): Add myself.
10570 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10572         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10573         * Makefile.in: Regenerate.
10575 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10577         * configure.in (powerpc64*-*-linux*): Remove.
10578         * configure: Rebuilt.
10580 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10582         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10583         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10584         and restrap.
10585         * Makefile.in:  Regenerate.
10587 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10589         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10590         * configure: Regenerated.
10592 2003-04-15  DJ Delorie  <dj@redhat.com>
10594         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10596 2003-04-13  Nick Clifton  <nickc@redhat.com>
10598         * config-ml.in: Remove support for --disable-aix removing
10599         call-aix multilibs.
10601 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10603         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10604         * */configure: Rebuilt.
10606 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10608         * MAINTAINERS: Add my email address.
10610 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10612         * MAINTAINERS (Write After Approval): Add myself.
10614 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10616         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10617         * Makefile.in: Regenerate.
10619 2003-03-14  Michael Chastain  <mec@shout.net>
10621         * Makefile.in: Regenerate with correct Makefile.def.
10623 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10625         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10626         Make macro.
10627         * Makefile.in: Regenerate.
10628         * configure.in: Clean up gxx_include_dir logic.
10629         * configure: Regenerate.
10631 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10633         * MAINTAINERS (Write After Approval): Add myself.
10635 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10637         * MAINTAINERS: Update my mail address.
10639 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10641         * configure.in (gxx_include_dir): Fix typo.
10642         * configure: Regenerated.
10644 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10646         * Makefile.tpl: Reindent.
10647         * Makefile.in: Regenerate.
10648         * configure.in: Reindent.  Don't set unused variables.
10649         * configure: Regenerate.
10651 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10653         * configure.in: Include $(build_tooldir)/sys-include in
10654         FLAGS_FOR_TARGET.
10655         * configure: Regenerated.
10657 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10659         * Makefile.tpl: Always pass down RANLIB.
10660         * Makefile.in: Regenerate.
10662         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10663         * Makefile.in: Regenerate.
10664         * configure.in: Remove unused logic relating to --enable-shared
10665         and --enable-threads.  Remove bogus comments.  Remove redundant
10666         noconfigdirs.
10667         * configure: Regenerate.
10669         * configure.in: Replace ${libstdcxx_version} by its value.
10670         Remove reference to mh-dgux.
10671         * configure: Regenerate.
10673 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10675         * MAINTAINERS (Write After Approval): Add myself.
10677 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10679         * Makefile.tpl: Rearrange.
10680         * Makefile.in: Regenerate.
10682 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10684         * configure.in: Add support for kaOS as cross build target system.
10685         * configure: Regenerated.
10687 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10689         * MAINTAINERS (Write after approval): Add myself.
10691 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10693         * MAINTAINERS: Update my email address.
10695 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10697         * MAINTAINERS: Add self to blanket write privs. section.
10699 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10701         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10702         configure-target-* as some target builds may require additional
10703         flags for preprocessor tests.
10704         * Makefile.in: Regenerated.
10706 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10708         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10709         * ltconfig: Handle it.
10710         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10711         auto-detecting it.
10713         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10714         it is used as argument to $CC.
10715         * ltcf-gcj.sh: Likewise.
10717         * configure.in: Introduce --enable-maintainer-mode.
10718         * configure: Rebuilt.
10719         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10720         for maintainer mode.
10721         * Makefile.in: Rebuilt.
10723 2003-02-18  Jason Merrill  <jason@redhat.com>
10725         * Makefile.tpl (check-c++): Allow parallelism.
10727 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10729         * MAINTAINERS: Remove John Carr (who never actually had access to
10730         gcc.gnu.org).
10732 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10734         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10735         don't configure target-libobjc.
10736         * configure: Regenerate.
10738 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10740         * Makefile.tpl (RANLIB): Define.
10741         * Makefile.in: Regenerate.
10743 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10745         * MAINTAINERS: Update my email.
10747 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10749         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10750         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10751         * Makefile.in: Regenerated.
10752         * configure.in: Remove all traces of snavigator, db, and grep.
10753         * configure: Regenerated.
10755 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10757         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10758         After Approval.
10760 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10762         * MAINTAINERS (Write after approval): Add myself.
10764 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10766         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10767         * Makefile.in: Regenerated.
10769 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10771         * config.guess: Updated to 2003-01-30's version.
10772         * config.sub: Updated to 2003-01-28's version.
10774 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10776         * config.if: If gcc_version is already set, just use it.  Don't set
10777         gcc_version_trigger if it's already set, otherwise set it to
10778         gcc/version.c, but only if the file exists.  If it is not set and
10779         gcc/version.c does not exist, try to extract the version number from
10780         $CC.
10782 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10784         * MAINTAINERS: Add myself to write-after-approval list.
10786 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10788         * configure.in:  Revert 24Jan change.
10789         * configure:  Regenerate.
10791 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10793         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10794         entry of HJ Lu.
10796 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10798         * configure.in: Revert previous change.
10799         * configure: Regenerate.
10801 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10803         * configure.in: Make rda native-only.
10804         * configure: Regenerate.
10806 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10808         * MAINTAINERS: Move myself from GNATS-only-accounts to
10809         write-after-approval.
10811 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10813         * configure.in: Add missing \.
10814         * configure: Rebuilt.
10816 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10818         * configure.in (baseargs): Avoid using \| in sed regular
10819         expressions.
10820         * configure: Rebuilt.
10822 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10824         * configure.in (baseargs): Remove all supported forms of
10825         --cache-file, --srcdir, --host, --build and --target options
10826         from argument lists.
10827         * configure: Rebuilt.
10829 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10831         * MAINTAINERS: Add myself to write-after-approval list.
10833 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10835         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10836         * configure: Rebuilt.
10838 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10840         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10841         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10842         * Makefile.in: Regenerate.
10843         * configure: Regenerate.
10845 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10847         * configure.in: Remove Makefile in build, host and target modules
10848         unless configure was run with --no-recursion.
10849         * configure: Rebuilt.
10851 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10853         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10854         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10855         * Makefile.in: Regenerate.
10857 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10859         * config.guess: Update to 2003-01-03 version.
10860         * config.sub: Update to 2003-01-03 version.
10862 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10864         * configure: Regenerate with proper autoconf 2.13.
10866 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10868         * configure.in: Add AC_PREREQ for consistency.
10869         * configure: Regenerate.
10871 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10873         * configure.in (GDB_TK): Add tcl directories conditional on
10874         gdb/gdbtk directory being present.
10875         * configure: Regenerate.
10877 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10879         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10880         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10881         * configure: Rebuilt.
10883 2002-12-31  Tom Tromey  <tromey@redhat.com>
10885         * Makefile.in: Rebuilt.
10886         * Makefile.def (target_modules) [libffi]: Allow installation.
10888 2002-12-31  Andreas Schwab  <schwab@suse.de>
10890         * configure.in: Fix use of $program_transform_name.
10891         * configure: Regenerated.
10893 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10895         * configure.in (baseargs): Don't remove first configure argument.
10896         * configure: Regenerated.
10898 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10900         * Makefile.tpl (local-distclean): Don't remove...
10901         (multilib.ts): ... this.  Moved into...
10902         (multilib.out): ... this.  Don't use sub-make.
10903         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10904         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10905         (configure-build-[+module+], configure-[+module+],
10906         configure-target-[+module+], configure-gcc): ... these.  Test
10907         for Makefile existence.  Drop config.status from dependencies.
10908         * Makefile.in: Rebuilt.
10909         * configure.in: Move gcc-version-trigger to the end of
10910         ac_configure_args.  Add comments to maybedep.tmp and
10911         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10912         nonopt from baseargs, matching and removing corresponding
10913         whitespace while at it.
10914         * configure: Rebuilt.
10916 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10918         * configure.in (host_configargs): Replace reference to
10919         no-longer-defined buildopts with --build=${build_alias}.
10920         * configure: Rebuilt.
10922         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10923         program_transform_name to standard idiom.
10924         (AUTOGEN, AUTOCONF): Define.
10925         (Makefile.in): Use $(AUTOGEN).
10926         (Makefile): Depend on config.status, and use autoconf-style rule to
10927         build it.  Move original commands to...
10928         (config.status): ... this new target.
10929         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10930         $(AUTOCONF).
10931         * Makefile.in: Rebuilt.
10933 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10935         * Makefile.tpl: Fix dramatic bustage due to change in
10936         program_transform_name.
10937         * Makefile.in: Regenerate.
10939         * configure.in: Remove unnecessary PATH setting.
10940         * configure: Regnerate.
10942         * configure.in: Don't default to unprefixed tools unless
10943         the native tools will work.
10944         * configure: Regenerate.
10946         * configure.in: Convert to autoconf script.  Blow away lots
10947         of now-redundant Makefile fragments.
10948         * configure: Generate using Autoconf.
10949         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10950         * Makefile.in: Regenerate.
10952 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10954         * configure: Fix stupid bug where RANLIB was mistakenly included.
10956         * configure.in: Rename (buildargs, hostargs, targargs) to
10957         (build_configargs, host_configargs, target_configargs).
10959         * configure.in: Move logic out of sed statement.
10961         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10962         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10964 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10966         * config.sub: Import from master repository
10967         * config.guess: Ditto
10969 2002-12-24  Andreas Schwab  <schwab@suse.de>
10971         * Makefile.tpl (multilib.out): Fix missing space.
10972         * Makefile.in: Regenerate.
10974 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10976         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10977         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10978         * Makefile.in: Regenerate.
10979         * configure.in: Remove unnecessary leftovers.
10981 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10983         * configure.in (extra_ranlibflags_for_target): New variable.
10984         (*-*-darwin): Add -c to ranlib commands.
10985         * configure (tooldir): Handle extra_ranlibflags_for_target.
10987 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10989         * Makefile.tpl: Revert HJL's change.
10990         * Makefile.in: Regenerated.
10991         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10992         always.
10994 2002-12-19  Andreas Schwab  <schwab@suse.de>
10996         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10997         * Makefile.in: Regenerate.
10999 2002-12-18  H.J. Lu  <hjl@gnu.org>
11001         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11002         * Makefile.in: Regenerated.
11004         * configure.in (build_prefix): New. Substitute.
11006 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11008         * Makefile.tpl: Don't let real targets depend on phony targets.
11009         * Makefile.in: Regenerate.
11011         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11012         * Makefile.in: Regenerate.
11014 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11016         * config.sub: Import from master repository
11017         * config.guess: Ditto
11019 2002-12-16  Jason Merrill  <jason@redhat.com>
11021         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11022         previous 'make bootstrap'.
11023         * Makefile.in: Regenerate.
11025 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11027         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11029 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11031         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11032         * Makefile.in: Regenerate.
11034 2002-12-13  Jason Merrill  <jason@redhat.com>
11036         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11037         library tests.
11038         (check-c++): Just depend on it and check-target-libstdc++-v3.
11039         * Makefile.in: Regenerate.
11041 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11043         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11044         * Makefile.in: Rebuilt.
11046 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11048         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11050 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11052         * configure: Fix bug put in by gremlins.
11054         * Makefile.tpl: Substitute more autoconfily.
11055         * configure: Substitute more autoconfily.
11056         * Makefile.in: Regenerate.
11058 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11060         * config.sub: Import from master repository
11061         * config.guess: Ditto
11062         * MAINTAINERS: Added Svein Seldal under write after approval
11064 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11066         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11067         * Makefile.in (all-sim): Ditto.
11069 2002-12-06  DJ Delorie  <dj@redhat.com>
11071         * Makefile.tpl: Change configure dependencies to not have real
11072         targets depend on phony targets.
11074 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11076         * configure.in: Revert unintentional change.
11078         * Makefile.tpl: Change dependency for */multilib.out so that
11079         it works when gcc isn't in the tree.
11081         * configure.in: Substitute more.
11082         * configure: Run subconfigures from the Makefile.
11083         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11084         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11086 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11088         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11090 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11092         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11093         and corresponding dependencies.
11094         * Makefile.in: Regenerate.
11096         * configure.in (host_tools): Order binutils, gas and ld for
11097         convenience in running the testsuites.
11099         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11100         * Makefile.in: Regenerate.
11101         * configure.in: Introduce rules to serialize subconfigure runs.
11103         * configure.in: Introduce BASE_CC_FOR_TARGET.
11104         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11105         Realize configure-build-* targets.  Realize configure-target-* targets.
11106         * Makefile.in: Regenerate.
11108 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11110         * configure: Move gcc_version_trigger stuff from here...
11111         * configure.in: ...to here.
11113         * configure.in: Separate subconfigure options added by this file from
11114         options given by the user.  Add machinery to put args for host
11115         subconfigures into the Makefile.
11117         * Makefile.tpl: Remove 'vault' targets.
11118         * Makefile.tpl: Reorder and comment dependencies.
11119         * Makefile.in: Regenerate.
11121 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11122         * configure.in: Fix my broken commit of previous patch. (sigh)
11124 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11126         * configure.in: Move host-specific darwin noconfigdirs into
11127         the host-specific section.
11129 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11131         * configure.in: Move host-specific darwin noconfigdirs into
11132         the host-specific section.
11134 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11136         * configure: Remove skip-this-dir support.
11137         * Makefile.tpl: Remove skip-this-dir support.
11139         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11140         subdirectories.
11141         * Makefile.in: Regenerate.
11143         * Makefile.tpl: Strip out useless setting of 'dir'.
11144         * Makefile.in: Regenerate.
11146 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11148         * configure.in: Fix deeply stupid bug.
11150         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11151         shell code in CXX_FOR_TARGET
11152         * Makefile.def: Introduce raw_cxx.
11153         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11154         RAW_CXX_FOR_TARGET.
11155         * Makefile.in: Regenerate.
11157 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11159         * Makefile.tpl: Remove unnecessary ifs.
11160         * Makefile.in: Regenerate.
11162         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11163         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11164         targets for 'no_install' modules.
11165         * configure: Move GDB_TK substitution to configure.in.  Move
11166         build_modules stuff to configure.in.
11167         * configure.in: Implement soft dependency machinery.  Maybe-ize
11168         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11169         * Makefile.in: Regenerate.
11171 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11173         * Makefile.tpl: Make all-target, install-target behave similarly
11174         to all, install (only hitting configured targets).  Eliminate
11175         unused macro defintions.
11177         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11178         build != host.
11180         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11182         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11184         * configure.in: Produce lists of subdir targets we're actually
11185         configuring.  Remove references to "dosrel".
11186         * Makefile.tpl: Let configure set which subdir targets are hit.
11187         Remove install-cross; clean up install; remove ALL.  Remove
11188         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11189         Autogenerate host module targets.  Remove empty dependency lines
11190         and redundant dependency; rearrange slightly.
11191         * Makefile.def: Add host-side libtermcap, utils.
11193         * Makefile.in: Regenerate.
11195 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11197         * ltconfig (osf[345]): Append $major to soname_spec.
11198         Reflect this in library_names_spec.
11199         * ltmain.sh (osf): Prefix $major with . for use as extension.
11201 2002-11-19  Andreas Jaeger  <aj@suse.de>
11203         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11204         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11205         and sparc64 GNU/Linux systems.
11207 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11209         * MAINTAINERS: Update email.
11211 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11213         * MAINTAINERS: Complete James Dennett's entry.
11215 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11217         * MAINTAINERS (Write After Approval): Add myself.
11219 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11221         * Makefile.tpl: syntactic cleanup
11223 2002-11-13  Stuart Hastings  <stuart@apple.com>
11225         * MAINTAINERS: Add myself to write-after-approval list.
11227 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11229         * Makefile.def: Add list of recursive targets to autogenerate.
11230         Add build_modules.
11231         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11232         targets.  Autogenerate *-build-* targets.
11233         * Makefile.in: Regenerate.
11235 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11237         * configure: More autoconf-style substitutions.
11238         * Makefile.tpl: More autoconf-style substitutions.
11239         * Makefile.in: Regenerate.
11241 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11243         * configure: Substitute more variables in a more autoconf-friendly
11244         way.  Simplify slightly.
11245         * Makefile.tpl: Make more variables substitutable in an
11246         autoconf-friendly way.
11247         * Makefile.in: Regenerate.
11249 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11251         * MAINTAINERS (Write After Approval): Add myself.
11253 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11255         * configure.in (v810*): Remove special setting of tools.
11257         * configure: Add support for extra required flags for ar or nm.
11258         * configure.in (aix4.3+): Use above support for target-specific
11259         issues, rather than using config/mt-aix43.
11261 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11263         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11264         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11265         with $srcdir.  Reformat indentation.  Substitute some variables
11266         formerly hard-coded in the Makefile for build=host.
11267         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11268         * Makefile.def: Autogenerate more.
11269         * Makefile.in: Regenerate.
11271 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11273         * MAINTAINERS (Write After Approval): Add myself.
11275 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11277         * Makefile.def (host_modules): Add rda.
11278         * Makefile.in: Regenerate.
11279         * configure.in (target_tool): Add target-rda to list.
11281 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11283         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11285 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11287         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11288         and restrap targets to this rule.
11289         * Makefile.in:  Regenerate.
11291 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11293         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11294         GNATS only accounts.
11296 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11298         * configure.in (i[3456]86-*-linux*): Add check to disable
11299         ${libgcj} for glibc1.
11301 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11303         * MAINTAINERS: Add myself as ip2k port maintainer.
11305 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11307         * configure.in: Add tic4x target.
11309 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11311         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11312         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11313         * Makefile.in: Regenerate.
11315         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11316         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11317         * Makefile.in: Regenerate.
11319 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11321         * MAINTAINERS: Add myself as web pages co-maintainer.
11323 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11325         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11326         * Makefile.in: Regenerate.
11328 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11330         * MAINTAINERS: Add myself and Nathan Sidwell
11331         <nathan@codesourcery.com> as VxWorks maintainers.
11333 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11335         * Makefile.def: Remove order dependency comments.
11336         * Makefile.tpl: Add explicit install-install dependencies.
11337         * Makefile.in: Regenerate.
11339         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11340         * Makefile.in: Regenerate.
11342         * Makefile.tpl: Add configure-target (for src-release in src)
11343         * Makefile.in: Regenerate.
11345 2002-09-30  Nick Clifton  <nickc@redhat.com>
11347         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11349 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11351         * configure.in (s390*-*-linux*): Enable libgcj.
11353 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11355         * configure: Revert accidentally applied changes.
11357         * Makefile.tpl: Make more autoconf-friendly.
11358         * Makefile.in: Regenerate.
11359         * configure: Make substitution more autoconf-like.
11361 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11363         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11364         single entry to handle all these.
11365         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11366         libjava on arm-*-elf.
11368 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11370         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11371         things that depend on them.
11373 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11375         * Makefile.tpl: Make subsituted variables more autoconfy.
11376         * Makefile.in: Regenerate.
11377         * configure: Make seds more autoconfy.
11379 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11381         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11382         * Makefile.in: Regenerate.
11383         * configure.in: Rewrite sed statements to look autoconfy.
11385         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11386         all-target-foo on configure-target-foo.
11387         * Makefile.def: Ditto.
11388         * Makefile.in: Rebuild.
11390 2002-09-25  Andrew Haley  <aph@redhat.com>
11392         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11394 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11396         * Makefile.def: New file.
11397         * Makefile.tpl: New file.
11398         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11399         * contrib/gcc_update: Note that Makefile.in is a generated file.
11401         * configure.in: Minor rearrangement.  Simplify tests.
11403 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11405         * configure.in (with_headers): Skip copy if value is "yes".
11406         (with_libs): Likewise.
11408 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11410         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11411         * configure.in (sh*-*-pe*): Ditto.
11412         * configure.in (mips*-*-pe*): Ditto.
11413         * configure.in (*arm-wince-pe): Ditto.
11415         * configure.in: Rearrange.
11417 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11419         * MAINTAINERS: Update my email address.
11421 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11423         * MAINTAINERS: (Write After Approval): Add myself.
11425 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11427         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11429 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11431         * MAINTAINERS: Change my mailing address.
11433 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11435         * MAINTAINERS (Write After Approval): Remove myself.
11436         (Various Maintainers: c++ runtime libs): Add myself.
11438 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11440         * MAINTAINERS (Write After Approval): Remove myself.
11441         (Various Maintainers: c++ runtime libs): Add myself.
11443 2002-08-15  Eric Christopher  <echristo@redhat.com>
11445         * config.sub: Import from master repository.
11446         * config.guess: Ditto.
11448 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11450         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11451         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11452         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11454 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11456         * MAINTAINERS: Add self to rs6000 vector extensions.
11458 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11460         * libiberty/configure: Reverted unintended yesterday's check in.
11462 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11464         * boehm-gc/configure, libf2c/configure: Rebuilt.
11465         * libffi/configure, libiberty/configure: Ditto.
11466         * libjava/configure, libobjc/configure: Ditto.
11467         * libstdc++-v3/configure, zlib/configure: Ditto.
11468         Merged from binutils:
11469         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11470         From Steve Ellcey <sje@cup.hp.com>:
11471         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11472         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11473         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11474         IA64.
11475         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11476         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11477         soname_spec, sys_lib_search_path_spec): Ditto.
11479 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11481         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11483 2002-08-04  H.J. Lu  (hjl@gnu.org)
11485         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11487 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11489         * MAINTAINERS (Write After Approval): Add myself.
11491 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11493         * configure.in: Move generic linux case to end.  Copy generic
11494         linux noconfigdirs to mips*-*-linux* entry and new
11495         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11497 2002-07-19  Michael Matz  <matz@suse.de>
11499         * MAINTAINERS: Add myself as ra* maintainer.
11501 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11503         * config.guess: Update to 2002-07-09 version.
11504         * config.sub: Update to 2002-07-03 version.
11506 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11508         * MAINTAINERS: Fix typo in a maintainer email address.
11510 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11512         * configure.in: Remove two redundant tests.
11514 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11516         * configure.in (mips*-*-irix6*o32): Enable stabs.
11518 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11520         * configure.in: Don't build grez.
11521         * Makefile.in: Ditto.
11523         * Makefile.in: Remove references to bsp, cygmon, libstub.
11524         * configure.in: Ditto.
11526         * configure.in: Remove leftover reference to gdbtest.
11528 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11530         * configure.in (gxx_include_dir):  Change to match versioned
11531         C++ headers if --enable-version-specific-runtime-libs is used.
11533 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11535         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11537 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11539         * configure.in: Make --without-x work.
11541 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11543         * configure.in: Rearrange target Makefile fragment collection.
11545         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11546         cvs[src].
11547         * configure.in: Ditto.
11549 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11551         * MAINTAINERS (Write After Approval): Update my e-mail address.
11553 2002-06-24  Ben Elliston  <bje@redhat.com>
11555         * configure.in (host_tools): Remove cgen.
11557         * Makefile.in (all-cgen): Remove; runs from its source directory.
11558         (check-cgen, install-cgen, clean-cgen): Likewise.
11559         (all-opcodes): Do not depend on all-cgen.
11560         (all-sim): Likewise.
11562 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11564         * Makefile.in: Eliminate 'apache' targets.
11565         * configure.in: Eliminate 'apache' targets.
11567         * configure.in: Eliminate redundant tests.  Reorganize.
11569         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11571         * config-ml.in: Eliminate references to Cygnus configure.
11573         * Makefile.in: Eliminate references to building emacs.
11575 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11577         * MAINTAINERS: Update my email address.
11579 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11581         * config.if (libstdcxx_incdir): Version C++ headers.
11582         (cxx_incdir): Remove.
11584 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11586         * MAINTAINERS (Write After Approval): Add self.
11588 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11590         * configure.in: Add support for ip2k.
11592 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11594         * configure.in: Fix AIX configury bug.
11596 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11598         * MAINTAINERS (Write After Approval): Add self.
11600 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11602         * configure.in: replace ${topsrcdir} with ${srcdir}
11604         * configure.in: Move definition of libstdcxx_flags
11605         right above usage, rather than waaay earlier.
11607         * configure.in: Pull definition of is_cross_compiler earlier.
11609         * configure.in: Rearrange a little.
11611         * configure.in: Remove references to librx.
11612         * Makefile.in: Remove references to librx.
11614 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11616         * config.sub: Add support for avr target.
11617         Import from master sources, rev 1.255
11619 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11621         * configure, .cvsignore:  Revert previous change...
11622         * Makefile:  ...delete.
11624 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11626         * configure.in: Eliminate ${gasdir} variable.
11628 2002-06-18  Dave Brolley  <brolley@redhat.com>
11630         * configure.in: Add support for frv.
11631         * config.sub: Add support for frv.
11633 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11635         * configure:  Remove garbage from previous commit.
11637 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11639         * configure:  For in-source builds, make a subdir and re-exec there.
11640         * Makefile:  New file.  Pass targets through to build directory.
11641         * .cvsignore:  No longer ignore "Makefile".
11643 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11645         * MAINTAINERS (Write After Approval): Add self.
11647 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11649         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11651 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11653         * configure.in (vax-*-netbsd*): Re-enable gas.
11655 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11657         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11658         BUILD_PREFIX_1, to correct nomenclature.
11659         * configure: Likewise.
11661         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11662         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11664 2002-05-31  Olaf Hering  <olh@suse.de>
11666         * config-ml.in: Propogate DESTDIR also.
11668 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11670         * configure.in (vax-*-netbsd*): Don't build gas for this
11671         platform.
11673 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11675         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11676         and libgcj for AVR.
11678 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11680         * MAINTAINERS (Write After Approval): Add myself.
11682 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11684         * config.guess: Update to 2002-05-22 version.
11685         * config.sub: Likewise.
11687 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11689         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11690         * config-ml.in: Likewise.
11691         * configure: Likewise.
11692         * configure.in: Likewise.
11694 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11696         * MAINTAINERS: Update my email address.
11698 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11700         * configure.in: Simplify makefile fragment collection.
11702         * configure.in: Remove code to build emacs.
11704         * configure.in : Remove --srcdir argument from targargs and buildargs
11705         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11707         * configure: Move some logic to configure.in.
11708         * configure.in: Move some logic from configure.
11710 2002-05-11  Tom Tromey  <tromey@redhat.com>
11712         * MAINTAINERS: Reflect libgcj reality.
11714 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11716         * Makefile.in: Honour DESTDIR.
11718 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11720         * config.guess: Import 2002-03-20 version.
11721         * config.sub: Import 2002-04-26 version.
11723 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11725         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11727 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11729         * MAINTAINERS: Add self.
11731 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11733         * ltmain.sh: Detect and handle object name conflicts
11734         while piecewise linking a static library.
11736 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11738         * configure.in (noconfigdirs): Don't disable libgcj on
11739         sparc64-*-solaris* and sparcv9-*-solaris*.
11741 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11743         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11745 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11747         * configure.in (FLAGS_FOR_TARGET): Do not add
11748         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11749         on i[3456]86-*-linux*.
11751 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11753         * configure.in (noconfigdirs): Replace [ ] with test.
11755         * configure.in (noconfigdirs): Do not add target-newlib if
11756         target == i[3456]86-*-linux*, and host == target.
11758 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11760         * configure.in: delete reference to absent file
11762         * configure.in: replace '[' with 'test'
11764         * configure.in: Eliminate references to gash.
11765         * Makefile.in: Eliminate references to gash.
11767         * configure.in: remove useless references to 'pic' makefile fragments.
11769         * configure.in: (*-*-windows*) Finish removing.
11771         * configure.in: Eliminate redundant test for libgui.
11773 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11775         * MAINTAINERS: Add self and realphabetize.  Update entries
11776         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11777         entry for a29k port maintainer.
11779 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11781         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11782         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11784 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11786         * configure.in: remove references to dead files
11788 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11790         * MAINTAINERS: Add information about purpose of this file.
11792 2002-04-18  Tom Tromey  <tromey@redhat.com>
11794         * configure.in: Disallow configuring libgcj when it is already
11795         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11796         Solaris 2.8 by default.  For PR libgcj/6158.
11798 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11800         * configure.in:  Move default CC setting out of config/mh-* fragments
11801         directly into here.
11803 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11805         * configure.in: don't even try to configure or make a subdirectory
11806         if there's no configure script for it.
11808 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11810         * MAINTAINERS: Remove chill maintainers.
11811         * Makefile.in (CHILLFLAGS): Remove.
11812         (CHILL_LIB): Remove.
11813         (TARGET_CONFIGDIRS): Remove libchill.
11814         (CHILL_FOR_TARGET): Remove.
11815         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11816         CHILL_LIB.
11817         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11818         (CHECK_TARGET_MODULES): Likewise.
11819         (INSTALL_TARGET_MODULES): Likewise.
11820         (CLEAN_TARGET_MODULES): Likewise.
11821         (configure-target-libchill): Remove.
11822         (all-target-libchill): Remove.
11823         * configure.in (target_libs): Remove target-libchill.
11824         Do not compute CHILL_FOR_TARGET.
11825         * libchill: Remove directory.
11827 2002-04-11  DJ Delorie  <dj@redhat.com>
11829         * Makefile.in, configure.in: Sync with binutils, entries
11830         follow...
11832 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11834         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11835         (do-tar, do-bz2): New rules.
11836         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11837         (gdb-tar): New rule.
11838         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11839         (insight_dejagnu.tar): New rule.
11840         (insight.tar): New rule.
11841         (gdb+dejagnu.tar): New rule.
11842         (gdb.tar): New rule.
11844 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11846         * Makefile.in: Add all-tix to deps for all-snavigator
11847         so that tix is built when building snavigator.
11849 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11851         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11852         ld and gdb are not supported.
11854 2002-01-07  Mark Salter  <msalter@redhat.com>
11856         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11857         Allow target-libgloss to be built for arm, strongarm, and xscale.
11859 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11861         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11862         options for i[3456]86-pc-linux* native builds.
11864 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11866         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11867         files from .po files for a distribution.
11869 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11871         * configure.in: Enable libstdc++-v3 for h8300 targets.
11873 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11875         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11876         version from bfd/.
11878 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11880         * Makefile.in (VER): When present, extract the version number from
11881         the file version.in.
11883 2001-05-24  Tom Rix  <trix@redhat.com>
11885         * configure.in : enable ld for aix
11887 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11889         * config.guess: Add linux target for S/390.
11891 2000-11-07  Philip Blundell  <pb@futuretv.com>
11893         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11895 2000-11-03  Philip Blundell  <pb@futuretv.com>
11897         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11898         files.
11900 2001-01-15  Ben Elliston  <bje@redhat.com>
11902         * configure.in (host_tools): Add sid.
11903         Always configure cgen.
11905 2000-11-24  Nick Clifton  <nickc@redhat.com>
11907         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11909 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11911         * Makefile.in (ALL_MODULES): Add all-cgen.
11912         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11913         (all-cgen): New target.
11914         (all-opcodes,all-sim): Depend on all-cgen.
11915         * configure.in (host_tools): Add cgen.
11916         Only configure cgen if --enable-cgen-maint.
11918 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11920         * configure.in: Add *-*-freebsd* configurations.
11922 2002-04-08  Tom Tromey  <tromey@redhat.com>
11924         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11925         Fixes PR libgcj/6068.
11927 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11929         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11931 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11933         * configure.in (alpha*-dec-osf*): Enable libgcj.
11935 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11937         * MAINTAINERS (Write After Approval): Add myself.
11939 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11941         Fix for: PR bootstrap/3591, target/5676
11942         * configure.in (mcore-pe): Disable the configuration of
11943         libstdc++-v3 since exceptions are not supported.
11945 2002-03-20  Anthony Green  <green@redhat.com>
11947         * configure.in: Enable libgcj for xscale-elf target.
11949 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11951         * MAINTAINERS:  Update my email address.
11953 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11955         * ltmain.sh (relink_command): Fix typo in previous change.
11957 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11959         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11960         (relink_command): Added --tag flags.
11961         (mode=install): If relinking fails; error out.
11963 2002-03-12  Richard Henderson  <rth@redhat.com>
11965         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11966         .NOTPARALLEL tag.
11967         (do-check): Rename from check.
11968         (check): Allow parallel check.
11970 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11972         * MAINTAINERS: Add myself as maintainer for xtensa port.
11973         Fix alphabetical order in CPU port maintainer list.
11974         Remove myself from Write After Approval list.
11976 2002-03-11  Richard Henderson  <rth@redhat.com>
11978         * Makefile.in (.NOTPARALLEL): Add fake tag.
11980 2002-03-07  H.J. Lu  (hjl@gnu.org)
11982         * configure.in: Enable gprof for mips*-*-linux*.
11984 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11986         * MAINTAINERS (Write After Approval): Add myself.
11988 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11990         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11991         libjava.
11992         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11994 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11996         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11997         because its Makefile is there; test for the executable instead.
11999 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12001         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12002         libstdc++-v3 and libjava.
12004 2002-02-11  Adam Megacz  <adam@xwt.org>
12006         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12007         boehm-gc
12009 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12011         * config.guess: Updated to 2002-01-30's version.
12012         * config.sub: Updated to 2002-02-01's version.
12013         Contribute sh64-elf.
12014         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12015         * configure.in: Added sh64-*-*.
12017 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12019         * MAINTAINERS: Belatedly add myself to write after approval list.
12021 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12023         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12024         Remove self as Write After Approval.
12026 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12028         * MAINTAINERS: Put self in as maintainer for contrib/regression
12029         directory.
12031 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12033         * MAINTAINERS:  Update my email address.
12035 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12037         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12038         target-libiberty, and target-libgloss.  Skip Java-related
12039         libraries if not supported for NetBSD on target CPU.
12041 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12043         * install-sh: Use _inst.$$_ for temp file name.
12045 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12047         * MAINTAINERS (Write After Approval): Move my contact info
12048         from here...
12049         (OS Port Maintainers): ...to here (netbsd).
12051 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12053         * MAINTAINERS (Write After Approval): Add myself.
12055 2002-01-17  H.J. Lu  <hjl@gnu.org>
12057         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12058         (all-target-fastjar): Also depend on all-target-libiberty.
12060 2002-01-16  H.J. Lu  (hjl@gnu.org)
12062         * config.guess: Import from master sources, rev 1.225.
12063         * config.sub: Import from master sources, rev 1.238.
12065 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12067         * MAINTAINERS (Write After Approval): Remove myself.
12069 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12071         * MAINTAINERS (Write After Approval): Add myself.
12073 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12075         * MAINTAINERS: Add self as docs co-maintainer.
12077 2001-12-11  Matthias Klose  <doko@debian.org>
12079         * MAINTAINERS (Write After Approval): Add myself.
12081 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12083         * MAINTAINERS: Update my email address.
12085 2001-12-07  Turly O'Connor  <turly@apple.com>
12086         * MAINTAINERS (Write After Approval): Add myself.
12087         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12088         (rs6000_initialize_trampoline): Call __trampoline_setup for
12089         ABI_DARWIN too.
12090         * darwin-tramp.asm: New file, implements __trampoline_setup.
12091         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12093 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12095         * MAINTAINERS (Write After Approval): Add myself.
12097 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12099         * configure, configure.in: Use temp file for long sed commands.
12101 2001-12-03  Laurent Guerby  <guerby@acm.org>
12103         * config.sub: Update to version 1.232 on subversion.
12105 2001-12-03  Ben Elliston  <bje@redhat.com>
12107         * MAINTAINERS: Update mail address for config.* patches.
12109 2001-11-27  DJ Delorie  <dj@redhat.com>
12110             Zack Weinberg  <zack@codesourcery.com>
12112         When build != host, create libiberty for the build machine.
12114         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12115         CONFIG_ARGUMENTS.
12116         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12117         New variables.
12118         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12119         and rules.
12120         (all.normal): Depend on ALL_BUILD_MODULES.
12121         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12122         (all-build-libiberty): Depend on configure-build-libiberty.
12124         * configure: Calculate and substitute proper value for
12125         ALL_BUILD_MODULES.
12126         * configure.in: Create the build subdirectory.
12127         Calculate and substitute TARGET_CONFIGARGS (formerly
12128         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12130 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12132         * MAINTAINERS (write-after-approval): Add self.
12134 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12136         * MAINTAINERS (GNATS only accounts): Remove self.
12138 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12140         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12141         libf2c.
12143 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12145         * MAINTAINERS (Write After Approval): Add self.
12147 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12149         * MAINTAINERS: mips and s390 are also CPU ports.
12151 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12153         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12155 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12157         * MAINTAINERS: Alphabetize.
12159 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12161         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12163 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12165         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12167 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12169         * configure.in (--enable-languages): Be more permissive about
12170         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12172 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12174         * config.sub: Import from master sources, rev. 1.230.
12175         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12177 2001-11-07  Laurent Guerby  <guerby@acm.org>
12179         * MAINTAINERS (Write After Approval): Add self.
12181 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12183         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12185 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12187         * config.sub: Import from master sources, rev 1.226.
12188         * config.guess: Import from master sources, rev 1.216.
12190 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12192         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12193         * MAINTAINERS: Add self as maintainer of MMIX port.
12194         Remove old after-approval entry.
12196 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12198         * ChangeLog, configure: Fix spelling errors.
12200 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12202         * MAINTAINERS: Tweak my address.
12204 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12206         * MAINTAINERS: Update my email address.
12208 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12210         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12211         * MAINTAINERS: Add self as maintainer of CRIS port.
12213 2001-10-10  Geert Bosch  <bosch@gnat.com>
12215         * MAINTAINERS (Various maintainers: Ada front end):
12216         Added Robert Dewar.
12218 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12220         * MAINTAINERS (Write After Approval): Added self
12222 2001-10-02  Geert Bosch  <bosch@gnat.com>
12224         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12226 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12228         * configure: Handle temporary files securely using mkdir.
12230 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12232         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12234 2001-09-26  Will Cohen  <wcohen@redhat.com>
12236         * configure.in (*-*-linux*): Disable configuration of target-newlib
12237         and target-libgloss.
12239 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12241         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12242         RANLIB.
12244 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12246         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12247         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12248         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12249         avoid quotes nesting problems.
12250         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12251         (DO_X): Export only variables that are set.
12253 2001-09-19  Ben Elliston  <bje@redhat.com>
12255         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12256         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12257         semantics.  Use the shell built-in "type" command instead.
12259 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12261         Merged from gcc-3_0-branch:
12262         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12263         * ltcf-c.sh: Use $objext, not $ac_objext.
12264         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12265         * ltcf-cxx.sh: Add support for GNU.
12266         2001-07-22  Timothy Wall  <twall@redhat.com>
12267         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12268         default settings if using GNU tools with that configuration.
12269         * ltcf-cxx.sh: Ditto.
12270         * ltcf-gcj.sh: Ditto.
12271         2001-07-21  Michael Chastain  <chastain@redhat.com>
12272         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12273         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12274         * ltmain.sh: Mark as gcc-local.
12276 2001-08-30  Eric Christopher  <echristo@redhat.com>
12277             Jason Eckhardt  <jle@redhat.com>
12279         * config.guess: Merge from master sources.
12280         * config.sub: Merge from master sources, add support for mipsisa32.
12282 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12283         * config.sub: Merge from master sources, rev 1.219.
12284         * MAINTAINERS: Add self as contact for stormy16 port.
12286 2001-08-14  Zack Weinberg  <zackw@panix.com>
12288         * config.sub: Merge from master sources, rev 1.218.
12289         * config.guess: Merge from master sources, rev 1.209.
12291 2001-08-11  Graham Stott  <grahams@redhat.com>
12293         * Makefile.in (check-c++): Add missing semicolon.
12295 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12297         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12299 2001-07-30  Eric Christopher  <echristo@redhat.com>
12301         * MAINTAINERS (Various maintainers: mips port): Added myself.
12303 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12305         * configure.in (sh-*-linux*): New.
12307 2001-07-27  Richard Henderson  <rth@redhat.com>
12309         * .cvsignore: Add LAST_UPDATED.
12311 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12313         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12315 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12317         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12319 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12321         * MAINTAINERS (Write After Approval): Added myself.
12323 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12325         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12326         and libgcj on m68hc11/m68hc12.
12328 2001-06-27  H.J. Lu  (hjl@gnu.org)
12330         * Makefile (CFLAGS_FOR_BUILD): New.
12331         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12333 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12335         * README: Remove version number.
12337 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12339         * INSTALL/README: Update wrt. to the installation instructions now
12340         residing in gcc/doc/install.texi.
12342 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12344         * README: Replace with a cut-down and updated version of gcc/README.
12346 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12348         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12349         multilibs to be disabled.
12351 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12353         * MAINTAINERS (Write After Approval): Add myself.
12355 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12357         * config.guess: Import CVS version 1.195.
12358         * config.sub: Import CVS version 1.212.
12360 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12362         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12363         gcc/xgcc is built, use -print-prog-name to find out the program
12364         name to use.
12366 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12368         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12369         appear to also be in the master copy.
12370         * config.sub:  Import CVS version 1.211.
12372 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12374         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12375         with_gcc]: Use `gcc -shared' to build a shared library.
12377 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12379         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12380         archives.
12382 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12384         * MAINTAINERS (Write After Approval): Add myself.
12386 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12388         * configure.in (libstdcxx_flags): Do not try to execute
12389         libstdc++-v3/testsuite_flags until it exists.
12391 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12393         * MAINTAINERS: Update my email address.
12395 2001-05-31  Graham Stott  <grahams@redhat.com>
12397         * MAINTAINERS (Write After Approval): Add myself.
12399 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12401         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12402         libraries when using g++ with native linker.
12404 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12406         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12408 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12410         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12411         [aix4*|aix5*]: Prepend blank.
12413 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12415         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12416         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12417         of subdir/configure scripts to use the new libtool.m4.
12419 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12421         * MAINTAINERS (Write After Approval): Add myself.
12423 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12425         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12427 2001-05-11  Ben Elliston  <bje@redhat.com>
12429         * Makefile.in (all-sid): New target.
12430         (check-sid, clean-sid, install-sid): Likewise.
12432 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12434         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12436 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12438         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12439         libgcj.
12441 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12443         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12444         gcc/xgcc is built, use -print-prog-name to find out the program
12445         name to use.
12447 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12449         * configure.in (noconfigdirs): Don't reset it from scratch in the
12450         target case; only append to it.
12452         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12453         sparc-*-solaris2.8]: Disable ${libgcj}.
12455 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12457         * configure.in (libgcj_saved): Copy from $libgcj.
12458         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12459         --disable-libgcj.
12461 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12463         * MAINTAINERS: Remove self as MIPS maintainer and
12464         C front end maintainer.
12466 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12468         * configure.in: Move *-chorusos target case to the proper switch.
12469         Disable libgcj.
12471 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12473         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12474         1.641.2.228.
12476 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12478         * Makefile.in (STAGE1_CFLAGS): Pass down.
12480 2001-04-13  Alan Modra  <amodra@one.net.au>
12482         * config.guess: Add hppa64-linux support.  Note for next import that
12483         this is already in the master file.
12484         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12486 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12488         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12489         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12491 2001-04-11  Stan Shebs  <shebs@apple.com>
12493         * MAINTAINERS: Add self as Darwin port maintainer.
12495 2001-04-11  Alan Modra  <amodra@one.net.au>
12497         * MAINTAINERS: Update my email address.
12499 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12501         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12502         recent versions of FreeBSD (release 3 or later).
12503         * ltconfig: On FreeBSD, -lc must not be provided when building
12504         a shared library or else the standard -pthread gcc option is
12505         rendered worthless to later users of the built library.
12507 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12509         * MAINTAINERS: Add self and RTH as C front end maintainers.
12511 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12513         * config.sub: Make sure to match an already-canonicalized
12514         machine name (eg. mn10300-unknown-elf).
12516 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12518         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12519         New macros.
12520         (bootstrap, cross): Use RECURSE_FLAGS.
12521         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12523 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12525         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12527 2001-03-22  Colin Howell  <chowell@redhat.com>
12529         * Makefile.in (DO_X): Do not backslash single-quotes in
12530         backquotes (two places).
12532 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12534         Re-installed:
12535         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12536         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12537         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12538         * ltcf-cxx.sh: Likewise.
12539         * ltcf-gcj.sh: Likewise.
12541 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12543         * MAINTAINERS: Add myself as "documentation co-maintainer".
12545 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12547         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12548         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12550 2001-03-19  Tom Tromey  <tromey@redhat.com>
12552         * config-ml.in: Handle GCJ and GCJFLAGS.
12554 2001-03-21  Michael Chastain  <chastain@redhat.com>
12556         * Makefile.in: all-m4 depends on all-texinfo.
12558 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12560         * MAINTAINERS: Add myself to write after approval list.
12562 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12564         * Makefile.in (DO_X): Quote nested quotes.
12566 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12568         * MAINTAINERS: Add myself to write after approval list.
12570 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12572         * Makefile.in (DO_X): Use double quotes for quoting
12573         "RANLIB=$${RANLIB}".
12575 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12577         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12579 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12581         * configure.in: Only use `lang_requires' for languages athat are
12582         actually enabled.
12584 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12586         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12588 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12590         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12592 2001-03-07  Tom Tromey  <tromey@redhat.com>
12594         * configure.in: Allow config-lang.in to set `lang_requires' to list
12595         of other required languages.
12597 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12599         * Makefile.in: Remove RANLIB definition. Use RANLIB
12600         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12601         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12603 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12604             Alexandre Oliva  <aoliva@redhat.com>
12606         * Makefile.in (check-c++): Use tabs, not spaces.
12608 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12610         * MAINTAINERS: add myself to Write After Approval list.
12612 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12614         * Makefile.in (check-c++): New rule.
12616         * configure.in (target_libs): Remove libg++.
12617         (noconfigdirs): Remove libg++.
12618         (noconfigdirs): Same.
12619         (noconfigdirs): Same.
12620         (noconfigdirs): Same.
12622         * config-ml.in: Remove libg++ references.
12624         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12625         (ALL_TARGET_MODULES): Same.
12626         (configure-target-libg++): Remove.
12627         (all-target-libg++): Remove.
12628         (configure-target-libio): Remove.
12629         (all-target-libio): Remove.
12630         (check-target-libio): Remove.
12631         (.PHONY): Remove.
12632         (libg++.tar.bz2): Remove.
12633         (all-target-cygmon): Remove libio.
12634         (all-target-libstdc++): Remove.
12635         (configure-target-libstdc++): Remove.
12636         (TARGET_LIB_PATH): Remove libstdc++.
12637         (ALL_GCC_CXX): Remove libstdc++.
12638         (all-target-gperf): Correct.
12640 2001-02-16  Nick Clifton  <nickc@redhat.com>
12642         * configure.in (noconfigdirs): Allow configuration of texinfo
12643         for Cygwin hosts.
12645 2001-02-15  Anthony Green  <green@redhat.com>
12647         * configure: Introduce GCJ_FOR_TARGET.
12648         * configure.in: Ditto.
12649         * Makefile.in: Ditto.
12651 2001-02-13  Andreas Schwab  <schwab@suse.de>
12653         * MAINTAINERS: Update mail address.
12655 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12657         * config.guess: Add linux target for S/390.
12658         * config.sub: Likewise.
12660 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12662         * configure.in: for *-chorusos, don't config target-newlib and
12663         target-libgloss.
12665 2001-02-06  Ben Elliston  <bje@redhat.com>
12667         * configure: Output host type to stdout, not stderr.
12669 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12671         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12672         * ltcf-cxx.sh: Likewise.
12674         * config.if: Assume enable_libstdcxx_v3 is defined.
12676 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12678         Remove V2 C++ library.
12679         * configure.in: Remove --enable-libstdcxx_v3 support.
12681 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12683         * include/demangle.h: Add prototype for java_demangle_v3.
12685 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12687         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12689 2001-01-27  Richard Henderson  <rth@redhat.com>
12691         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12693 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12695         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12696         Don't unset, it's non-portable and no longer necessary, set to empty
12697         instead.
12699 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12701         * ltconfig: Shell portability fix for the tagname validity check.
12703 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12705         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12706         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12708 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12710         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12712 2001-01-26  Tom Tromey  <tromey@redhat.com>
12714         * configure.in: Allow libgcj to be built on Sparc Solaris.
12716 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12718         * ltcf-c.sh: Add aix5 case.
12719         * ltcf-cxx.sh: Likewise.
12720         * ltconfig: Likewise.
12722 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12724         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12725         keep at least one of build_libtool_libs or build_old_libs set to
12726         yes.
12728         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12729         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12731 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12733         * configure.in: Enable libgcj on several additional platforms.
12735 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12737         * configure.in: Enable libgcj for linux targets.
12739 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12741         * MAINTAINERS (Write After Approval): Add myself.
12743 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12745         * MAINTAINERS: Add myself as vax port maintainer.
12747 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12749         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12751 2001-01-09  Mike Stump  <mrs@wrs.com>
12753         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12754         failures of subdirectories.
12756 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12758         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12759         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12760         * ltcf-cxx.sh: Likewise.
12761         * ltcf-gcj.sh: Likewise.
12762         * ltconfig.sh: Fix typo.
12764 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12766         * configure: handle DOS-style absolute paths.
12768 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12770         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12772 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12774         * MAINTAINERS: Add myself as avr port co-maintainer.
12776 2000-12-28  Ben Elliston  <bje@redhat.com>
12778         * MAINTAINERS: Add myself under ``Write After Approval''.
12780 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12782         * texinfo: Remove directory from GCC.
12784 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12786         * COPYING: Update to current
12787         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12788         to 19yy as example year in copyright notice).
12790 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12792         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12793         (libstdcxx_incdir): Pass down.
12794         * config.if: Remove expired bits for cxx_interface, add stub.
12795         (libstdcxx_incdir): Add variable for g++ include directory.
12796         * configure.in (gxx_include_dir): Use it.
12798 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12800         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12801         with old-email address from ``Write After Approval''.
12803 2000-12-15  Andreas Jaeger  <aj@suse.de>
12805         * configure.in: Handle lang_dirs.
12807 2000-12-14  Tom Tromey  <tromey@redhat.com>
12809         * MAINTAINERS: Removed brads.
12811         * MAINTAINERS: Added gcj developers.
12813 2000-12-13  Anthony Green  <green@redhat.com>
12815         * configure.in: Disable libgcj for any target not specifically
12816         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12817         with g++ abi.
12819 2000-12-13  Mike Stump  <mrs@wrs.com>
12821         * Makefile.in (local-distclean): Also remove fastjar.
12823 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12825         * contrib/gcc_update: Add fastjar --touch entries.
12827 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12829         * configure.in: Disable language-specific target libraries for
12830         languages that aren't enabled.
12832 2000-12-10  Anthony Green  <green@redhat.com>
12834         * configure.in: Define libgcj.  Disable libgcj target libraries for
12835         most targets.
12837 2000-12-10  Neil Booth  <neilb@earthling.net>
12839         * MAINTAINERS: Update mail address, remove from WAA list.
12841 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12843         * libjava: Imported from /cvs/java.
12844         * libffi: Likewise.
12845         * Boehm-gc: Likewise.
12847 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12849         * configure.in (target_libs): Revert 2000-12-08 patch.
12850         (noconfigdirs): Added target-libjava.
12852 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12854         * djunpack.bat: removed.
12856 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12858         * Makefile.in: handle DOS-style absolute paths.
12859         * config-ml.in: likewise.
12860         * symlink-tree: likewise.
12862 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12864         * fastjar: Imported.
12866 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12868         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12869         libjava.
12870         * configure.in (target_libs): Removed `target-libjava'.
12872 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12874         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12875         (ALL_MODULES): Added fastjar.
12876         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12877         (all-target-libjava): all-fastjar replaces all-zip.
12878         (all-fastjar): Added.
12879         (configure-target-fastjar, all-target-fastjar): Likewise.
12880         * configure.in (host_tools): Added fastjar.
12882 2000-12-07  Mike Stump  <mrs@wrs.com>
12884         * Makefile.in (local-distclean): Remove leftover built files.
12886 2000-11-24  Nick Clifton  <nickc@redhat.com>
12888         * configure.in (xscale-elf): Add target.
12889         (xscale-coff): Add target.
12891 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12893         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12894         recent versions of FreeBSD (release 3 or later).
12895         * ltconfig: On FreeBSD, -lc must not be provided when building
12896         a shared library or else the standard -pthread gcc option is
12897         rendered worthless to later users of the built library.
12899 2000-11-16  Fred Fish  <fnf@be.com>
12901         * configure.in (enable_libstdcxx_v3): Fix typo,
12902         libstd++ -> libstdc++.
12904 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12906         * MAINTAINERS: Add self to Write After Approval list.
12908 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12910         * MAINTAINERS: Update my email address.  Add myself to global write
12911         privs list.
12913 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12915         * Makefile.in: Merge with src and libgcj.
12916         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12917         configure-target-<library> when their configure scripts need the C
12918         or C++ library to have already been built to work properly.
12919         (do_proto_toplev): Set them to an empty string.
12921         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12922         (REALLY_SET_LIB_PATH): Use them.
12924 2000-11-17  Stan Shebs  <shebs@apple.com>
12926         * MAINTAINERS: Add self to Write After Approval list.
12928 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12930         * configure: Provide the original toplevel configure arguments
12931         (including $0) to subprocesses in the environment rather than
12932         through gcc/configargs.h.
12934 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12936         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12937         C99.  Alphabetise "Write After Approval" list.
12939 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12941         * configure: Turn on libstdc++ V3 by default.
12943         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12944         if we've got GCC.
12946 2000-11-11  Philip Blundell  <philb@gnu.org>
12948         * MAINTAINERS: Add self to Write After Approval list.
12950 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12952         * ltcf-c.sh (aix4): Improve shared library configuration; require
12953         exporting symbols.
12954         * ltcf-cxx.sh (aix4): Define.
12955         * ltconfig (aix4): Define library and soname specs appropriate for
12956         AIX.  Define command to create export symbols list.
12958 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12960         * config.sub: Add support for Sun Chorus
12962 2000-10-31  Nick Clifton  <nickc@redhat.com>
12964         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12965         <name>@redhat.com.  Also installed new email address for Clint
12966         Popetz.
12968 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12970         * etc: Remove directory from GCC.
12972 2000-10-16  Michael Meissner  <meissner@redhat.com>
12974         * configure (gcc/configargs.h): Only create if there is a build GCC
12975         directory created.
12977 2000-10-16  Matthias Klose  <doko@debian.org>
12979         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12980         when configured for libstdc++-v3.
12982 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12984         * configure: Save configure arguments to gcc/configargs.h.
12986 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12988         * config.guess: Import CVS version 1.157.
12989         * config.sub: Import CVS version 1.181.
12991 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12993         * Makefile.in (bootstrap): avoid recursion if subdir missing
12994         (cross): ditto
12995         (do-proto-toplev): ditto
12997 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12999         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13000         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13002         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13003         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13004         all affected `configure' scripts.
13006 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13008         * MAINTAINERS: Add self as cpplib co-maintainer.
13010 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13012         * MAINTAINERS: Add self to Write After Approval list.
13014 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13016         * INSTALL/README: egcs -> GCC update.
13018 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13020         * MAINTAINERS: Add myself to Write After Approval list.
13022 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13024         * MAINTAINERS: Add myself to Write After Approval list.
13026 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13028         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13029         X11 libraries for hppa64.
13031 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13033         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13035 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13037         * Makefile.in (all-zlib): Added dummy target.
13039         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13040         ltcf-gcj.sh: Updated from libtool multi-language branch.
13042 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13044         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13045         (bootstrap*): Depend on all-bootstrap.
13047 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13049         * config.guess: Import CVS version 1.156.
13050         * config.sub: Import CVS version 1.179.
13052 2000-09-02  Anthony Green  <green@cygnus.com>
13054         * Makefile.in (all-gcc): Depend on all-zlib.
13055         (CLEAN_MODULES): Add clean-zlib.
13056         (ALL_MODULES): Add all-zlib.
13057         * configure.in (host_libs): Add zlib.
13059 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13061         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13062         crosses, but add gcc/include to the header search path for them.
13064 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13066         * MAINTAINERS: Add self to Write After Approval list.
13068 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13070         * config.guess: Import CVS version 1.152.
13071         * config.sub: Import CVS version 1.177.
13073 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13075         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13076         $targargs to tell whether newlib is going to be built.
13078         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13079         $$r/TARGET_SUBDIR/libio for _G_config.h.
13081 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13083         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13085 2000-08-22  DJ Delorie  <dj@redhat.com>
13087         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13089 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13091         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13092         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13093         sub-configures.
13095 2000-08-21  DJ Delorie  <dj@redhat.com>
13097         * MAINTAINERS: Add self as a libiberty maintainer
13099 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13101         * configure.in (libstdcxx_flags): Use
13102         libstdc++-v3/src/libstdc++.INC.
13104 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13106         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13108 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13110         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13112         * configure: Make enable_threads and enable_shared defaults
13113         explicit.  Substitute enable_threads into generated Makefiles.
13114         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13115         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13117 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13119         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13121 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13123         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13124         previous delta.
13126 2000-08-11  Jason Merrill  <jason@redhat.com>
13128         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13129         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13130         (FLAGS_FOR_TARGET): Not here.
13131         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13133 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13135         * config-ml.in (CC, CXX): Don't introduce a leading space.
13137 2000-08-07  DJ Delorie  <dj@delorie.com>
13139         * MAINTAINERS: Add self as a DJGPP maintainer
13141 2000-08-07  DJ Delorie  <dj@redhat.com>
13143         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13144         "if we're also building gcc, and it's a gcc that will run on the
13145         build machine, we want to use its includes instead of the system's
13146         default includes".
13148 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13150         * MAINTAINERS: Add self to Write After Approval list.
13152 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13154         * configure.in (libstdcxx_flags): Don't use `"'.
13156         * config-ml.in: Adjust multilib search paths to the
13157         appropriate multilib tree.
13159 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13161         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13162         commas in $LANGUAGES.
13164 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13166         * configure.in: Re-enable all references to libg++ and librx.
13168 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13170         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13171         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13172         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13173         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13175         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13177 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13179         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13180         CXX_FOR_TARGET for sed.
13182 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13184         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13185         Do not override if already set in the environment or in configure.
13186         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13187         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13189 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13191         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13192         the libtool CVS tree multi-language branch.
13193         * ltconfig, ltmain.sh: Updated.
13195 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13197         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13198         (clean-target): Depend on it.
13200         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13201         (GCC_FOR_TARGET): Use it.
13202         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13203         * configure.in: ... here.
13204         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13205         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13207 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13209         * MAINTAINERS: Add self to Write After Approval list.
13211 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13213         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13214         (configure-target-libchill, configure-target-libobjc): Likewise.
13216         * configure.in: Use the same cache file for all target libs.
13217         * config-ml.in: But different cache files per multilib variant.
13219 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13221         * configure (topsrcdir): Don't use dirname.
13223 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13225         * MAINTAINERS: Add self to Write After Approval list.
13227 2000-07-20  Jason Merrill  <jason@redhat.com>
13229         * configure.in: Remove all references to libg++ and librx.
13231         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13233 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13235         * config.sub: Update to subversions version 2000-07-06.
13237 2000-07-12  Andrew Haley  <aph@cygnus.com>
13239         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13240         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13242 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13244         * symlink-tree:  Check number of arguments.
13246 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13248         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13249         search path for a g++ extracted from the build tree.  This
13250         will allow link tests run by configure scripts in
13251         subdirectories to succeed.
13253 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13255         * ltconfig: Add support for mips-dde-sysv4.2MP
13257 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13259         * MAINTAINERS: Add myself as loop discovery maintainer.
13261 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13263         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13264         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13266 2000-06-19  Timothy Wall  <twall@cygnus.com>
13268         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13269         * config.sub: Add tic54x target.
13271 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13273         * MAINTAINERS: Add self as Fortran maintainer,
13274         remove Craig Burley.
13276 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13278         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13279         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13281 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13283         * MAINTAINERS: Add self as i18n maintainer
13285 20000-05-21  H.J. Lu  (hjl@gnu.org)
13287         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13288         directory are used if they exist. Make sure
13289         $(build_tooldir)/include is searched for header files,
13290         $(build_tooldir)/lib/ for library files.
13291         (GCC_FOR_TARGET): Likewise.
13292         (CXX_FOR_TARGET): Likewise.
13294 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13296         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13298 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13300         * Makefile.in (configure-target-libiberty): Depend on
13301         configure-target-newlib.
13303 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13305         * configure.in, Makefile.in: Merge all libffi-related
13306         configury stuff from the libgcj tree.
13308 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13310         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13311         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13313 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13315         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13316         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13317         current version information.  Add to proto-toplev directory.
13318         (gdb-taz): Build do-djunpack.
13320 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13322         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13324 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13326         * MAINTAINERS: Add self to Write After Approval list.
13328 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13330         * ltmain.sh: Preserve in relink_command any environment
13331         variables that may affect the linker behavior.
13333 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13335         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13337 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13339         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13341 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13343         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13344         with the version name.
13346 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13348         * MAINTAINERS: Add self as bb-reorder maintainer.
13350 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13352         * config.if: Tweak.
13354 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13356         * djunpack.bat: New file.
13358 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13360         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13361         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13362         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13363         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13365 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13367         * config.sub (case $basic_machine): Change default for "ibm-*"
13368         to "openedition".
13370 2000-04-13  Andreas Jaeger  <aj@suse.de>
13372         * MAINTAINERS: Added myself.
13374 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13376         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13377         (do-md5sum): New target.
13378         (MD5PROG): Define.
13379         (PACKAGE): Default to TOOL.
13380         (VER): Default to a shell script.
13381         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13382         md5 checksum generation.
13383         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13384         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13385         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13386         insight.tar.bz2): Use gdb-taz to create archive.
13388 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13390         * configure (warn_cflags): Delete.
13392 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13394         * MAINTAINERS: Added myself.
13396 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13397             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13399         * configure.in (enable_libstdcxx_v3): Add.
13400         (target_libs): Add bits here to switch between libstdc++-v2 and
13401         libstdc++-v3.
13402         * config.if: And this file too.
13403         * Makefile.in: Add libstdc++-v3 targets.
13405 2000-04-05  Michael Meissner  <meissner@redhat.com>
13407         * config.sub (d30v): Add d30v as a basic machine type.
13409 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13411         * configure.in: -linux-gnu*, not -linux-gnu.
13413 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13415         * MAINTAINERS: Add self in write-after-approval section.
13417 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13419         * MAINTAINERS: Add self as ia64 port maintainer.
13421 2000-03-08  Neil Booth  <NeilB@earthling.net>
13423         * MAINTAINERS: Add self in write-after-approval section.
13425 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13427         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13428         (do-tar-bz2): Replace TOOL with PACKAGE.
13429         (gdb.tar.bz2): Remove GDBTK from GDB package.
13430         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13431         dejagnu.tar.bz2): New packages.
13433 2000-02-27  Andreas Jaeger  <aj@suse.de>
13435         * configure.in: Add entry for mips*-*-linux*, move catch all
13436         *-*-*linux* entry below this one.
13438 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13440         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13442 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13444         * config.sub: Support an OS of "wince".
13446 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13448         * config.guess, config.sub: Updated to match config's 2000-02-15
13449         version.
13451 2000-02-23  Linas Vepstas  <linas@linas.org>
13453         * config.sub: Add support for Linux/IBM 370.
13454         * configure.in: Likewise.
13456 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13458         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13460 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13462         * config.guess: Guess "cygwin" rather than "cygwin32".
13464 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13466         * configure (gcc_version): When setting, narrow search to
13467         lines containing `version_string'.
13469 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13471         * config.sub: Add support for avr target.
13473 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13475         * MAINTAINERS: Add maintainers for MCore port.
13477 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13479         * config.sub: Add mmix-knuth-mmixware.
13481 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13483         * MAINTAINERS: Pair cccp with cpplib maintainership.
13485 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13487         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13488         structure stuff to -L library search.
13489         (CXX_FOR_TARGET): Ditto.
13490         (CROSS_CHECK_MODULES): Fix spelling mistake.
13492 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13494         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13495         the C++ compiler.
13497 2000-01-12  Richard Henderson  <rth@cygnus.com>
13499         * configure.in: Don't build some bits for beos.
13501 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13503         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13504         as include files.
13506 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13508         * Add self as cpplib maintainer, as requested by Jason
13509         Merrill.  Correct my e-mail address.
13511 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13513         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13514         not mh-aix43.
13516 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13518         * MAINTAINERS: Add myself to "write after approval" list.
13520 1999-12-14  Richard Henderson  <rth@cygnus.com>
13522         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13523         * config.sub: Accept alphaev[78], alphaev8.
13525 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13527         * config.guess, config.sub: Update from autoconf.
13529 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13531         * MAINTAINERS:  update my playtime e-address.
13533 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13535         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13536         necessary libraries are missing.
13538 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13540         * MAINTAINERS: Add new 'write after approval' maintainer.
13542 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13544         * MAINTAINERS: Add new Java maintainer.
13546 1999-10-25  Andreas Schwab  <schwab@suse.de>
13548         * configure: Fix quoting inside arguments of eval.
13550 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13552         * config-ml.in: Allow suppression of some ARM multilibs.
13554 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13556         * config.guess: Add OS/390 match pattern.
13557         * config.sub: Add mvs, openedition targets.
13558         * configure.in (i370-ibm-opened*): New.
13560 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13562         * config.sub: Add support for configuring for pj.
13564 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13566         * config.sub (maybe_os): Add support for configuring for fr30.
13568 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13570         * configure.in: Do not configure or build ld for AIX
13571         platforms.  ld is known to be broken on these platforms.
13573 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13575         * config-ml.in: Pass compiler flag corresponding to multidirs to
13576         subdir configures.
13578 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13580         * Makefile.in (LDFLAGS): Define.
13582 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13584         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13585         noconfigdirs.
13586         (*-*-cygwin*): Likewise.
13588 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13590         * mkdep: New file.
13591         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13592         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13594         From Eli Zaretskii <eliz@is.elta.co.il>:
13595         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13596         long file name when using DJGPP on MS-DOS.
13598 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13600         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13602 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13604         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13605         dependency as this causes "make check" to globally "make all"
13607 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13609         * configure.in (target_libs): Added target-zlib.
13610         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13611         (CONFIGURE_TARGET_MODULES): Likewise.
13612         (CHECK_TARGET_MODULES): Likewise.
13613         (INSTALL_TARGET_MODULES): Likewise.
13614         (CLEAN_TARGET_MODULES): Likewise.
13615         (configure-target-zlib): New target.
13616         (all-target-zlib): Likewise.
13617         (all-target-libjava): Depend on all-target-zlib.
13618         (configure-target-libjava): Depend on configure-target-zlib.
13620         * Makefile.in (configure-target-libjava): Depend on
13621         configure-target-newlib.
13622         (configure-target-boehm-gc): New target.
13623         (configure-target-qthreads): New target.
13625         * configure.in (target_libs): Added target-qthreads.
13626         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13627         (CONFIGURE_TARGET_MODULES): Likewise.
13628         (CHECK_TARGET_MODULES): Likewise.
13629         (INSTALL_TARGET_MODULES): Likewise.
13630         (CLEAN_TARGET_MODULES): Likewise.
13631         (all-target-qthreads): New target.
13632         (configure-target-libjava): Depend on configure-target-qthreads.
13633         (all-target-libjava): Depend on all-target-qthreads.
13635         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13636         (CONFIGURE_TARGET_MODULES): Likewise.
13637         (CHECK_TARGET_MODULES): Likewise.
13638         (INSTALL_TARGET_MODULES): Likewise.
13639         (CLEAN_TARGET_MODULES): Likewise.
13640         (all-target-libjava): New target.
13641         (all-target-boehm-gc): Likewise.
13642         * configure.in (target_libs): Added libjava, boehm-gc.
13644 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13646         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13647         configure.bat in SUPPORT_FILES.
13648         (gas+binutils.tar.bz2): Likewise.
13650         * makeall.bat: Remove; obsolete.
13652 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13654         From Mark Elbrecht:
13655         * configure.bat: Remove; obsolete.
13657 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13659         * configure: Add -W -Wall to the default CFLAGS when compiling with
13660         gcc.
13662 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13664         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13666 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13668         * configure.in: Build ld on IRIX6.
13670 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13672         * Makefile.in: Change distribution targets to use bzip2 instead of
13673         gzip.
13674         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13675         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13677 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13679         * config.sub: Add mcore target.
13681 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13683         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13685 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13687         * config.guess (dummy): Changed to $dummy.
13689 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13691         * config.sub: Tidied up case statements.
13693 1999-05-22  Ben Elliston  <bje@cygnus.com>
13695         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13696         <jiro@din.or.jp>.
13698         * config.guess: Merge with FSF version. Future changes will be
13699         more accurately recorded in this ChangeLog.
13700         * config.sub: Likewise.
13702 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13704          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13706 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13708         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13710 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13712         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13714 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13716         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13717         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13718         Bad merge removed these two changes.
13720 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13721                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13723         * config.guess (interix Alpha): Add.
13725 1999-04-11  Richard Henderson  <rth@cygnus.com>
13727         * configure.in (i?86-*-beos*): Do config gperf; don't config
13728         gdb, newlib, or libgloss.
13730 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13732         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13733         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13734         from multidirs.
13736 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13738         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13740 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13742         * config.sub: Add support for mcore targets.
13744 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13746         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13747         not mt-ospace, in order to shut up assembler warning about using
13748         symbols that are named the same as registers.
13750 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13752         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13753         dependency list for all-target-cygmon.
13755 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13757         * config-ml.in: Check $host, not $target, for selective multilibs.
13758         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13759         thumb interworking, and underscore prefix multilibs.
13761 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13763         * missing: Update to version from current automake.
13765 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13767         * configure (gxx_include_dir): Removed.
13769         * configure.in (gxx_include_dir): Handle it.
13770         * Makefile.in: Likewise.
13772 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13774         * config.sub (mips64vr4111,mips64vr4111el) Add.
13776 1999-03-21  Ben Elliston  <bje@cygnus.com>
13778         * config.guess: Correct typo for detecting ELF on FreeBSD.
13780 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13782         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13783         config/mh-djgpp.
13785 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13787         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13788         all-target-newlib to dependency list for all-target-bsp.
13790 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13792         * config.sub: Add i386-uwin support.
13793         * config.guess: Likewise.
13795 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13797         * configure.in: cleanup, add mh-*pic handling for arm, special
13798         case powerpc*-*-aix*
13800 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13802         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13803         can be built.
13805 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13807         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13808         targets.
13810 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13812         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13814 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13816         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13818 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13820         * config.sub: Fix typo in arm recognition.
13822 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13824         * configure.in (noconfigdirs): Changed target_configdirs to
13825         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13826         rather than m68k-*-* since it is not known to work on
13827         m68k-aout. Ditto for arm-*-*oabi.
13829 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13831         * configure.in (*-*-windows*): Remove, no longer used.
13833 1999-02-19  Ben Elliston <bje@cygnus.com>
13835         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13836         Smart and improved by Andrew Cagney.
13838 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13840         * config.guess: Recognize openbsd-*-hppa.
13842 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13844         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13845         only if it is not empty.
13847 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13849         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13851         * config.guess: Modified to recognize uname's armv* syntax.
13853         * config.sub: Modified to recognize uname's armv* syntax.
13855 1999-02-17  Mark Salter  <msalter@cygnus.com>
13857         * configure.in: Added target-bsp for sparclite.
13859 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13861         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13863 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13865         * configure.in: Add support for strongarm port.
13866         * config.sub: Add support for strongarm target.
13868 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13870         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13871         the old name config/mh-cygwin32.
13872         Enable texinfo.
13874 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13876         * configure.in: Do build ld for ix86 Solaris.
13878 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13880         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13881         $AR_FOR_TARGET.  Likewise for RANLIB.
13883 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13885         * config.sub (oabi):  Recognize.
13886         * configure.in (arm-*-oabi):  Handle.
13888 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13890         * config.guess: Improve detection of i686 on UnixWare 7.
13892 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13894         * config.guess: Add support for i386-pc-interix.
13895         * config.sub: Likewise.
13896         * configure.in: Likewise.
13898 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13900         * Makefile.in: Remove unneeded all-target-libio from
13901         from all-target-winsup target since it is now unneeded.
13902         Add all-target-libtermcap in its place since it is now
13903         needed.
13905 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13907         * configure.in: makefile stub for cygwin target is probably
13908         unnecessary.  Remove it for now.
13910 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13912         * configure.in: libtermcap.a should be built when cygwin is the
13913         target as well as the host.
13914         * config.guess: Allow mixed case in cygwin uname output.
13915         * Makefile.in: Add libtermcap target.
13917 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13919         * config.sub: Clean up handling of hppa2.0.
13921 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13923         * config.guess: Use C code to identify more HP machines.
13925 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13927         * config.sub: Handle hppa2.0.
13929 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13931         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13932         cygmon for all sparclite targets, regardless of object format.
13934 1998-12-15  Mark Salter  <msalter@cygnus.com>
13936         * configure.in: Added target-bsp for several target architectures.
13938         * Makefile.in: Added rules for bsp.
13940 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13942         * config.guess: Improve detection of hppa2.0 processors.
13944 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13946         * config.guess: Recognize FreeBSD using ELF automatically.
13948 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13950         * configure (skip-this-dir): Add handling for new shell script, which
13951         might be created by a sub-directory's configure to indicate, this particular
13952         directory is "unwanted".
13953         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13955 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13957         * ltconfig: import from libtool, after changing libtool to
13958         account for the cygwin name change.
13960 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13962         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13963         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13965 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13967         * configure.in: Add libtermcap to list of cygwin dependencies.
13969 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13971         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13972         they include winsup/include when it's a cygwin target.
13974 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13976         * configure.in (host_tools): Added zip.
13977         * Makefile.in (all-target-libjava): Depend on all-zip.
13978         (all-zip): New target.
13979         (ALL_MODULES): Added all-zip.
13980         (NATIVE_CHECK_MODULES): Added check-zip.
13981         (INSTALL_MODULES): Added install-zip.
13982         (CLEAN_MODULES): Added clean-zip.
13984 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13986         * Makefile.in: lose "32" from comment about cygwin.
13988 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13990         * configure.in: Use -Os to build target libraries for the fr30.
13992 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13994         * config.sub: Add fr30.
13996 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13998         * configure.in: drop "32" from config/mh-cygwin32.  Check
13999         cygwin* instead of cygwin32*.
14000         * config.sub: Check cygwin* instead of cygwin32*.
14002 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14004         * config.guess: Match any version of Unixware7.
14006 1998-10-20  Syd Polk  <spolk@cygnus.com>
14008         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14009         if desired.
14011 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14013         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14014         these if the appropriate directories and files to not exist.
14016 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14018         * Makefile.in (DEVO_SUPPORT): Add config.if.
14020 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14022         * configure: Add pattern to replace "build_tooldir"'s
14023         definition in the generated Makefile with "tooldir"'s
14024         actual value.
14026 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14028         * config.sub: Bring back lost sparcv9.
14030         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14032 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14034         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14035         CC_FOR_TARGET and friends.
14037 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14039         * Makefile.in (build_tooldir): New variable, same as tooldir.
14040         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14041         -B$(build_tooldir)/bin/.
14042         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14044 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14046         * README: Remove installation instructions and refer to the
14047         INSTALL directory instead.
14049 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14051         * config.sub: Add support for i[34567]86-pc-udk.
14052         * configure.in: Likewise.
14054 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14056         * Makefile.in: add bzip2 package building bits for user
14057         tools module
14058         * configure.in: ditto
14060 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14062         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14063         (ALL_TARGET_MODULES): Add all-target-libobjc.
14064         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14065         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14066         (all-target-libchill): Add dependencies.
14067         * configure.in (target_libs): Add libchill.
14069 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14071         * configure.in (target_subdir): Remove duplicate line.
14073 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14075         * Makefile.in (all-automake): fix dependencies.
14077 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14079         * configure.in: Minor cleanups for building in the $(target_alias)
14080         subdir.
14082 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14084         * Makefile.in (bootstrap): Set r and s before make all.  Use
14085         BASE_FLAGS_TO_PASS in make all.
14086         (cross): Likewise.
14088 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14090         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14092 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14094         * config.sub: Fix typo in last change.
14096 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14098         * config.sub: Add support for C4x target.
14099         * configure.in: Likewise.
14101 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14103         * config.sub: Recognize sparcv9 just like sparc64.
14105 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14107         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14109 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14111         * config.guess: Correctly identify Pentium II sco boxes.
14113         * config.guess: Fix "tr" code.  From Weiwen Liu.
14115 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14117         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14118         stabs.
14120 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14122         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14123         (ALL_TARGET_MODULES): Add all-target-libchill.
14124         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14125         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14126         (all-target-libchill): Add dependencies.
14127         * configure.in (target_libs): Add libchill.
14129 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14131         * config.guess: Avoid assumptions about "tr" behaves when
14132         LANG is set to something other than English.
14134 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14136         * configure (gxx_include_dir): Changed to
14137         '${prefix}/include/g++'-${libstdcxx_interface}.
14139         * config.if: New to determine the interfaces.
14141 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14143         * config.guess: Detect and handle MPE/IX.
14144         * config.sub: Deal with MPE/IX.
14146 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14148         * configure.in: Use mh-aix43.
14150 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14152         * configure: Fix --without/--disable cases for gxx-include-dir.
14154 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14156         * mdata-sh:  Imported.  Needed for automake support.
14158 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14160         * Makefile.in (taz): Try "chmod -R og=u ." before
14161         "chmod og=u `find . -print`".
14163 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14165         * configure.in: Add arm-elf and thumb-elf support.
14167 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14169         * Makefile.in: Undo previous patch.
14171 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14173         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14174         to here ...
14175         (install-no-fixedincludes): and here
14176         (INSTALL_MODULES): ... from here.
14178 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14180         * config.sub: Merge with FSF.
14182         * config.guess: Merge with FSF.
14184 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14186         * configure (extraconfigdirs): New variable.
14187         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14188         * Makefile.in (all): Move higher in file.
14189         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14190         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14191         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14192         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14193         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14195 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14197         * Makefile.in (all-target-libjava): Depend on all-gcc and
14198         all-target-newlib.
14199         (configure-target-libjava): Depend on $(ALL_GCC).
14201 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14203         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14204         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14206 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14208         * INSTALL/README: Fix typo.
14210 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14212         * ylwrap: Change absolute path checks to check for DOS style path
14213         names.
14215         * ylwrap: Don't use a full path name if the source file is in the
14216         same directory.  From hjl@lucon.org (H.J. Lu).
14218         * config-ml.in: Default to being verbose, to match Feb 18 change to
14219         configure.
14221 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14223         Brought over from egcs:
14225         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14227         * configure.in (target_subdir): Set to ${target_alias} instead
14228         of "libraries".
14230         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14232         * configure.in (target_subdir): Set to libraries if enable_multilib.
14234 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14236         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14237         multilibs, force reconfiguration the first time we create
14238         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14240 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14242         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14243         avoid confusion with --no-recursion.
14245 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14247         * configure.in: Win32 hosts shouldn't use install -x
14248         * install-sh: remove -x option, and special .exe-handling
14249         hack.
14251 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14253         * config.guess: Recognize i586-pc-beos.
14254         * configure.in: Don't build some bits for beos.
14256 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14258         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14259         CFLAGS default to -O2.
14261         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14262         when using GNU ld.
14264 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14266         * ltmain.sh: Correct install when using a different shell.
14268 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14270         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14272 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14274         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14275         target.
14277 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14279         * ltconfig: Update to correct AIX handling.
14281 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14283         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14285         * configure.in (target_subdir): Set to ${target_alias} instead
14286         of "libraries".
14288 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14290         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14291         (Makefile): Depend on $(gcc_version_trigger).
14293         * configure (gcc_version): Change default initializer to empty
14294         string.
14295         (gcc_version_trigger): New variable; pass this variable down
14296         to subdir configures to enable them checking gcc's version
14297         themselves. Emit make macros for both gcc_version vars.
14298         (topsrcdir): Initialize reliably.
14299         (recursion line): Remove --with-gcc-version=${gcc_version}.
14301 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14303         * configure (enable_version_specific_runtime_libs): Implement new flag
14304         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14305         in $(libsubdir); emit definition in each generated Makefile.
14306         (gxx_include_dir): Initialize depending on
14307         $enable_version_specific_runtime_libs.
14309 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14311         * configure (gcc_version): Initialize properly depending on
14312         how and where configure is started.
14313         (recursion line): Pass a --with-gcc-version=${gcc_version}
14314         to configures in subdirs.
14316 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14318         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14319         cygmon
14321 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14323         * configure.in: Add cygmon and libstub support for mn10200.
14325 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14327         * configure (gcc_version): Add new variable describing the
14328         particular gcc version we're building.
14329         * Makefile.in (libsubdir): Add new macro for the directory
14330         in which the compiler finds executables, libraries, etc.
14331         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14332         and libsubdir.
14334 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14336         * Makefile.in (local-clean): Remove *.log.
14337         (warning.log): Built with warn_summary from build.log.
14338         (mail-report.log): Run test_summary.
14339         (mail-report-with-warnings.log): Run test_summary including
14340         warning.log in the report.
14342 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14344         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14346 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14348         * Makefile.in (grep): Grep no longer depends on libiberty.
14350 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14352         * Makefile.in: all-snavigator needs all-libgui.
14354 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14356         * configure.in: Add cygmon and libstub support for mn10300.
14358 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14360         * missing: Update to version from automake 1.3.
14362         * ltmain.sh: On installation, don't get confused if the same name
14363         appears more than once in the list of library names.
14365 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14367         * config.sub: Accept m68060 and m5200 as CPU names.
14369 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14371         * configure: Use && rather than using -a in test, because odd
14372         strings can confuse test.
14373         * configure.in: Likewise.
14375 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14377         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14379 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14381         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14382         bootstrap4-lean): New targets.
14384 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14386         * mpw-* Delete.  Not used.
14388 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14390         * COPYING.LIB: Update FSF address.
14392 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14394         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14396         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14397         GAS_SUPPORT_DIRS.
14399 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14401         * ltconfig, ltmain.sh: Avoid producing a version number if
14402         -version-info was not used.
14404 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14406         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14407         building with newlib.
14409 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14411         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14412         Solaris `make' causes it to continue to next definition.
14414 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14416         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14417         the right GUI libraries and files are installed along with GDB.
14419 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14421         * configure.in: Change alpha to alpha* in several places.
14423 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14425         * config.sub: Recognize sparc86x.
14427 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14429         * configure.in (--enable-target-optspace): Remove debug echo.
14431 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14433         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14435 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14437         * ltconfig: Update cygwin32 support.
14439         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14440         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14441         (GDB_SUPPORT_DIRS): Likewise.
14443 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14445         * configure.in (target_makefile_frag): If --enable-target-optspace,
14446         use -Os to compile target libraries rather than -O2.  Default to
14447         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14448         not used.
14449         * configure.in (target_cflags): Ditto for d30v.
14451 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14453         * Makefile.in (all-bfd): Depend on all-intl.
14454         (all-binutils): Likewise.
14455         (all-gas): Likewise.
14456         (all-gprof): Likewise.
14457         (all-ld): Likewise.
14459 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14461         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14463 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14465         * Makefile.in (all-bfd): Depend upon all-libiberty.
14467         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14469 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14471         * Makefile.in: Add libstub.
14473         * configure.in: Ditto. Build libstub for targets that have cygmon
14474         support.
14476 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14478         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14480 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14482         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14483         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14485 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14487         * configure: Define DEFAULT_M4 by searching PATH.
14488         * Makfile.in: Use DEFAULT_M4.
14490 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14492         * ltconfig: Add cygwin32 support.
14494         * Makefile.in, configure.in: Add libtool as a native only directory
14495         to configure and build.
14497 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14499         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14501 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14503         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14505 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14507         * Makefile.in: add ash make rules
14508         * configure.in: add ash to native_only and host_tools lists
14510 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14512         * Makefile.in (all-gettext, all-intl): New targets.
14513         (ALL_MODULES): Added all-gettext, all-intl.
14514         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14515         (INSTALL_MODULES): Added install-gettext, install-intl.
14516         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14518         * configure.in (host_tools): Added gettext.
14519         (native_only): Likewise.
14520         (noconfigdirs) [various cases]: Likewise.
14521         (host_libs): Added intl.
14523 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14525         * configure: Do not disable building gdbtk for cygwin32 hosts.
14527 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14529         * configure.in: Add thumb-coff target.
14530         * config.sub: Add thumb-coff target.
14532 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14534         * Makefile.in: Revert yesterday's change.
14535         (all-target-winsup):  all-target-librx stays out of here.
14537 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14539         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14540         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14541         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14542         Remove references to librx and libg++.
14544 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14546         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14547         recursive makes
14549 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14551         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14552         for newlib directory.
14553         (CXX_FOR_TARGET): Likewise.
14555 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14557         * ltconfig: Update after libtool/ltconfig.in change for
14558         hpux11.
14560 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14562         * ltconfig, ltmain.sh: Update to libtool 1.2.
14564 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14566         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14567         (install-gcc-cross): Instead, override LANGUAGES here.
14569 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14571         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14572         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14574 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14576         * configure.in: Add Thumb-pe target.
14578 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14580         * Makefile.in - changed sn targets to snavigator
14581         * configure.in - changed sn targets to snavigator
14583 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14585         * config-ml.in: After building symlink tree call make distclean
14586         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14587         to be the case for libiberty.
14589 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14591         * configure: When making link, also check the current
14592         directory. The configure scripts may create one.
14594 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14596         * config.sub: Accept alphapca56 and alphaev6 properly.
14598 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14600         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14602 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14604         * config.sub (sco5): Fix typo.
14606 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14608         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14609         install-itcl.
14610         (install-itcl): Remove dependency on install-tcl.
14612 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14614         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14616 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14618         * configure.in: Don't build libgui for a cygwin32 target when not on
14619         a cygwin32 host.
14621 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14623         * configure (redirect): Set to null, so default behavior of
14624         configure is now --verbose.
14626 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14628         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14629         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14631 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14633         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14634         this change to sync Makefile.in with its ChangeLog entries.
14636 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14638         * ltmain.sh (mkdir): Check that the directory doesn't exist
14639         before we exit with error, so that we don't get races during
14640         parallel builds.
14642 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14644         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14646 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14648         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14649         PICFLAG_FOR_TARGET.
14650         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14652         * configure: Emit a definition for the new macro enable_shared
14653         into each Makefile.
14655 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14657         * configure.in (host_tools, native_only): Add libtool.
14659 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14661         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14662         Fix typo in ming config comment.
14664 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14666         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14668 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14670         * config.sub: Add tic30 cases, and map c30 to tic30.
14672 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14674         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14675         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14676         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14677         (CLEAN_TARGET_MODULES): Similarly
14678         (all-target-libf2c): Add dependences.
14679         * configure.in (target_libs): Add libf2c.
14681 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14683         * configure.in: Remove expect from noconfigdirs when target
14684         is cygwin32.  OK to build expect and dejagnu with Canadian
14685         Cross.
14687 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14689         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14690         host.
14692         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14693         and mingw32.
14695 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14697         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14698         here as it is not defined in the toplevel Makefile.
14700 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14702         * configure (package_makefile_rules_frag): New variable, which names
14703         a file with generic rules, ...
14704         Change comment to mention we now have FIVE parts.
14705         * configure: Undo last change.
14707 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14709         * config.guess: More accurate determination of HP processor types.
14710         * config.sub: More accurate determination of HP processor types.
14712 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14714         * configure (package_makefile_frag): Move inserting the
14715         ${package_makefile_frag} to where it should be according
14716         to the comment.
14718 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14720         * config.guess: Add support for Linux/ARM.
14722 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14724         * .cvsignore: Remove *-info and *-install since they match
14725         release-info and mpw-install, which we don't want to just ignore.
14727 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14729         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14731 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14733         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14734         local_prefix to sub-make invocations.
14736 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14738         * configure.in: Check makefile fragments in the source
14739         directory.
14741 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14743         * configure.in: Check whether host and target makefile
14744         fragments exist before adding them to *_makefile_frag.
14746 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14748         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14750 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14752         * configure.in: Make sure we only replace RPATH_ENVVAR on
14753         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14754         regexp to sed.
14756         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14757         to sub-makes.
14759 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14761         * config-ml.in (multi-do): LDFLAGS must include multilib
14762         designator.
14764 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14766         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14768 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14770         * config.sub: Add mingw32 support.
14771         * configure.in: Likewise.
14773 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14775         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14777 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14779         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14780         * configure (gxx_include_dir): Provide a definition for subdirs
14781         which do not use autoconf.
14783 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14785         * config.guess: Sync with egcs.  Picks up new alpha support,
14786         BeOS & some additional linux support.
14788 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14790         * config.guess: HP 9000/803 is a PA1.1 machine.
14792 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14794         * configure.in: It's alpha*-...
14796 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14798         * configure.in (host_makefile_frag, target_makefile_frag):
14799         Handle multiple config files.
14800         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14801         alpha-*-*.
14803 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14805         * mkdep: New file.
14807 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14809         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14811 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14813         * Makefile.in: Add libgui directory.
14814         (GDB_TK): Add all-libgui.
14815         * configure.in: Add libgui directory.
14816         * configure: Add all-libgui to GDB_TK.
14818 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14820         * config-ml.in (multidirs): Add m32r to multilib list.
14822 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14824         * Makefile.in (all-target-gperf): Change dependency to
14825         all-target-libstdc++.
14827 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14829         * config.guess: Add BeOS support.
14831 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14833         Source directory cvs renamed to cvssrc:
14834         * configure.in (host_tools): Change cvs to cvssrc.
14835         (native_only): Likewise.
14836         (noconfigdirs) [various cases]: Likewise.
14837         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14838         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14839         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14840         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14841         (all-cvssrc): Rename target from all-cvs.
14843 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14845         * configure (gxx_include_dir): Fix thinko.
14847 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14849         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14850         (install-cross, install-gcc-cross): New targets.
14852 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14854         * configure.in (noconfigdirs): Add support for Thumb target.
14856         * config.sub (maybe_os): Add support for Thumb target.
14858 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14860         * Makefile.in: Add rules for cygmon.
14862         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14864 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14866         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14867         * configure (gxx_include_dir): Provide a definition for subdirs
14868         which do not use autoconf.
14870 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14872         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14873         11/18/97 build
14875 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14877         * From Franz Sirl.
14878         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14879         found on RedHat Linux systems.
14881 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14883         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14884         guesses.
14886 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14888         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14890 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14892         * ltmain.sh: If mkdir fails, check whether the directory was created
14893         anyhow by some other process.
14895 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14897         * configure.in (d30v-*-*): Configure all directories.
14899 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14901         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14902         for the D30V.
14904 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14906         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14908 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14910         * include/libiberty.h: Add extern "C" { so it can be used with C++
14911         progrms.
14912         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14913         programs.
14915 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14917         * configure.in (d30v-*-*): Configure GCC now.
14919 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14921         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14922         is no longer needed.
14924 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14926         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14928 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14930         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14931         targets using "$@" to provide support for similar but not identical
14932         targets without having to duplicate code.
14934 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14936         * makefile.vms: Fix to work with DEC C.
14938 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14940         * config.sub: Add mips-tx39-elf to marketing names.
14942 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14944         * ltmain.sh: Handle symlinks in generated script.
14946 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14948         * configure: Handle autoconf style directory options: --bindir,
14949         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14950         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14951         --sysconfdir.
14952         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14953         (sharedstatedir, localstatedir, oldincludedir): New variables.
14954         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14955         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14956         sbindir, sharedstatedir, and sysconfdir.
14958 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14960         * Makefile.in (bootstrap-lean): New target.
14962 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14964         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14965         sn, and gnuserv from noconfigdirs.
14967 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14969         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14971 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14973         * Makefile.in (cross): New target.
14975 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14976                           Jeff Law         <law@cygnus.com>
14978         * Makefile.in (bootstrap2, bootstrap3): New targets.
14979         (all-bootstrap): Remove outdated and confusing target.
14980         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14982 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14984         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14985         windows.  Consistent with gdb/configure.
14987 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14989         * configure.in: Name Linux target fragment.
14991         * configure: Rewrite so that project Makefile fragment is inserted
14992         first and appears last in the resulting Makefile.
14994 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14996         * Makefile.in (install-itcl): Install tcl first.
14998 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15000         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15002 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15004         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15006         * configure.in (skipdirs): Add target-librx for Linux.
15007         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15009 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15011         * Makefile.in (bootstrap): New target.
15013 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15015         * config.sub: Accept 'amigados' for backward compatibility.
15017 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15019         * config.guess: Merge with FSF.
15021 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15023         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15025 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15027         * config.sub: Add "marketing-names" patch.
15029 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15031         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15033 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15035         * config.sub: Handle v850-elf.
15037 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15039         * .cvsignore (*-install): Remove.
15041 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15043         * ltconfig: Set CONFIG_SHELL in libtool.
15044         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15046 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15048         * configure.in (target_subdir): Set to libraries if enable_multilib.
15050 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15052         * config.guess: Update from gcc directory.
15054 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15056         * Makefile.in (all-sim): Depends on all-readline.
15058 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15060         * Makefile.in (BISON, YACC): Use $$s.
15061         (all-bison): Depend on all-texinfo.
15063 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15065         * Makefile.in (BISON): Add -L flag.
15066         (YACC): Likewise.
15068 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15070         * configure.in (noconfigdirs): Add support for v850e target.
15072         * config.sub (maybe_os): Add support for v850e target.
15074 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15076         * configure.in (noconfigdirs): Add support for v850ea target.
15078         * config.sub (maybe_os): Add support for v850ea target.
15080 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15082         * config.sub: Add mipstx39.  Delete r3900.
15084 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15086         * Makefile.in (all-autoconf): Depends on all-texinfo.
15088 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15090         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15091         eabi targets.
15093 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15095         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15097         * configure: When handling a Canadian Cross, handle YACC as well as
15098         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15099         * Makefile.in (all-bison): Depend upon all-texinfo.
15101 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15103         * Makefile.in (BISON): bison, not byacc or bison -y.
15104         (YACC): bison -y or byacc or yacc.
15105         (various): Add *-bison as appropriate.
15106         (taz): No need to mess with BISON anymore.
15108 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15110         * configure: If OSTYPE matches *win32*, try to find a good value for
15111         CONFIG_SHELL.
15113 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15115         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15116         configure.in if it is present.
15118 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15120         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15122 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15124         * config.sub: Recognize `arc' cpu.
15125         * configure.in: Likewise.
15126         * config-ml.in: Likewise.
15128 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15130         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15132 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15134         * configure: Changed sed delimiter from ':' to '|' when
15135         attempting to substitute ${config_shell} for SHELL. On
15136         NT ${config_shell} may contain a ':' in it.
15138 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15140         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15142 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15144         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15146 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15148         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15150         * ylwrap: If the program is a relative path, force it to be
15151         absolute.
15153 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15155         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15157 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15159         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15160         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15161         for libraries.
15163 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15165         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15166         separated by spaces.
15168 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15170         * ylwrap: New file.
15171         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15173         * ltmain.sh: Handle /bin/sh at start of install program.
15175         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15177         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15178         * missing: New file, from automake 1.2.
15180 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15182         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15183         check-tk to CHECK_X11_MODULES.
15185 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15187         * config.sub: Merge with FSF.
15189 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15191         * config.guess: Merge with FSF.
15193 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15195         * configure: Treat msdosdjgpp like go32.
15196         * configure.in: Likewise.  Don't remove gprof for go32.
15198         * configure: Change Makefile.tem2 to Makefile.tm2.
15200 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15202         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15204 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15206         * install-sh (chmodcmd): Set to null if the DST directory already
15207         exists.  Same as Nov 11th change.
15209 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15211         * configure (GDB_TK): Needs itcl and tix.
15213 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15215         * config.guess: Update from FSF.
15217 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15219         * Makefile.in (GDB_TK): Depend on itcl and tix.
15221 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15223         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15224         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15225         (INSTALL_SCRIPT): New variable.
15226         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15227         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15228         to -x.
15229         * install-sh: Add support for -x option.
15231 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15233         * configure.in, Makefile.in: Treat tix like itcl.
15235 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15237         * Makefile.in (WINDRES): New variable.
15238         (WINDRES_FOR_TARGET): New variable.
15239         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15240         (EXTRA_HOST_FLAGS): Add WINDRES.
15241         (EXTRA_TARGET_FLAGS): Add WINDRES.
15242         (EXTRA_GCC_FLAGS): Add WINDRES.
15243         ($(DO_X)): Pass down WINDRES.
15244         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15245         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15246         DLLTOOL_FOR_TARGET.
15248 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15250         * configure.in: configure sim before gdb for win32-x-ppc
15252 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15254         Move gperf into the toplevel, from libg++.
15255         * configure.in (target_tools): Add target-gperf.
15256         (native_only): Add target-gperf.
15257         * Makefile.in (all-target-gperf): New target, depend on
15258         all-target-libg++.
15259         (configure-target-gperf): Empty rule.
15260         (ALL_TARGET_MODULES): Add all-target-gperf.
15261         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15262         (CHECK_TARGET_MODULES): Add check-target-gperf.
15263         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15264         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15266 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15268         * config.sub (mn10200): Recognize new basic machine.
15270 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15272         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15273         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15275 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15277         * configure.in: If we're building mips-sgi-irix6* native, turn on
15278         ENABLE_MULTILIB and set TARGET_SUBDIR.
15280 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15282         * Makefile.in (all-sn): Depend on all-grep.
15284 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15286         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15288         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15289         Makefile.  From Jeff Makey <jeff@cts.com>.
15290         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15292         * Makefile.in (DISTBISONFILES): Remove.
15293         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15294         $(DEFAULT_YACC).
15296         * configure.in: Build itl, db, sn, etc., when building for native
15297         cygwin32.
15299         * Makefile.in (LD): New variable.
15300         (EXTRA_HOST_FLAGS): Pass down LD.
15301         ($(DO_X)): Likewise.
15303 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15305         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15307 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15309         * configure.in (targargs): Strip out any supplied --build argument
15310         before adding our own. Always add --build.
15312 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15314         * configure.in (targargs): Pass --build if we're doing
15315         a cross-compile.
15317 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15319         * configure: Use '|' instead of ":" as the separator in
15320         sed. Otherwise sed chokes on NT path names with drive
15321         designators. Also look for "?:*" as the leading characters in an
15322         absolute pathname.
15324 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15326         * config.sub: Support for r3900.
15328 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15330         * configure.in: Use install-sh, not install.sh.
15332 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15334         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15335         apply it twice.
15337 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15339         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15340         install-binutils.
15342 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15344         * Makefile.in: Add automake targets.
15345         * configure.in (host_tools): Add automake.
15347 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15349         * configure: Default CXX to c++, not gcc.
15350         * Makefile.in (CXX): Set to c++, not gcc.
15351         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15353 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15355         * install-sh: try appending a .exe if source file doesn't
15356         exist
15358 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15360         * configure.in: Turn on multilib by default.
15361         (cross_only): Remove target-libiberty.
15363         * Makefile.in (all-gcc): Don't depend on libiberty.
15365 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15367         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15369 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15371         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15372         (DISTBISONFILES): Add ld/Makefile.in
15374 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15376         * configure.in: if target is cygwin32 but host isn't cygwin32,
15377         don't configure gdb tcl tk expect, not just gdb.
15379 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15381         * configure.in: Added gnuserv everywhere sn appears.
15383         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15384         (CROSS_CHECK_MODULES): Added check-gnuserv.
15385         (INSTALL_MODULES): Added install-gnuserv.
15386         (CLEAN_MODULES): Added clean-gnuserv.
15387         (all-gnuserv): New target.
15389 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15391         * config.guess: Fixes for MIPS OpenBSD systems.
15393 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15395         * Makefile.in (INSTALL_XFORM): Remove.
15396         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15398         * mkinstalldirs: New file, copied from automake.
15399         * Makefile.in (installdirs): Rename from install-dirs.  Use
15400         mkinstalldirs.  Change all users.
15401         (DEVO_SUPPORT): Add mkinstalldirs.
15403 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15405         * install-sh: Rename from install.sh.
15406         * Makefile.in (INSTALL): Change install.sh to install-sh.
15407         (DEVO_SUPPORT): Likewise.
15409         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15410         Graichen <graichen@rzpd.de>.
15412 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15414         * config.guess: Recognize OpenBSD systems correctly.
15416 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15418         * README, Makefile.in (ETC_SUPPORT): Remove references to
15419         cfg-paper*, configure.{texi,man,info*}._
15421 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15423         * Makefile.in (all.normal): Ensure that gcc is built after all
15424         the x11 - ie gdb - targets.
15426 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15428         * makefile.vms: Don't run conf-a-gas.
15430 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15432         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15434 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15436         * configure.in: Remove noconfigdirs case since gdb also
15437         configures and builds for tic80-coff.
15439 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15441         * configure: Set cache_file to config.cache.
15442         * Makefile.in (local-distclean): Remove config.cache.
15444 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15446         * COPYING: Update FSF address.
15448 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15450         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15451         noconfigdirs.
15453 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15455         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15456         MAKEDIRS, is empty.
15458 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15460         * config.sub: Tweak mn10300 entry.
15462 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15464         * configure.in (host_tools): Put sim before gdb, so gdb's
15465         configure.tgt can determine if the simulator was configured.
15467 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15469         * config.sub: Move BeOS $os case to be with other Cygnus
15470         local cases.
15472 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15474         * config.sub: Remove misplaced comment that broke Linux.
15476 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15478         * config.sub: Add BeOS support.
15480 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15482         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15484 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15486         * configure.in (noconfigdirs): Remove tcl and tk from
15487         noconfigdirs for cygwin32 builds.
15489 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15491         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15493 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15495         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15496         make-all.com, use makefile.vms instead.
15498 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15500         * config.sub: Accept -lnews*.
15502 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15504         * configure.in (noconfigdirs): Disable target-newlib,
15505         target-examples and target-libiberty for d30v.
15507 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15509         * configure.in (noconfigdirs): Enable ld for d30v.
15511 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15513         * configure.in (tic80-*-*): Build compiler.
15515 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15517         * configure.in (d30v-*): Remove sim directory from list of
15518         unsupported d30v directories
15520 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15522         * config.sub, configure.in: Add d30v target cpu.
15524 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15526         * makefile.vms: New file.
15527         * make-all.com: Remove.
15529 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15531         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15533 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15535         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15537 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15539         * Makefile.in (ALL_MODULES): Added all-db.
15540         (CROSS_CHECK_MODULES): Addec check-db.
15541         (INSTALL_MODULES): Added install-db.
15542         (CLEAN_MODULES): Added clean-db.
15544 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15546         * config.guess: Merge with latest FSF sources.
15548 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15550         * Makefile.in (ALL_MODULES): Added all-itcl.
15551         (CROSS_CHECK_MODULES): Added check-itcl.
15552         (INSTALL_MODULES): Added install-itcl.
15553         (CLEAN_MODULES): Added clean-itcl.
15555 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15557         * configure.in: build gdb for mn10200
15559 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15561         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15563 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15565         * configure.in (tic80-*-*): Turn off most targets right now.
15567 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15569         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15570         rather than the makeinfo program.
15571         (do-info): Depend upon all-texinfo.
15573 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15575         * configure.in: Remove uses of config/mh-linux.
15577         * config.sub, config.guess: Merge with latest FSF sources.
15579 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15581         * config.sub (case $basic_machine): Add tic80 entries.
15583 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15585         * config.sub, config.guess: Merge with latest FSF sources.
15587 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15589         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15590         * mpw-config.in: Test for NewFolderRecursive.
15591         * mpw-install: Use symbolic name for startup filename.
15592         * mpw-README: Add various additional details.
15594 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15596         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15598 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15600         * configure.in: Do build gcc and the target libraries for
15601         the mn10200.
15603 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15605         * configure.in: don't avoid building gdb for mn10300 any more
15606         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15607         instead of single-quoting it.
15609 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15611         * configure.in: Don't use --with-stabs on IRIX 6.
15613 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15615         * configure.in (m32r): Build gdb, libg++ now.
15617 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15619         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15620         directories from noconfigdirs.
15622 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15624         * config.sub (basic_machine): added mips16 configuration
15626 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15628         * config.sub: Handle d10v-unknown.
15630 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15632         * config.sub: Handle v850-unknown.
15634 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15636         * Makefile.in: add findutils
15637         * configure.in: add findutils to list of host_tools
15639 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15641         * config.sub: Handle mn10200 and mn10300.
15643 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15645         * configure.in (d10v-*): Do not build librx.
15647 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15649         * configure.in (mn10300): Build everything except gdb & libgloss.
15651 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15653         * config.guess:  Patch for Dansk Data Elektronik servers,
15654         from Niels Skou Olsen <nso@dde.dk>.
15656         For ncr, use /bin/uname rather than uname, since GNU uname does not
15657         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15659         Patch for MIPS R4000 running System V,
15660         from Eric S. Raymond <esr@snark.thyrsus.com>.
15662         Fix thinko for nextstep.
15664         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15666         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15667         * config.guess: Guess mips-dec-mach_bsd4.3.
15669         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15670         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15671         release numbers.
15672         * config.guess (mips-mips-riscos*):  Emit just enough of the
15673         release number.
15675         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15676         * config.guess (sparc-auspex-sunos*):  Added.
15677         (f300-fujitsu-*): Added.
15679         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15680         * config.guess:  Recognize a Tadpole as a sparc.
15682 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15684         * config.guess: Don't assume that NextStep version is either 2 or
15685         3.  NextStep 4 (aka OpenStep 4) has come out now.
15687 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15689         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15690         From Rik Faith <faith@cs.unc.edu>.
15692 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15694         * config.sub: Contributions from bug-gnu-utils to:
15695         Support plain "hppa" (no version given) architecture, reported by
15696         OpenStep.
15697         OpenBSD like NetBSD.
15698         LynxOs is not a hardware supplier.
15700         * config.guess: Contributions from bug-gnu-utils to add support for:
15701         OpenBSD like NetBSD.
15702         Stratus systems.
15703         More Pyramid systems.
15704         i[n>4]86 Intel chips.
15705         M680[n>4]0 Motorola chips.
15706         Use unknown instead of lynx for hardware manufacturer.
15708 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15710         * install.sh (chmodcmd): Set to null if the DST directory already
15711         exists.
15713 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15715         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15716         not use mt-ppc target Makefile fragment any more.
15718 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15720         * configure.in (*-*-windows):  Exclude everything but those dirs
15721         needed to build windows.
15723 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15725         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15727 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15729         * configure.in:  Exclude mmalloc from i386-windows.
15731 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15733         * Undo my previous change.
15735 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15737         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15738         unconditionally.
15739         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15741 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15743         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15744         host to add it's own flags.
15746 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15748         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15750 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15752         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15753         (CXX_FOR_TARGET): Likewise.
15754         (GCC_FOR_TARGET): Define.
15755         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15756         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15757         CC_FOR_TARGET was specified on the command line.
15758         (MAKEOVERRIDES): Don't define.
15760 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15762         * configure.in (m32r): Fix spelling of libg++ libs.
15764 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15766         * config.sub (-apple*): Remove, now redundant.
15768 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15770         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15772         * configure: Rework yesterday's sed script patch.
15774         * config.sub: Merge with FSF.
15776 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15778         * config.guess:  Merge from FSF.
15780         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15781         * config.guess: Use pc instead of unknown, for pc clone systems.
15782         Change linux to linux-gnu.
15784         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15785         * config.guess: Avoid non-portable tr syntax.
15787 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15789         * test-build.mk (HOLES): Add "xargs" for gdb.
15791         * configure: Avoid hpux10.20 sed bug.
15793 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15795         * configure.in:  Add support for windows host
15796         (that is a build done under the Microsoft build environment).
15798 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15800         * Makefile.in: Replace all uses of srcroot with s, to shrink
15801         command line lengths.
15803         Patches from Geoffrey Noer <noer@cygnus.com>:
15804         * configure.in: If configuring for newlib, pass --with-newlib to
15805         subdirectories.
15806         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15807         -Bnewlib/ and -Lwinsup to gcc.
15808         (CXX_FOR_TARGET): Likewise.
15810 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15812         * Makefile.in (ETC_SUPPORT): Add configure.
15814 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15816         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15817         host configuration file.
15819 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15821         * configure.in: Break mn10x00 support into separate
15822         mn10200 and mn10300 configurations.
15823         * config.sub: Likewise.
15825 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15827         * configure.in: Add lots of stuff to noconfigdirs for
15828         the mn10x00 targets.
15830         * config.sub, configure.in: Add mn10x00 support.
15832 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15834         * make-all.com: Call conf-a-gas, not config-a-gas.
15836 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15838         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15839         targets.
15841 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15843         * mpw-README: Add much more detail for native PowerMac.
15844         * mpw-install: New file.
15845         * mpw-configure: Add --norecursion and --help options.
15846         * mpw-config.in: Translate readme and install files when
15847         copying to objdir.
15848         * mpw-build.in: Don't always depend on byacc and flex.
15849         (install-only-top): New action.
15851 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15853         * configure.in:  You can now configure GDB for the v850.
15855 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15857         * configure.in (noconfigdirs): Don't configure any C++ dirs
15858         if targeting D10V.
15860 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15862         * config.sub: Recognize mips64vr5000.
15864 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15866         * configure.in: Use a single line for host_tools and native_only.
15868 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15870         * config.sub, configure.in: Add entries for m32r.
15872 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15874         * Makefile.in (inet-install): Don't run install-gzip.
15876 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15878         * configure.in:  Don't config lots of things for *-*-windows*.
15880 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15882         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15883         (host_libs, host_tools): Copy from configure.in.
15884         * mpw-configure: Don't complain about directories not found.
15886 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15888         * configure.in (i[345]86): Recognize i686 for pentium pro.
15889         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15890         file.
15892         * config.guess (i[345]86): Ditto.
15894 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15896         * configure.in (noconfigdirs): Removed gdb for D10V.
15898 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15900         * configure.in: Remove ld, target-libio, target-libg++, and
15901         target-libstdc++ from noconfigdirs.
15903 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15905         * configure: Fix three locations where shell scripts were
15906         being run directly rather than with config_shell.
15908 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15910         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15911         * config.sub (basic_machine): Recognize v850.
15913 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15915         * mpw-configure: Handle multiple enable/disable options and
15916         pass them down recursively, handle -c and -s flags appropriately
15917         depending on choice of compiler, add escape mechanism for
15918         quoted arguments to gC.
15920 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15922         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15923         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15924         so that -mrelocatable-lib and -mno-eabi are used.
15926         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15927         not support --print-multi-lib, don't abort.
15929 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15931         * make-all.com: Run config-a-gas.
15932         * setup.com: Don't copy subdirectory files around.
15934 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15936         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15937         target, it now compiles correctly.
15939 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15941         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15943 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15945         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15947 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15949         * configure.in (native_only): Add prms.
15951 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15953         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15954         (BINUTILS_SUPPORT_DIRS): Likewise.
15956 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15958         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15959         d10v support is added.
15961 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15963         * configure.in (d10v-*-*): New target.
15965 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15967         * config.guess (HP 9000/811): Recognize this as a PA1.1
15968         machine.
15970 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15972         * Makefile.in (do-tar-gz): New target, split out from tail end of
15973         taz target.  Run each command separately, don't use pipes.
15974         (taz): Use it.
15976 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15978         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15979         * mpw-build.in: No builds should depend on building byacc or flex,
15980         they are assumed to be installed already.
15982 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15984         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15985         variable that CC_FOR_TARGET needs.
15987 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15989         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15990         options have changed since the last time the subdirectory was
15991         configured, and if it has, reconfigure.
15992         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15993         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15995 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15997         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15998         CLEAN_MODULES): Add bash.
15999         (all-bash): New target.
16001 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16003         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16005 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16007         * config.sub (basic_machine): Recognize d10v as a valid processor.
16009 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16011         * mpw-configure: Add support for --bindir.
16012         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16014 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16016         * configure.in: add bash, time, gawk to list of hosttools and things
16017         to only build for native toolchains
16019 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16021         * Makefile.in (docdir): Remove.
16023 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16025         * Makefile.in (datadir): Set to $(prefix)/share.
16027 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16029         * configure.in: build diff and patch for cygwin32-hosted
16030         toolchains.
16032 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16034         * config.sub: Accept -rtems*.
16036 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16038         * configure.in: enable dosrel for cygwin32-hosted builds,
16039                 remove diff from the list of things not buildable
16040                 via Canadian Cross
16042 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16044         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16045         don't get ". ".
16047 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16049         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16051 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16053         * Makefile.in (taz): Handle case where tex3patch didn't even get
16054         checked out.  Also, if it was found, put the symlink in a new util
16055         subdirectory.
16057 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16059         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16061 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16063         * config.sub: Recognize -openvms.
16064         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16065         * make-all.com, setup.com: New files.
16067 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16069         * Makefile.in (taz): tex3patch moved to texinfo/util.
16071 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16073         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16074         * configure.in: remove make from disable-if-Can-Cross list
16075                 enable gdb if ${host} and ${target} are cygwin32
16077 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16079         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16080         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16082 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16084         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16085         distinguish sysv/svr4/bsd variants.
16086         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16088 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16090         * configure.in: Added copyright notice.
16091         * move-if-change: Added copyright notice.
16093 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16095         * configure.in (powerpcle-*-solaris*): Until we get shared
16096         libraries working, don't build gdb, sim, make, tcl, tk, or
16097         expect.
16099 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16101         * config.guess:  Merge with FSF:
16103         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16104         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16106         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16107         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16109         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16110         * config.guess:  Combine two OSF1 rules.
16111         Also recognize field test versions.  From mjr@zk3.dec.com.
16112         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16113         because GNU uname does not support -p.  From pmr@pajato.com.
16115 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16117         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16119 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16121         * mpw-README: Document GCCIncludes.
16123 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16125         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16127 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16129         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16131 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16133         * configure.in (*-*-cygwin32): Configure make.
16135 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16137         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16139 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16141         * Makefile.in (all-inet): Depend on all-perl.
16143         * Makefile.in (inet-install): New target.
16145         * Makefile.in (all-inet): Depend on all-tcl.
16146         (all-inet): Depend on all-send-pr.
16148 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16150         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16151         temporarily.
16153 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16155         * configure.in: Don't configure --with-gnu-ld on AIX.
16157 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16159         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16161 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16163         * Makefile.in (ALL_MODULES): Added all-inet.
16164         (CROSS_CHECK_MODULES): Added check-inet.
16165         (INSTALL_MODULES): Added install-inet.
16166         (CLEAN_MODULES): Added clean-inet.
16167         (all-indent): New target.
16169         * configure.in (host_tools): Added inet.
16170         (native_only): Added inet.
16171         (noconfigdirs): Added inet.
16173 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16175         * configure.in: Don't configure libgloss if we are not configuring
16176         newlib.
16178 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16180         * configure.in: Don't configure libgloss for unsupported
16181         architectures.
16183 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16185         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16187 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16189         * Makefile.in (ALL_MODULES): Include all-apache.
16190         (CROSS_CHECK_MODULES): Include check-apache.
16191         (INSTALL_MODULES): Include install-apache.
16192         (all-apache): New target.
16194         * configure.in: Added apache everywhere perl is seen.
16196 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16198         * Makefile.in: Add support for clean-{module} and
16199         clean-target-{module} rules.
16201 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16203         * configure.in (*-*-ose) do not build libgloss.
16205 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16207         * config.guess (prep*:SunOS:5.*:*): Turn into
16208         powerpele-unknown-solaris2.
16210 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16212         * configure.in: Permit --enable-shared to specify a list of
16213         directories.
16215 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16217         * configure.in (host==solaris): Pass only the first word of $CC
16218         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16220 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16222         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16224 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16226         * Makefile.in (ALL_MODULES): Include all-perl.
16227         (CROSS_CHECK_MODULES): Include check-perl.
16228         (INSTALL_MODULES): Include install-perl.
16229         (ALL_X11_MODULES): Include all-guile.
16230         (CHECK_X11_MODULES): Include check-guile.
16231         (INSTALL_X11_MODULES): Include install-guile.
16232         (all-perl): New target.
16233         (all-guile): New target.
16235         * configure.in (host_tools): Include perl and guile.
16236         (native_only): Include perl and guile.
16237         (noconfigdirs): Don't build guile and perl; no ports have been
16238         done.
16240 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16242         * configure (--enable-*): Handle quoted option lists such as
16243         --enable-sim-cflags='-g0 -O' better.
16245 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16247         * Makefile.in ({,inst}all-target): New rule so we can make and
16248         install all of the target directories easily.
16250 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16252         * configure.in: Add missing global flag in sed substitution when
16253         deleting `target-' from ${configdirs}.
16255 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16257         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16258         option.
16260         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16261         config/mh-necv4.
16263         * install.sh: Correct misspelling of transformbasename.
16265         * config.guess: Recognize mips-*-sysv*.
16267 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16269         * config.sub: Recognize mon960.
16271 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16273         * configure: Restore Canadian Cross handling of BISON and LEX,
16274         removed in Feb 20 change.
16276 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16278         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16279         Mention make install.  Remove the old copyright date as well the
16280         clumsy and rather pointless copyright on the README file.
16282 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16284         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16285         Makefile after running symlink-tree, then run `make distclean' to
16286         avoid clobbering any generated files in srcdir.
16288 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16290         * configure.in (m68k-*-netbsd*): Build everything now.
16292 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16294         * Makefile.in (taz): Fix quoting.
16296 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16298         * configure.in (sparclet-*-*): Build everything now.
16300 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16302         * configure.in (m68k-*-linux*): New host.
16304 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16306         * configure: Check for bison before byacc.
16308 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16310         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16311         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16312         searching PATH.  These are used as fallbacks by Makefile.in if
16313         flex/bison/byacc aren't in objdir.
16315 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16317         * Makefile.in: Make everything which depends upon all-bfd also
16318         depend upon all-opcodes, in case --with-commonbfdlib is used.
16320 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16322         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16323         building NT native compilers on Unix.
16325 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16327         * configure.in: Don't get CC from the host Makefile fragment if we
16328         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16329         Solaris test for /usr/ucb/cc to the post target script, just after
16330         the compiler sanity test.
16332 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16334         * config.sub: Merge with FSF.
16336 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16338         * Makefile.in (RPATH_ENVVAR): New variable.
16339         (REALLY_SET_LIB_PATH): Use it.
16340         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16342 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16344         * config.sub, configure.in: Recognize sparclet cpu.
16346 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16348         * config.guess:  Support m68k-cbm-sysv4.
16350 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16352         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16353         m68k-unknown-linuxaout from linker help string.  Put quotes around
16354         $ld_help_string.
16356 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16358         * config.guess (powerpc-harris-powerunix): Add guess for port
16359         to new target.
16361 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16363         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16365 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16367         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16368         $(REALLY_SET_LIB_PATH) in Makefile.
16369         * Makefile.in (SET_LIB_PATH): New variable.
16370         (REALLY_SET_LIB_PATH): New variable.
16371         ($(DO_X)): Use $(SET_LIB_PATH).
16372         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16373         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16374         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16375         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16376         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16377         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16378         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16379         (install-dosrel): Likewise.
16380         (all-opcodes): Depend upon all-libiberty.
16382 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16384         * config.guess (*:CYGWIN*): New
16386 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16388         * Makefile.in (all-target-winsup): All all-target-libiberty.
16390 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16392         * configure.in (noconfigdirs): Add missing # in front of comment.
16394 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16396         * configure.in: add second pass to things added to noconfigdirs
16397         so *-gm-magic can exclude libgloss properly.
16399 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16401         * mpw-configure (extralibs_name, rez_name): Set correctly
16402         for MWC68K compiler.
16404         * mpw-README: Add more info on the necessary build tools.
16406 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16408         * configure.in, config.sub: Recognize cygwin32.
16410 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16412         * config.guess, config.sub: Recognize A/UX.
16414 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16416         * config.sub: Merge with gcc/config.sub.
16418 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16420         * mpw-build.in (do-binutils): Add build of stamps.
16422 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16424         * config.sub: Add recognition for mips64vr4100*-* targets.
16426 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16428         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16429         Add creation of gconfigargs with `--enable-shared' turned on.
16430         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16431         ($(host)-stamp-stage3-configured): Likewise.
16432         (HOLES): Add chatr and ldd.
16433         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16435 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16437         * configure: Pass --nfp to recursive configures.
16439 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16441         * Makefile.in (DLLTOOL): New.
16442         (DLLTOOL_FOR_TARGET): New.
16443         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16444         (EXTRA_TARGET_FLAGS): Ditto.
16445         (EXTRA_GCC_FLAGS): Ditto.
16446         (CONFIGURE_TARGET_MODULES): Ditto.
16447         (DO_X): Ditto.
16448         * configure: Add DLLTOOL.
16450 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16452         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16453         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16454         mh-sco, since old workarounds no longer needed, and don't
16455         build ld, since libraries have weak symbols in COFF.
16457 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16459         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16461 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16463         * configure.in: Make sure that ${CC} can be used to compile an
16464         executable.
16466 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16468         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16469         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16470         nothing depending on whether gdbtk is being built.
16472 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16474         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16476 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16478         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16479         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16481 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16483         * config-ml.in: Add support for
16484         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16485         Simplify setting of multidirs from --disable-foo.
16487 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16489         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16490         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16491         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16492         non-empty, pass them on to the  GCC make.
16493         (all-bootstrap): New rule that is like all-gcc, except it executes
16494         the GCC bootstrap rule instead of the GCC all rule.
16496 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16498         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16500 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16502         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16503         DG/UX support.
16505 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16507         * config.sub (i*86*) Change [345] to [3456]
16509 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16511         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16512         --with-gnu-ld=no.
16514 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16516         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16517         AIX multilibs get built.
16519 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16521         * configure.in (i386-win32): Don't build expect if we're not
16522         building the tcl subdir.
16524 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16526         * Makefile.in: (configure-target-examples, all-target-examples):
16527         New targets, configure and build example programs.
16529 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16531         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16532         use it as input to sedit the generated MPW makefile.
16533         * mpw-README: Add a suggestion about Gestalt.h.
16535 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16537         * config.sub: Accept *-*-ieee*.
16539 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16541         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16542         Ronald F. Guilmette <rfg@monkeys.com>.
16544 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16546         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16547         for powerpc-pe native.
16548         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16549         (target==powerpc-pe): duplicate i386-win32 entry.
16551 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16553         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16554         of vxworks, not just vxworks5.1.
16556 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16558         * mpw-configure: Add support for exec-prefix.
16560 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16562         * config.guess: Recognize HP model 816 machines as having
16563         a PA1.1 processor.
16565 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16567         * configure: Ignore new autoconf configure options.
16569 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16571         * config.guess:  Recognize Pentium under SCO.
16572         From Robert Lipe <robertl@arnet.com>.
16574 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16576         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16578 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16580         * configure.in: Don't configure gas for alpha-dec-osf*.
16582 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16584         * configure.in: Default to --with-stabs for some targets for which
16585         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16586         i[345]86*-*-unixware*.
16588 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16590         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16591         rather than basing it on the target.  Simplify handling of options
16592         controlling which directories to configure.  Remove extraneous
16593         slash in multi-clean target.
16595 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16597         * config-ml.in: Prefix more variables with ml_ so they don't collide
16598         with configure's.
16600 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16602         * configure: Don't turn -v into --v.
16604 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16606         * configure.in (targargs): Fix typo.
16608         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16610 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16612         * configure.in: Strip --host and --target options from
16613         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16614         --with-cross-host option when building with a cross-compiler.
16615         * configure: Canonicalize the arguments put into config.status by
16616         always using `=' for an option with an argument.  Pass a presumed
16617         --host or --target explicitly.
16619 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16621         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16622         into general OS recognition case.
16624 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16626         * configure.in (target_configdirs): add target-winsup only
16627         for win32 target systems.
16629 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16631         * Makefile.in (all-target-libgloss): Depend upon
16632         configure-target-newlib, since when libgloss is built it looks to
16633         see if the newlib directory exists.
16635 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16637         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16638         cfg-ml-*.in.
16640 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16642         * configure: Handle LD and LD_FOR_TARGET when configuring a
16643         Canadian Cross.
16645 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16647         * configure.in (target_libs): add target-winsup.
16648         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16649         (target==ppcle-pe): remove ld from $noconfigdirs.
16651 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16653         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16654         Preserve relative path names in $srcdir.  Build symlink tree if
16655         configuring cross target dir and srcdir=. (= no VPATH support).
16656         (configure-target-libg++): Depend on configure-target-librx.
16657         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16658         * config-ml.in: New file.
16659         * symlink-tree: New file.
16660         * configure: Ensure srcdir="." if that's what it is.
16662 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16664         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16665         includes and FLEX_SKELETON setting.
16666         * mpw-configure (--with-gnu-ld): New option, controls whether
16667         to use PPCLink or ld with PowerMac GCC.
16668         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16669         * mpw-config.in: Configure grez if targeting Mac.
16671         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16672         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16673         just macos.
16674         * configure.in: Configure grez resource compiler if targeting Mac.
16675         * Makefile.in (all-grez, install-grez): New targets.
16677 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16679         * configure: CXX defaults to gcc, not g++.  If we find
16680         gcc in the path, set CC to gcc -O2.
16682 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16684         * configure: Default ${build} correctly.  Avoid picking up extra
16685         spaces when reading CC and CXX from Makefile.  When doing a
16686         Canadian Cross, use plausible default values for numerous
16687         variables.
16688         * configure.in: When doing a Canadian Cross, don't try to
16689         configure tools whose configure script can't handle it.
16691 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16693         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16695 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16697         * configure:  Remove dubious bug reporting address.
16699 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16701         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16702         configure script, run that instead of this directory's configure.
16703         In either case, print a message that we're configuring the sub-dir.
16705 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16707         * configure.in: Before checking for the existence of various files,
16708         use sed to filter out "target-".
16710 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16712         * Makefile.in (DO_X): Split rule to decrease command line length
16713         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16714         (Philippe De Muyter).
16716 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16718         * Makefile.in (all-patch): depend on all-libiberty.
16720 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16722         * configure.in: If the only directory in target_configdirs which
16723         actually exists is libiberty, then set target_configdirs to empty,
16724         to avoid trying to build a target libiberty in a gas or gdb
16725         distribution.
16727 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16729         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16730         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16731         systems.
16733 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16735         * configure.in (copy_dirs): Use sys-include instead of include
16736         for --with-headers option.
16738 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16740         * Makefile.in, configure.in: Make winsup builds work with
16741         new scheme.
16743 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16745         * configure.in: Build the linker on AIX.
16747 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16749         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16750         where needed.
16752 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16754         * Makefile.in (all-gcc): Fix typo.
16756 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16758         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16760 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16762         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16763         to target-xiberty, to provide more flexibility.
16764         (target_subdir):  Define.  Create if cross.
16765         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16766         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16767         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16768         check-libFOO -> check-target-libFOO, etc.
16769         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16770         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16771         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16772         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16773         allow ALL_GCC="" to only configure.
16774         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16775         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16776         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16778 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16780         * Makefile.in (taz): Build "info" in etc explicitly.
16782 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16784         * configure.in:  Make sure that CC is undefined (as opposed to
16785         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16786         problem with autoconf trying to configure on a host without GCC.
16788 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16790         * mpw-configure: Set host alias from choice of host compiler,
16791         only use generic MPW Makefile sed if present, edit a file
16792         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16793         * mpw-README: Add problem notes about CW6 and CW7.
16795 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16797         * Makefile.in (taz): Use ";" instead of ";;".
16799 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16801         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16802         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16803         DISTDOCDIRS.
16804         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16805         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16807 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16809         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16810         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16811         Move bfd to DISTSTUFFDIRS.
16813 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16815         * Makefile.in (X11_LIB): Removed.
16816         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16818         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16820 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16822         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16823         names.
16825 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16827         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16829 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16831         * configure.in (i[345]86-*-win32): Always build newlib.
16832         Don't configure cvs, autoconf or texinfo.
16833         * Makefile.in (LD_FOR_TARGET): New.
16834         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16835         Pass down LD_FOR_TARGET.
16837 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16839         * winsup: New directory.
16840         * Makefile.in: Build winsup.
16841         * configure.in: Winsup is configured when target is win32.
16842         Can only build win32 target GDB when native.
16844 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16846         * config.guess: Recognize HP model 819 machines as having
16847         a PA 1.1 processor.
16849 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16851         * configure: Fix sed loop which substitutes for CC and CXX to
16852         avoid bug found in various sed implementations.
16854 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16856         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16857         simulator.  Use standard powerpc-*-eabi*.
16859 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16861         * configure.in: Stop putting gas and binutils in noconfigdirs for
16862         powerpc-*-aix* and rs6000-*-*.
16864 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16866         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16867         -mcall-aixdesc libraries.
16869 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16871         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16873         * config.sub (arm | armel | armeb): Fix shell syntax.
16875 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16877         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16878         -msoft-float and -mcpu=common support.
16879         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16880         libraries.
16882 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16884         * configure.in: Allow configuration and build of emacs19 for the alpha.
16886 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16888         * configure.in (CC): Get ^CC, not just any old CC, from
16889         ${host_makefile_frag}.
16891 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16893         * configure.in (CC): Try to get CC from
16894         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16896 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16898         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16899         only if it exists in $(srcdir).
16901 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16903         * configure: If CC and CXX are not set in the environment, set
16904         them, based on either an existing Makefile or on searching for gcc
16905         in PATH.  Substitute for CC and CXX in Makefile.
16906         * configure.in: Remove libm from target_libs.  Separate
16907         target_configdirs from configdirs.  If CC is not set in
16908         environment, try to get it from a host Makefile fragment.  Rewrite
16909         changes of configdirs to use skipdirs instead.  A few minor
16910         tweaks.  Take directories out of target_configdirs as they are
16911         taken out of configdirs.  Remove existing Makefile files from
16912         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16913         CONFIG_ARGUMENTS in Makefile.
16914         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16915         by configure.in.
16916         (CONFIG_ARGUMENTS): Likewise.
16917         (CONFIGURE_TARGET_MODULES): New variable.
16918         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16919         ($(CONFIGURE_TARGET_MODULES)): New target.
16920         (configure-libg++, configure-libio): New targets.
16921         (all-libg++): Depend upon configure-libg++.
16922         (all-libio): Depend upon configure-libio.
16923         (configure-libgloss, all-libgloss): New targets.
16924         (configure-libstdc++): New target.
16925         (all-libstdc++): Depend upon configure-libstdc++.
16926         (configure-librx, all-librx): New targets.
16927         (configure-newlib): New target.
16928         (all-newlib): Depend upon configure-newlib
16929         (configure-xiberty): New target.
16930         (all-xiberty): Depend upon configure-xiberty.
16932 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16934         * configure.in (host i[345]86-*-win32):  Expand the
16935         noconfigdirs again.
16937 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16939         * mpw-configure: Fix sed command file name.
16941 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16943         * configure.in (host i[345]86-*-win32): Reduce the
16944         noconfigdirs again.
16946 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16948         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16949         or powerpc*-*-pe*, since they are not yet supported.
16951 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16953         Add PowerMac support and many other enhancements.
16954         * mpw-configure: New option --cc to select compiler to use,
16955         paste options set according to --cc into the generated
16956         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16957         if mpw-make.sed is present.
16958         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16959         add forward includes for PowerPC include files.
16960         * mpw-build.in: Build using Makefile.PPC if present.
16961         (do-byacc, etc): Remove separate version resource builds.
16962         (do-gas): Build "stamps" before "all".
16963         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16964         * mpw-README: Update to reflect --cc option, PowerMac support,
16965         and recently-reported compatibility problems.
16967 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16969         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16970         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16971         (--with-multilib-top): Pass to recursive invocations.
16973 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16975         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16976         v810-*-*.
16978 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16980         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16981         gdb, ld and opcodes on v810-*-*.
16983 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16985         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16986         (local-maintainer-clean): New target.
16987         (maintainer-clean): New target.
16988         (realclean): Just depend upon maintainer-clean.
16990 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16992         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16994 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16996         * configure.in: Build ld in mips*-*-bsd* case.
16998 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17000         * config.sub: Accept -lites* OS.  From Ian Dall.
17002 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17004         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17005         targets.
17007 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17009         * configure.in: treat i386-win32 canadian cross the same as
17010         i386-go32 canadian cross.
17012 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17014         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17015         running under the simulator to build a reduced set of libraries.
17016         (powerpc-*-eabiaix): Add fine grained multilib support added to
17017         other powerpc targets yesterday.
17019 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17021         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17022         -disable-softfloat, -disable-relocatable, -disable-aix, and
17023         -disable-sysv to control which multilib libraries get built.
17025 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17027         * configure: Add Makefile.tem to list of files to remove in trap
17028         handler.
17030 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17032         * config.guess (*Linux*):  Add missing "exit"s.
17033         Also, need specific check for alpha-unknown-linux (uses COFF).
17035 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17037         * config.guess:  Merge with FSF:
17039         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17040         * config.guess (AIX4): More robust release numbering discovery.
17042         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17043         * config.guess (i386-sequent-ptx): Properly get version number.
17045         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17046         * config.guess (mips:*:4*:UMIPS): New case.
17048 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17050         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17051         (i386-win32 host): Likewise.  Don't build readline.
17053 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17055         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17056         SUPPORT_FILES to submakes.
17058 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17060         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17061         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17062         mpw-configure.
17064 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17066         * configure.in (appdirs): Use =, not ==, in test expression when
17067         trying to build the text to print in the warning message for
17068         Solaris users.
17070 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17072         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17074 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17076         * config.guess: Recognize lynx-2.3.
17078 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17080         * config.sub (z8ksim): Deleted
17081         (z8k-*-coff): New, this is the one true name of the target.
17083 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17085         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17087 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17089         * config.guess (*:Linux:*:*): First try asking the linker what the
17090         default object file format is (elf, aout, or coff).  Then if this
17091         fails, try previous methods.
17093 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17095         * configure.in: Don't build newlib for *-*-vxworks5.1.
17097 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17099         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17100         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17102 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17104         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17106 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17108         * cfg-ml-com.in: New file.
17109         * cfg-ml-pos.in: New file.
17111 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17113         * COPYING.NEWLIB: Add HP free copyright to list.
17115 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17117         * config.sub: Recognize -eabi* for the system, not just -eabi.
17119 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17121         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17122         * config.sub, configure.in (win32): New target and host.
17124 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17126         * configure.in: Add i386-pe configuration.
17128 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17130         * mpw-build.in (install): Install GDB after LD.
17132 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17134         * mpw-config.in (elf/mips.h): Always forward-include, needed
17135         for GDB to build.
17137 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17139         * testsuite: New directory for customer acceptance and whole tool
17140         chain tests.
17142 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17144         * configure: If per-host line isn't found, but AC_OUTPUT is found
17145         and a configure script exists, run it instead.
17147 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17149         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17151 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17153         * configure: Set build_{cpu,vendor,os,alias} to host values when
17154         --build isn't specified.
17156 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17158         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17159         (FLAGS_TO_PASS): Pass them.
17160         (EXTRA_TARGET_FLAGS): Ditto.
17162 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17164         * Makefile.in (all-libg++): Depend on all-libstdc++.
17166 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17168         * configure.in (noconfigdirs): Enable all packages for
17169           i386-unknown-netbsd.
17171 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17173         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17174         hosted builds (DOS builds)
17176 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17178         Changes for ARM based on patches from Richard Earnshaw:
17179         * config.sub: Handle armeb and armel.
17180         * configure.in: Omit arm linker only for riscix.
17182 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17184         * config.guess:  Update from FSF.
17186 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17188         * config.sub: Recognize powerpcle as the little endian variant of
17189         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17190         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17191         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17192         temporarily.
17194 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17196         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17198 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17200         * config.sub: Accept -lites* as a basic system type.
17202 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17204         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17205         installed, and if so return linuxoldld as the system name.
17207 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17209         * config.guess: Add hppa1.1-hp-lites support.
17211 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17213         * configure.in: Don't build newlib for m68k-vxworks5.1.
17215 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17217         * configure.in (mips-sgi-irix6): Use mh-irix5.
17219 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17221         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17223 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17225         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17226         OSF/1.  Fix compiler flags.
17227         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17229 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17231         * configure.in: Recognize --with-newlib.
17232         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17234 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17236         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17237         to *_X11_MODULES due to gdbtk needing X include files et al.
17239 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17241         Merge in support for Mac MPW as a host.
17242         (Old change descriptions retained for informational value.)
17244         * mpw-config.in: Add generic include forwards for cpu-specific
17245         include files in aout and elf directories.
17247         * mpw-configure: Added copyright.
17248         * mpw-config.in: Check for presence of required build tools.
17249         (target_libs): Add newlib.
17250         (target_tools): Add examples.
17251         (Read Me): Generate as "Read Me for MPW" instead.
17252         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17253         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17254         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17256         * mpw-configure: Remove subdir-specific makefile hackery,
17257         delete mk.tmp after using it.
17259         * mpw-build.in (all): Display start and end times.
17261         * mpw-configure (host_canonical): Set.
17262         (target_cpu): Always add to makefiles.
17263         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17264         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17265         (mpw-mh-mpw): Look for in srcdir and srcroot.
17266         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17268         * mpw-build.in: (install-only): New target.
17270         * mpw-configure (host_alias, target_alias): Rename from hostalias
17271         and targetalias, add into generated Makefile.
17272         (mk.tmp): If present, add into generated Makefile.
17273         * mpw-build.in (all-gas): Build config.h first before gas proper.
17275         * mpw-configure (config.status): Write only if changed.
17276         * mpw-config.in (readline): Configure it (not built, just used for
17277         definitions).
17279         * mpw-config.in (elf/mips.h): Add a forward include.
17281         * mpw-config.in: Forward-include most .h files in include into
17282         extra-include.
17283         (readline): Don't build.
17284         mpw-build.in (install): Install GDB.
17286         * mpw-configure (prefix, mpw_prefix): Handle it.
17287         * mpw-config.in (mmalloc, readline): Don't configure.
17288         * mpw-build.in (thisscript): Rename to ThisScript.
17289         Use mpw-build instead of BuildProgram everywhere.
17290         (mmalloc, readline): Don't build.
17291         * mpw-README: New file, basic documentation about the MPW port.
17293         * mpw-config.in: Use forward-include to create include files.
17295         * mpw-configure: Add more things to the top of each configured
17296         Makefile, including contents of config/mpw-mh-mpw.
17297         * mpw-config.in (extra-include): Create this directory and fill it
17298         with Posix-like include files when configuring.
17300         * config.sub (apple, mac, mpw): Add various aliases.
17302         * mpw-build.in: New file, top-level build script fragment for MPW.
17303         * mpw-configure: New file, configure script for MPW.
17304         * mpw-config.in: New file, config fragment for MPW.
17306 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17308         * configure.in (host_libs): Remove glob, since it is gone from the
17309         sources.
17311 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17313         * Makefile.in: define empty GDB_NLM_DEPS var.
17315         * configure.in(target_makefile_frag): use config/mt-netware
17316         for netware targets.
17318 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17320         * config.sub: Merge in recent FSF changes.  Remove linux special
17321         cases.
17323 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17325         Revert this change:
17327         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17329                 * build-all.mk: Use CC=cc -Xs on Solaris.
17331 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17333         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17334         stop using it.
17335         * Makefile.in: Nuke all references to glob subdirectory.
17337 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17339         * configure.in: Fix --enable-shared logic in per-host.
17341 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17343         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17345 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17347         * configure.in (noconfigdirs): Don't build gas on AIX, for
17348         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17350 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17352         * configure: Fix --cache-file to work if the file argument is a
17353         relative path.
17355 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17357         * configure: If the --cache-file is used, pass it down to
17358         configure in subdirectories.
17360 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17362         * config.sub: add vxworks29k configuration.
17364 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17366         * Makefile.in (taz): Do "diststuff" part quietly.
17368 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17370         * config.sub: Mini-merge with gcc/config.sub.
17372 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17374         * config.guess (IRIX): Sed - to _.
17376 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17378         * Makefile.in (source-vault, binary-vault): New targets.
17380 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17382         * config.sub: Recognize -eabi as a basic system type.
17384 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17386         * configure.in (enable_shared stuff): Fix typo.
17388 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17390         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17392 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17394         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17396 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17398         * configure.in (rs6000-*-*): Don't build gas.
17400 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17402         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17403         reduce command line length.
17404         (AS_FOR_TARGET): Check for as.new, not Makefile.
17405         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17407 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17409         * config.guess:  Merge from FSF.
17411 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17413         * configure: Don't use $ when handling program_suffix.
17415 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17417         * configure.in:  Configure tk for hppa/hpux.
17419 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17421         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17423 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17425         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17426         to LIBCXXFLAGS.  Tests are better run without it.
17428 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17430         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17432 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17434         * configure.in (*-*-netware*): Don't configure xiberty.
17436 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17438         * configure.in:  Remove tk from native_only list.
17440 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17442         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17443           for special NCD build.
17445 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17447         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17448         makeall.bat, they're only useful for binutils snapshots.
17449         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17450         makeall.bat to specified SUPPORT_FILES.
17452 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17454         * build-all.mk: Add Ericsson targets to sun4 and solaris
17455           hosts.  Add  BNR's sun4 target to solaris host, so their
17456           build-from-source will be tested in-house first.
17458 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17460         * Makefile.in (LIBCFLAGS): New variable.
17461         (CFLAGS_FOR_TARGET): Ditto.
17462         (LIBCFLAGS_FOR_TARGET): Ditto.
17463         (LIBCXXFLAGS): Ditto.
17464         (CXXFLAGS_FOR_TARGET): Ditto.
17465         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17466         (BASE_FLAGS_TO_PASS): Pass them.
17467         (EXTRA_TARGET_FLAGS): Ditto.
17469         * configure.in: Support --enable-shared.
17471 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17473         * configure.in (target_libs):  Include libstdc++ again.
17474         * config.guess:  Update from FSF (for FreeBSD).
17476 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17478         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17479         makeall.bat.
17480         (DISTDOCDIRS): Add `etc'.
17481         (ETC_SUPPORT_PFX): New variable.
17482         (taz): Include anything from etc starting with a word in
17483         ETC_SUPPORT_PFX.
17485 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17487         * config.sub: Update for recent FSF changes.  Remove obsolete
17488         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17489         spacing changes.
17491 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17493         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17495         * config.guess:  Merge with FSF.
17496         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17498 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17500         * configure: Since the "trap 0" handler will override the exit
17501         status on many systems, only use it for "exit 1", and make it set
17502         a non-zero exit status; reset it before "exit 0".  Also, check
17503         exit status of config.sub, and error out if it failed.
17505 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17507         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17508         and install libgloss.
17510 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17512         * Makefile.in (all-binutils): Depend upon all-byacc.
17514         * configure.in: Don't build emacs on Irix 5.
17516 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17518         * configure.in (*-*-netware*): Add libio.
17520 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17522         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17523         (CHECK_TARGET_MODULES): Ditto.
17524         (INSTALL_TARGET_MODULES): Ditto.
17525         (TARGET_LIBS): Ditto.
17526         (all-libstdc++): Note dependencies.
17528 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17530         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17532 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17534         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17535         -fexternal-templates.
17537         * configure.in (target_libs): Add libstdc++.
17538         (noconfigdirs): Add libstdc++ as appropriate.
17540 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17542         * config.guess:  Update from FSF.
17544 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17546         * configure: Use ${config_shell} when running ${configsub}.
17548 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17550         * config.sub: No longer recognize h8300h.
17552 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17554         * config.sub: Remove extraneous differences between config.sub and
17555         gcc/config.sub.
17557 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17559         * Makefile.in (DISTSTUFFDIRS): Add gas.
17561 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17563         * COPYING.NEWLIB: New file.
17565 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17567         * config.guess (HP-UX):  Patch from Harlan Stenn
17568         <harlan@landmark.com> to also emit release level.
17570 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17572         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17574 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17576         * config.sub:  Merge nextstep cleanup from FSF.
17578 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17580         * configure.in (arm-*-*): Don't configure ld for this target.
17582 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17584         * configure.in (*-*-netware): don't configure libg++, libio,
17585           librx, or newlib.
17587 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17589         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17590         configure ld--it works, but it doesn't support shared libraries.
17592 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17594         * config.guess (*-unknown-freebsd*):  Get rid of possible
17595         trailing "(Release)" in version string.
17596         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17598 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17600         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17601         Fix type: *-next-neststep -> *-next-nextstep.
17603         * config.guess:  Merge from FSF:
17605         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17607         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17609         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17611         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17612         instead of UNIX_SV for UnixWare 1.0).
17614 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17616         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17617         to make gdb/nlm/* build after the compiler and linker.
17619 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17621         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17622         not just i[34]86.
17623         (m68k-atari-sysv4):  Relocate to match FSF version.
17625         * config.guess:  More merges from the FSF:
17627         Add a space before function call or macro invocation.
17629         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17631         * config.guess: Add trap cmd to remove dummy.c and dummy when
17632         interrupted.
17634         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17636         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17637         (dummy): Redirect stderr from compilation of dummy.c.
17639         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17641         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17643 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17645         * configure: Accept and ignore --cache*, for compatibility with
17646         new autoconf.
17648 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17650         * config.guess:  Merge from FSF:
17652         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17654         * config.guess (Pyramid*:OSx*:*:*): New case.
17655         (PATH): Add /.attbin at end for finding uname.
17656         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17658         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17660         * config.guess (M88*:DolphinOS:*:*): New case.
17662         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17664         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17665         to select whether to use ELF or COFF.
17667         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17669         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17671         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17673         * config.guess: Guess the OS version for HPUX.
17675         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17677         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17679 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17681         * configure.in: Recognize --with-headers, --with-libs, and
17682         --without-newlib.
17683         * Makefile.in (all-xiberty): Depend upon all-ld.
17685 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17687         * configure.in: Change i[34]86 to i[345]86.
17689 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17691         * configure (version): A few more tweaks to help message.
17693 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17695         * Makefile.in:  Remove (for now) librx as a host library,
17696         now that we're building it for target.
17698 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17700         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17701         (Karl Berry).
17703 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17705         * configure.in:  Also configure librx.
17707 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17709         * Makefile.in:  Update various rules to reflect that librx
17710         is now needed for libg++.
17712 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17714         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17716 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17718         * configure.in: Configure the examples directory.
17720 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17722         * configure: Simplify Jun 2 1994 change.
17724 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17726         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17727         /bin/gcc isn't good enough to build gcc.
17729 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17731         * Makefile.in (GDB_SUPPORT_FILES): Remove
17732         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17733         (gdb.tar.gz): Add new rule to use standard distribution building
17734         mechanism.
17736 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17738         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17739         Bill Cox <bill@cygnus.com>.
17741 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17743         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17745 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17747         * configure:  Search current dir first in .gdbinit.
17749 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17751         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17753 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17755         * config.sub:  Refer to NeXT's operating system as nextstep.
17757         * config.sub (case $basic_machine):  Re-order the cases, to match
17758         the order in the FSF version (which is mostly alphabethical).
17759         Merge in some additions and changes from the FSF.
17761 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17763         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17764         * config.sub: Recognize cxux7.
17765         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17767 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17769         * config.sub:  Fix typo powerpc -> powerpc-*.
17771 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17773         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17775         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17776         parallel with all-emacs and install-emacs).  Top-level command
17777         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17779 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17781         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17782         $(relbindir)/make before doing ``make install'', and use
17783         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17784         installing over running make binary.
17785         ($(host)-stamp-stage3-installed): Likewise.
17787 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17789         * config.guess: Recognize Mach.
17791 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17793         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17794         see whether --exec-prefix was used.
17796 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17798         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17800 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17802         * Makefile.in: Add all-librx target similar to all-libproc.
17804 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17806         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17807         with post 1.2 uname bogosity.
17809 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17811         * configure: Remove temporary files on receipt of a signal.
17813 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17815         * configure: If there is a package_makefile_frag, remove
17816         ${subdir}/Makefile.tem after copying it in.
17818 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17820         * build_all.mk: support rs6000 lynx identifies itself as
17821         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17822         since /bin/gcc is too feeble to compile a modern gcc.
17824 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17826         * brought devo/test-build.mk update-to-date with progressive/
17827           test-build.mk. Add lynx targets and hppa flag info.
17829 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17831         * configure.in:  Use mh-ncrsvr43.  Patch from
17832         Tom McConnell <tmcconne@sedona.intel.com>.
17834 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17836         * config.guess (i386-unknown-bsdi):  No longer need to
17837         check #if defined(__bsdi__) && defined(__i386__).
17839 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17841         * configure: Set program_transform_nameoption correctly.
17843 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17845         * brought build-all.mk update-to-date with progressive build-all.mk,
17846           added new targets and hppa info.
17848 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17850         * configure: If config.guess result is a prefix of the user
17851         specified target, assume a native build and use the user specified
17852         target as the host alias.  Remove SunOS patch suffix removal hack.
17853         * configure.in: Remove SunOS patch suffix removal hack.
17855         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17856         in NATIVE_CHECK_MODULES.
17858 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17860         * Makefile.in: Rename HOST_ONLY to NATIVE.
17861         * configure: Delete SunOs patch suffix from host_canonical
17862           and build_canonical variables that are prepended to Makefiles.
17863         * configure.in: Add comments for easier maintenance.
17865 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17867         * Makefile.in: Add all-libproc target similar to all-gui.
17869 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17871         * Makefile.in (CHECK_MODULES): split into
17872         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17874 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17876         * config.guess (i386-unknown-bsdi): New system to guess.
17878 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17880         * Makefile.in: Add all-gui target (but not yet build by "all").
17882 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17884         * config.sub: Move deletion of patch suffix from here...
17885         * configure.in: To here, at Ian's suggestion.  The top-
17886           level scripts might need to know of a patch level.
17888 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17890         * config.sub: Strip off patch suffix so rtl is recognized
17891           as a sunos4.1.3 machine, even though it's been patched.
17893 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17895         * Makefile.in (INSTALL_LAST): Delete.
17896         (INSTALL_DOSREL): New.
17898 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17900         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17901         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17902         whether we pass down --with-gnu-ld anyhow.
17904 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17906         * Makefile.in (INSTALL_LAST): Change operation so it works
17907         on more flavors of make.
17908         * configure.in (go32): Don't build libg++ or libio.
17910 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17912         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17913         they can be overriden by templates.
17915 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17917         * configure.in (target==go32): Don't build gdb.
17918         * dosrel: New directory.
17920 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17922         * configure.in (host==go32): Configure dosrel too.
17923         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17924         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17925         be set by incoming names or templates.
17926         (INSTALL_LAST): New rule.
17928 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17930         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17932 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17934         * configure.in (appdirs): New variable.  Currently empty, but will
17935         be used in gas distribution.  If nonempty, lists a set of
17936         directories at least one of which must get configured, or top
17937         level configuration is considered to have failed.
17938         (rs6000-*-lynxos*): Use new file name.
17940 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17942         Eliminate XTRAFLAGS.
17943         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17944         newlib include files using -idirafter, and also use -nostdinc.
17945         (CXX_FOR_TARGET): Likewise.
17946         (XTRAFLAGS): Removed.
17947         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17948         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17949         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17950         ($(DO_X)): Don't pass down XTRAFLAGS.
17952 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17954         * configure.in (mips*-dec-bsd*): New target; do build linker.
17955         (mips*-*-bsd*): New target; don't build linker.
17957 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17959         * configure.in: support rs6000-*-lynxos* configuration.
17960         support sunos4 as a cross target.
17962         * config.sub: look for lynx*, not lynx since the OS version may
17963         legitimately be part of the name.
17965 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17967         * configure.in (i[34]86-*-sco*): Move to be with other i386
17968         targets.
17969         (romp-*-*): New target.  Skip various binary utilities.
17970         (vax-*-*): New target.  Don't build newlib.
17971         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17973 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17975         * configure.in: Only set host_makefile_frag if config
17976         directory exists.
17978 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17980         * install.sh: If $dstdir exists, don't check whether each
17981         component does.
17983 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17985         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17987 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17989         * configure.in (*-*-lynxos*): Don't configure newlib for either
17990         native or cross Lynx.
17992 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17994         * config.sub (sparc64-elf): Fix os.
17995         (z8k): Remove duplicate.
17997 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17999         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18000         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18002 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18004         * configure: Make file links cleanly even if Lynx fails on
18005           an NFS symlink (at least fail cleanly).
18007 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18009         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18010         -XNh2000.
18012 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18014         * configure: Unknown options are fatal again.
18016 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18018         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18019         compatibility.
18021 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18023         * build-all.mk: Add `clean' target.
18025 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18027         * config.guess:  Add SINIX support.
18028         * configure.in:  Add mips-*-sysv4* support.
18030 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18032         * build-all.mk: Document all useful targets.
18033         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18034         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18036 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18038         * configure: Support --silent, --quiet.
18040 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18042         * configure: Support --disable-FEATURE.
18044 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18046         * config.guess: Recognize NCR running SVR4.3.
18048 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18050         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18051         Patch from Paul Eggert <eggert@twinsun.com>.
18053 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18055         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18057 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18059         * configure: Make unrecognized options give nonfatal warnings
18060         instead of fatal errors, and pass them to any subdirectory
18061         configures in case they recognize them.
18062         Make --x equivalent to --with-x.
18064 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18066         * configure: Add --enable-* options.  Clean up usage message and
18067         some comments.
18069 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18071         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18073 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18075         * configure.in (hppa*-*-*): Enable binutils.
18077 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18079         * config.sub: Recognize cisco.
18081 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18083         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18085 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18087         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18088         than one configuration name.  Add comment.
18090 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18092         * config.guess: about target *-hitachi-hiuxwe2, fixed
18093         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18094         macro is incorrect.]
18096 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18098         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18099         than the "make ls" stuff which used to be here.
18101 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18103         * config.guess:  Recognize i[34]86-unknown-freebsd.
18104         From Shawn M Carey <smcarey@rodan.syr.edu>.
18106 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18108         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18110 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18112         * config.guess: Check for ptx.
18114 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18116         * config.sub: Add os9k checking.
18118 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18120         * config.guess: Handle OSF1 running on HPPA processors
18122 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18124         * configure: If subdir configure fails, print out a message with
18125         subdirectory name, in case subdir's configure code didn't identify
18126         itself.
18128 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18130         * configure.in: Remove embedded newlines from configdirs.
18131         Avoid mismatches of substrings.  Fix matching strings at end
18132         of configdirs.
18134 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18136         * config.guess:  Add Lynx/rs6000 config support.
18138 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18140         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18142 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18144         * configure.in (hppa*-*-osf*): Treat this just like most other
18145         PA configurations (eg no binutils or ld).
18146         (hppa*-*-*elf*): These configurations have binutils and ld.
18148 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18150         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18152 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18154         * configure.in (rs6000-*-*): Build gas.
18156 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18158         * Makefile.in:  Avoid bug in losing hpux sed.
18160 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18162         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18163         for GDB and GDB has been fixed to not need it.
18165 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18167         * config.guess: Recognize vax hosts.
18169 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18171         * configure (while loop): Don't use "break 2" inside case
18172         statement -- the case statement isn't an enclosing loop.
18174 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18176         * config.guess:  Clean up NeXT support, to allow nextstep
18177         on Intel machines.  Make OS be nextstep.
18179 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18181         * config.guess: Add alternate forms for Convex.
18183 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18185         * configure:  Completely rewrite option processing.  Take
18186         advantage of pattern-matching to avoid invoking test frequently.
18187         Also clean up host and target defaulting logic.
18189 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18191         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18192         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18193         commands (plus user environment) will fit SCO limits.
18195 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18197         * configure.in: Don't issue warnings about directories which are
18198         not being configured if -norecursion is set.  Correct test for
18199         --with-gnu-as and --with-gnu-ld to not get confused by substring
18200         matches.
18202         * configure.in: Don't build gas for alpha-dec-osf1*.
18204 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18206         * configure:  Back out Per's change of 12/19/1993.  It changes the
18207         behavior of configure in unexpected and confusing ways.
18209         Also, use different delim char when calculating
18210         program_transform_name so that the name can contain slashes.
18212 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18214         * configure.in, config.sub: Add support for VSTa micro-kernel.
18216 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18218         * configure.in: Nuke hacks which were used to get a special
18219         version of GAS for HPPA configurations.
18221 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18223         * configure:  If only ${target_alias} is given, use that
18224         as the default for ${host_alias}.
18225         * configure:  Add missing back-slashes before nested quotes.
18227 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18229         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18231 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18233         * config.guess:  Recognize some Tektronix configurations.
18234         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18236 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18238         * config.sub: Match any flavor of SH.
18240 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18242         * configure.in: Don't try to configure newlib for Alpha.
18244 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18246         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18247         libg++ or libio for any Alpha target.
18249         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18251 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18253         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18254         default arguments -- so it tried to compress itself.
18256 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18258         * configure.in (notsupp): ensure that a space is always at the end
18259           of the configdirs list, since the grep checks for an explicit space
18261 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18263         * configure.in (target i386-sysv4.2): don't build ld, since static
18264           versions of many libraries are not available.
18266 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18268         * config.guess: Recognize Apollos (using environment variables).
18269         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18271 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18273         * config.guess: Recognize Sony news mips running newsos.
18275 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18277         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18278         "fi ; else" for bash.
18280 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18282         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18284 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18286         * config.sub: accept unixware as an alias for svr4.2.
18287         Fix some inconsistancies with the gcc version.
18289 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18291         * Makefile.in (DISTDOCDIRS):  Add gdb.
18293 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18295         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18297 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18299         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18300         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18301         this now.
18303 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18305         * config.sub: Accept hiux* as an OS name.
18307         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18308         etc/make-stds.texi.  The underscore came from gcc, and dje now
18309         agrees that RUNTESTFLAGS is the correct name.
18311 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18313         * install.sh:  Remove 'set -e'.  It makes any conditionals
18314         in the script useless.
18316         * config.guess: Automatically recognize arm-acorn-riscix
18317         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18319 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18321         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18323 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18325         * Makefile.in (DISTDOCDIRS): New variable.
18326         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18327         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18329 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18331         * configure.in (hppa target): check the source directory for the
18332           pagas sub-directory
18334 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18336         * config.sub: Allow -aout* and -elf*.
18338 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18340         * configure.in: Don't build ld on i386-solaris2, same as for
18341         sparc-solaris2.
18343 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18345         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18347 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18349         * configure.in:  Configure gdb for alpha.
18351 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18353         * Makefile.in (CXXFLAGS): Add -O.
18355 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18357         * config.guess: added support for DG Aviion
18359 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18361         * configure.in: Produce warning message for subdirectories not
18362         configurable for this host/target combination.  Don't try to
18363         configure gdb for vms.
18365 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18367         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18368         appropriate files before making "diststuff".
18369         (DISTBISONFILES): New var: list of files to be edited.
18370         (DISTSTUFFDIRS): Add binutils.
18372 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18374         * config.sub: also handle mipsel and mips64el (for little endian mips)
18376 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18378         * configure.in: Add * to end of all OS names.
18380 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18382         * configure.in: Build newlib for LynxOS native.
18384 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18386         * config.guess: Add support for delta 88k running SVR3.
18388         * configure.in: Add comment about HP compiler vs. emacs.
18390 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18392         * configure.in: don't build ld on solaris2 (not a viable option
18393           due to bugs in getpwnam & getpwuid)
18395 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18397         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18398         config.guess will produce a full version number.
18400 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18402         * configure.in: Build linker and binutils for alpha-dec-osf1.
18404 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18406         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18407         and gdb/testsuite/Makefile.in.
18409 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18411         * configure.in: recognize mips*- instead of mips-
18413 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18415         * config.sub: Accept linux*coff and linux*elf as operating
18416         systems.
18418 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18420         * config.sub: Recognize mips64, and mips3 as an alias for it.
18422 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18424         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18425         gdb knows how to handle OSF/1 shared libraries.
18427 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18429         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18430         * config.guess: Recognize Hitachi's HIUX.
18431         * config.sub: Recognize h3050r* and hppahitachi.
18432         Remove redundant cases for hp9k[23]*.
18434 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18436         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18437         if gas and ld are in the source tree and are in ${configdirs}.
18438         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18439         --with options (but still pass them down on the command line,
18440         if they were explicitly specified).
18442 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18444         * configure: substitute SHELL value in Makefile.in with
18445         ${CONFIG_SHELL}
18447 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18449         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18450         *-*-solaris2* targets.
18452 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18454         * Makefile.in: define M4, and pass it down to sub-makes;
18455         all-autoconf now depends on all-m4
18457 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18459         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18460         presence of {ar,ranlib} instead of a configured directory
18462 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18464         * config.guess: Accept 34?? as well as 33?? for NCR.
18466 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18468         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18469         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18471 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18473         * configure: grab values for $(CC) and $(CXX) from the
18474         environment, so that someone can do "CC=gcc configure; make" and
18475         have it work right (matching the way that autoconf works now)
18477         * configure.in, Makefile.in: add support for gash, the tcl
18478         interface to Galaxy
18480         * config.guess: add NetBSD variants (hp300, x86)
18482 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18484         * install.sh: Support -d option (in the manner of SunOS 4 install,
18485         as it is more deterministic than that of GNU install)
18486         (chmodcmd): Set file to mode 755 by default (should also do default
18487         chgrp and chown, but I don't feel like dealing with that now)
18489 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18491         * config.sub: Remove h8300hhms alias.
18493 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18495         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18497 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18499         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18500         as stmp-fixinc
18502 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18504         * config.sub: recognize m88110-bug-coff.
18506 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18508         * Makefile.in (all-libio): all dependencies on the toolchain used
18509         to build this (gcc, gas, ld, etc)
18511 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18513         * config.guess: Deal with OSF/1 1.3 on alpha.
18515 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18517         * install.sh: add some 'else true' clauses for portability
18519         * configure.in: don't build libio for h8[35]00-*-* targets
18521 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18523         * Makefile.in:  Add support for new libio.
18525 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18527         * install.sh: If one command fails, don't try the rest.  Don't try
18528         to remove $dsttmp (via trap) unless we have already created it.
18529         If $src doesn't exist, detect it and exit with an error.
18531         * config.guess: Recognize BSD on hp300.
18533 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18535         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18536         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18538 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18540         * Makefile.in (all-send-pr): depends on all-prms
18542 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18544         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18546 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18548         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18549         Added test for mips-mips-riscos5.
18551 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18553         * configure.in: use mh-hp300 for 68k HP hosts
18555 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18557         * configure: add support for CONFIG_SHELL, so that you can use
18558         some alternate shell for evaluating configure scripts
18560 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18562         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18563         in configure script to bug-gdb@prep.ai.mit.edu when building
18564         distribution archive.
18565         * Makefile.in (COMPRESS):  Remove def.
18566         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18567         gdb.tar.Z and make-gdb.tar.Z respectively.
18568         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18569         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18570         to convergence with 'taz' target in Makefile.in.
18572 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18574         * install.sh (dsttmp): use trap to ensure that tmp files go
18575         away on error conditions
18577 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18579         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18581 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18583         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18584         its parent is '/' not ''.
18586         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18588 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18590         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18591         that ${newsrcdir}/configure.in does.
18593 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18595         * test-build.mk: support for CONFIG_SHELL
18597 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18599         * config.sub (netware):  Add as a basic system type.
18601 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18603         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18604           $(srcdir)/ from the dependency on Makefile.in.
18606 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18608         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18609         (h8300hhms is temporary until multi-libraries are implemented).
18610         * configure.in: Handle h8300h too.
18612 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18614         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18616 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18618         * configure:  Remove extraneous output when guessing host type.
18619         * config.guess:  Remove extraneous output when guessing using C
18620         compiler rather than uname, or when guessing fails.
18622 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18624         * Makefile.in: remove all.cross and install.cross targets
18626         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18627           definitions
18629 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18631         * configure.in (target sh): Build gprof.
18633 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18635         * config.sub: change -solaris to -solaris2
18637 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18639         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18641 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18643         * configure: Correct error message for missing Makefile.in to
18644         print correct directory.
18646 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18648         * install.sh: kludge around 386BSD shell bug
18650 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18652         * config.guess:  Recognize NeXT.
18653         * config.guess:  Recognize i486-ncr-sysv4.
18654         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18656 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18658         * Makefile.in (MAKEINFOFLAGS): New variable.
18659         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18660         * build-all.mk, test-build.mk: Pass down --no-split as
18661         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18663 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18665         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18667 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18669         * Makefile.in (libg++.tar.z):  New rule.
18670         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18671         * Makefile.in (taz):  Only do a single chmod.
18673 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18675         * install.sh: don't use dirname anymore (replaced with sed usage)
18677 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18679         * Makefile.in:  Change extension for gzip'd files from '.z' to
18680         '.gz' per new FSF standard usage.
18682 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18684         * configure: put quotes around the final value of program_transform_name
18686 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18688         * Makefile.in: new install.sh support; update install-info rules
18690 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18692         * configure.in: Build diff for crosses, but not for go32 host.
18694         * configure.in: Build gprof only for native, and don't build it
18695         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18697 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18699         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18701 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18703         * configure.in (host_tools): Add prms.
18705 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18707         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18708         with $(FLAGS_TO_PASS) on the command line
18710         * config.sub: Recognize lynx and lynxos
18712 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18714         * config.sub: Accept -ecoff*, not just -ecoff.
18716 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18718         * Makefile.in (taz): Use .gz suffix instead of .z.
18719         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18720         names.
18722 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18724         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18726 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18728         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18729         that rebuilds that might happen during 'make install' don't get
18730         bogus gcc include files
18732 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18734         Change from Utah for HPPA support:
18735         * config.guess: Recognize hppa1.x-hp-bsd.
18737 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18739         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18740         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18742 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18744         * config.sub: Add support for rom68k and bug boot monitors.
18746 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18748         * Makefile.in: Make all-opcodes depend on all-bfd.
18750 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18752         * config.guess: Added special check for i[34]86-univel-sysv4*.
18754 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18756         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18757         the processor rather than assuming i486.
18759 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18761         * config.guess: Recognize SunOS6 as Solaris3.
18763 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18765         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18766         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18768 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18770         * build-all.mk (all-cross): New target for Canadian Cross.
18771         Added Q2 go32 targets.
18772         * test-build.mk: Configure go32 cross sparclite-aout and
18773         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18774         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18776 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18778         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18779         GO32 hosted toolchains
18781 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18783         * configure: change  so "-exec-prefix" gets passed down rather
18784         than "-exec_prefix" so autoconf generated Makefiles get the
18785         exec_prefix set right.
18787 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18789         * config.guess: get the Solaris2 minor version number
18791         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18793 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18795         * config.guess: Recognize some Sequent platforms.
18797 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18799         * Makefile.in: added the vault-install target
18801         * configure.in: actually use the Sun3 makefile fragment that's in
18802         config, also added the release dir to configdirs
18804 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18806         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18808 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18810         * configure.in: remove some program from Alpha targetted toolchains
18812 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18814         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18815         gprof.
18816         (taz): Run "make diststuff" in those directories instead of "make
18817         proto-dir".  Look for "VERSION=" only at start of line in subdir
18818         Makefile.  Use "gzip -9" for compression.
18819         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18820         (binutils.tar.z): New target.
18822 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18824         * Makefile.in (taz): Include gpl.texinfo.
18826 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18828         * Makefile.in (setup-dirs): Merged into "taz" target.
18829         (taz): Only do `proto-dir' stuff if a directory is actually needed
18830         for this target.
18832 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18834         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18835         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18836         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18837         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18838         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18840 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18842         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18843         config.sub, and move-if-change to gdb testsuite distribution
18844         archive, so the testsuite can be extracted, configured, and
18845         run separately from the gdb distribution.  Blow away the Chill
18846         tests that require a Chill compiled executable, since GNU Chill
18847         is not yet publically available.
18849 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18851         * test-build.mk: set environment variables in a single command,
18852         instead of a list of assignments and exports
18854         * config.guess: recognize Alpha/OSF1 systems
18856 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18858         * configure: Change help message to prefer --options rather than
18859           -options.
18861 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18863         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18864         zippy@ecst.csuchico.edu.
18865         * config.guess: Recognize miniframe.
18867 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18869         * Makefile.in: Use srcroot to find runtest rather than rootme.
18870         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18872 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18874         * test-build.mk: Extensive additions to support building on a
18875         machine other than the host.
18877 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18879         * configure (tooldir): Fix for i386-aix again.
18881 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18883         * configure, Makefile.in:  Change definition of $(tooldir)
18884         to match the FSF.
18886 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18888         * config.guess:  Recognize i[34]86/SVR4.
18890 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18892         * Makefile.in (all-gdb): gdb depends on sim.
18894 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18896         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18897         at the same time we make the prototype gdb directory.
18898         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18899         files at the same time as the gdb base release distribution.
18901 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18903         * Makefile.in (check): Use individual check targets rather than
18904         DO_X rule.
18905         (check-gcc): Added.
18907 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18909         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18910         for System V release 3.2.
18912 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18914         * config.sub: Recognize hppaosf.
18915         * configure.in: Do configure ld/binutils/gas for it.
18917 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18919         * configure (tooldir): Alter syntax used to set this, for systems
18920         where "\$" isn't handled right, like i386-aix.
18922 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18924         * configure: Pass program-transform-name, not
18925         program_transform_name, to recursive configures.
18927 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18929         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18930         of gas+ld+binutils.
18932 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18934         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18936 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18938         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18940 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18942         * Makefile.in (PRMS): Set back to all-prms.
18944 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18946         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18947         targets, rather than for MIPS hosts.
18949 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18951         * configure.in: add comment for --with-x default values
18953         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18955         * Makefile.in: add check-* targets for each of the directories in
18956         the tree.  Add a definition of RUNTEST that will use the one we
18957         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18959 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18961         * configure.in: Removed obsolete references to bfd_target and
18962         target_makefile_frag.
18964         * build-all.mk: Set assorted targets for Q2.
18965         * config.sub: Recognize z8k-sim and h8300-hms.
18966         * test-build.mk: Really don't pass host to configure.
18967         (HOLES): Added uname.
18969 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18971         * configure: Handle an empty program-prefix, program-suffix or
18972         program-transform-name correctly.
18974 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18976         * build-all.mk: -G 8 no longer required for MIPS targets.
18977         * test-build.mk: Don't pass host argument to configure; make it
18978         guess.
18980 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18982         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18983         * Makefile.in (COMPRESS):  New macro, like GZIP.
18985 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18987         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18989         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18990         with gas currently defaults to -G 0.
18992 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18994         * Makefile.in (all-flex): flex depends on byacc.
18996         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18997         to test-build.mk as RELEASE_TAG.
18998         * test-build.mk (configargs): New variable containing arguments to
18999         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19000         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19002         * config.guess: Use /bin/uname when checking -X argument on SCO,
19003         to avoid invoking GNU uname which doesn't understand -X.
19005         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19007         * configure.in: Build gas for mips-*-*.
19009 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19011         * Makefile.in (all.normal): insert missing backslash.
19013 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19015         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19017         * Makefile.in: Complete overhaul to merge many almost identical
19018         targets.
19020 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19022         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19023         (gdb.tar.Z): Adjusted.
19025         * Makefile.in (setup-dirs, taz): New targets; should be general
19026         enough to adapt for gdb sometime.  Build only .z file.
19027         (gas.tar.z): New target.
19029 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19031         * build-all.mk: Use CC=cc -Xs on Solaris.
19033 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19035         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19036         for handling BISON for FSF releases.
19038 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19040         * configure: Actually implement the change zoo just documented.
19042 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19044         * configure: when using config.guess, only set target_alias when
19045         it's not already been set (ie, on the command line)
19047 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19049         * Makefile.in: add installcheck target, set PRMS to install-prms
19051 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19053         * configure: add support for package_makefile_fragment, handle the
19054         case where a directory has a configure.in file but no Makefile.in
19055         more gracefully (with an actual understandable error message, even);
19056         add support for --without (and add this to the usage message); also
19057         explicitly add a --host=${host_alias} to the command line when
19058         config.guess is used
19060 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19062         * configure: Must use both --host and --target in recursive calls.
19064 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19066         * Makefile.in: Change deja-gnu to dejagnu.
19068 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19070         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19072 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19074         * configure.in: canonicalize all instances to *-*-solaris2*,
19075         also strip out a number of tools to not build for go32 host
19077 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19079         * config.guess: add GPL.
19081         * Makefile.in, config.guess, config.sub, configure: bump
19082           copyrights to 93.
19084 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19086         * Makefile.in (do-info): Removed obsolete check for existence of
19087         localenv file.
19089         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19091 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19093         * Makefile.in: a couple of 'else true' for decstation,
19094         support for TclX
19096         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19098 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19100         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19102 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19104         * config.guess: Recognize i386-ibm-aix (PS/2).
19105         * configure.in: Use config/mh-aix386 file for it.
19107 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19109         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19110         CC_FOR_TARGET instead.
19111         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19113 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19115         * Makefile.in: Add sim to list of directories sent with gdb
19117 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19119         * configure.in: Put back mips-dec-bsd* case.
19121 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19123         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19124         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19125         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19127 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19129         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19131         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19132         (install-info): install dir.info only if it exists,
19133         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19135 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19137         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19138         gas for mips-dec-bsd.
19140 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19142         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19143         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19145 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19147         * configure.in: Added "dejagnu" to hosttools list.
19149 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19151         * config.sub, configure.in, config.guess:  Add support
19152         for Bosx, an AIX variant from Bull.
19153         Patches from F.Pierresteguy@frcl.bull.fr.
19155 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19157         * devo/dejagnu: Initial creation of devo/dejagnu.
19158         Migrated dejagnu testcases and support files for testing software
19159         tools to reside as subdirectories, currently called "testsuite",
19160         within the directory of the software tool.  Migrated all programs,
19161         support libraries, etc. beloging to dejagnu proper from
19162         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19163         with no modifications.  The changes to these files which will
19164         allow them to configure, build, and execute properly will be made
19165         in a future update.
19167 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19169         * Makefile.in: Change send_pr to send-pr.
19170         * configure.in: Likewise.
19171         * send_pr: Renamed directory to send-pr.
19173 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19175         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19177 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19179         * README:  Update for gdb-4.8 release.
19180         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19181         gdb-xxx.tar.z (gzip'd) file also.
19183 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19185         * Makefile.in: make all-diff depend on all-libiberty
19187 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19189         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19191 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19193         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19195 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19197         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19198         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19199         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19201 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19203         * Makefile.in:  makeinfo binary is in a new location
19205 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19207         * config.sub: Accept -ecoff as an OS.
19209         * Makefile.in: Various changes to eliminate a level of make
19210         recursion and reduce the required command line length.
19211         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19212         sub-makes.
19213         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19214         variables holding settings for specific sub-makes.
19215         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19216         in terms of BASE_FLAGS_TO_PASS.
19217         (TARGET_LIBS): New variable listing directories which use
19218         TARGET_FLAGS_TO_PASS.
19219         (subdir_do): Eliminated.
19220         (do-*): New set of targets to replace subdir_do.
19221         (various): All targets which used subdir_do now depend on do-*.
19222         (local-clean): Renamed from do_clean.
19223         (local-distclean): New target, dependency of distclean and
19224         realclean.
19225         (install-info): Don't create directories.  Depend on dir.info
19226         rather than calling make recursively.
19227         (install-dir.info): Eliminated.
19228         (install-info-dirs): Create all info directories here.
19229         (dir.info): Depend upon do-install-info.
19231         * test-build.mk (HOLES): Added false.
19233 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19235         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19237 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19239         * Makefile.in (info): remove dependency on all-texinfo.  The
19240         problem was really in texinfo/C, not at this level.
19242 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19244         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19246 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19248         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19249         GDB releases.
19251 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19253         * configure: Include srcdir in message about target of link not
19254         being found.  Don't convert `-' to `_' in `with' options being
19255         passed to subdirs.
19257 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19259         * configure.in: add uudecode to host_tools
19261         * Makefile.in: added {all,install}-uudecode targets, added them to
19262         the appropriate lists
19264 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19266         * Makefile.in (all-gcc): Added dependency on all-gas.
19268         * configure.in (mips-*-*): Build ld and binutils.
19270 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19272         * configure: check return code from mkdir, print error message and
19273           exit on failure.
19275 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19277         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19279 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19281         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19283 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19285         * config.sub (h8500):  Recognize this as a cpu type.
19287 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19289         * configure: source directory missing is no longer a warning
19291         * configure.in: recognize irix[34]* instead of irix[34]
19293         * Makefile.in: define and pass down X11_LIB
19295 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19297         * guess-systype: Renamed to ...
19298         * config.guess:  ... by popular request.
19299         * configure.in, Makefile.in:  Update accordingly.
19301 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19303         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19304         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19305         + Execute ./dummy instead of assuming . is in PATH.
19307 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19309         * guess-systype:  New shell script.  Attempts to guess the
19310         canonical host name of the executing host.
19311         Only a few hosts are supported so far.
19312         * configure:  Call guess-systype if no host is specified.
19314 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19316         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19317         gcc Makefile.
19319 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19321         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19322         (all-gcc, install-gcc, subdir_do): Use it.
19324 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19326         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19328 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19330         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19331           set exclusively by configure, using configure.in .
19333 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19335         * test-build.mk: set $PATH for all builds
19337         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19339 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19341         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19342         the one used in gcc/Makefile.in, so that a null expansion doesn't
19343         override the one needed to build gcc with a native cc.
19345 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19347         * configure: Accept -with arguments.
19349 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19351         * Makefile.in: added h8300sim
19353 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19355         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19356         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19357         (all-cygnus, native, build-cygnus): Make
19358         $(canonhost)-stamp-3stage-done, not $(host)....
19359         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19360         i386-sco3.2v4.  Added else true to if command.
19362 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19364         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19366 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19368         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19370 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19372         * configure.in: don't remove binutils from Solaris builds
19374 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19376         * Makefile.in: get rid of earlier definitions for *clean,
19377         also handle the recursive info rule better
19379 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19381         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19382         do more-or-less the right thing.
19384 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19386         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19387         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19389 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19391         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19392         $(host_canonical).
19394         * configure.in: split the configdirs list into 4 categories (native
19395         v. cross, library v. tool) and handle the cross-only and native-
19396         only in more reasonable (and correct!) way.
19398 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19400         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19401         configdirs anymore.
19403 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19405         * Makefile.in: extensive cleanup::  removed all of the explicit
19406         clean-* targets, collapsed many wrappers around subdir_do into
19407         one, added additional targets to satisfy standards.texi, deleted
19408         some old targets, some changes for consistency
19410 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19412         * configure.in: handle some programs as cross-only, and others as
19413         native only
19415         * test-build.mk: handle partial holes in a more generic manner
19417         * Makefile.in: m4 depends on libiberty
19419 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19421         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19422         time, wdiff, and find to configdirs
19424         * Makefile.in: all, clean, and install rules for the new programs
19425         added to configure.in
19427 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19429         * configure.in: use mh-sun for all *-sun-* hosts
19431 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19433         * Makefile.in: define flags for X11 include files and library file
19434         locations, pass them down to the programs that need this info
19436         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19438 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19440         * configure.in: start building libg++ for HP-UX targets
19442 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19444         * README:  Update references to files moved into etc/.
19446 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19448         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19449         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19451 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19453         * configure: accept dash as well as underscore in long option
19454         names for FSF compatibility.
19456 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19458         * config.sub: added -sco3.2v4 support from FSF.
19460 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19462         * configure.in: expand the section that adds or removes
19463         directories from the list of programs to build, to handle native
19464         vs. cross in addition to host v. native
19466 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19468         * Makefile.in:  Replace C++ in macro names with CXX.
19469         This is less likely to break ...
19471 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19473         * test-build.mk: add -w to GNU_MAKE
19475 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19477         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19478         add 'sparc' to list of recognized cpus.  This needed to make
19479         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19480         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19481         then changes that into $CPU-wrs-vxworks.
19483         * configure.in: remove most references to gdbtest, regularize
19484         target based program removal
19486         * test-build.mk: import from p3 tree (many fixes and changes)
19488 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19490         * Makefile.in: added rules to handle tcl, tk, and expect
19492         * configure.in: handle those directories if they exist
19494 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19496         * config.sub: removed bogus hppabsd and hppahpux names, since
19497         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19499 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19501         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19502         depends upon all-xiberty
19504         * Makefile.in: changes from p3, including:
19506         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19508         * Makefile.in (XTRAFLAGS): include newlib directories if
19509         newlib/Makefile exists, rather than if host != target.
19511         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19513         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19514         from the same source tree and not building a cross-compiler.  This
19515         matters for the libg++ configuration if reconfiguring a tree that
19516         has already been installed.
19518         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19520         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19521         pick up the machine and system specific header files.
19523         * Makefile.in: added AS_FOR_TARGET, passed down in
19524         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19525         the C compiler to use to create programs which are run in the
19526         build environment, set it to default to $(CC), and passed it down
19527         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19529         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19531         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19532         We need them for unusual native builds, like systems without
19533         ranlib.
19535         * configure: also define $(host_canonical) and
19536         $(target_canonical), which are the full, canonical names for the
19537         given host and target
19539 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19541         * Makefile.in:  Added separate definitions for C++.
19543 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19545         * configure.in (configdirs):  Add deja-gnu.
19547 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19549         * README:  Update for configure.texi and gdb-4.7 release.
19551 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19553         * Makefile.in:  Move "all" target to top of file.
19554         Previously, first target was ".PHONY" which caused BSD4.4 make
19555         to build .PHONY when make was run without arguments.
19557 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19559         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19560         Library-copylefted code in libiberty.
19562 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19564         * config.sub:  Replace m68kmote with plain old m68k.
19566 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19568         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19570 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19572         * config.sub: Complain if no argument is given.  Added support for
19573         386bsd as OS and target alias.
19575 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19577         * Makefile.in (XTRAFLAGS): include newlib directories if
19578         newlib/Makefile exists, rather than if host != target.
19580 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19582         * config.sub: recognize sparclite-wrs-vxworks.
19584         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19585         p3.) Added clean-xiberty to clean.
19587 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19589         * configure.in: use *-*-* instead of nested cases for host and target
19591 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19593         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19594         from the same source tree and not building a cross-compiler.  This
19595         matters for the libg++ configuration if reconfiguring a tree that
19596         has already been installed.
19598 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19600         * config.sub (i486v/i486v4):  Merge in from FSF version.
19602 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19604         * configure: only set PWD if it is already set.
19606 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19608         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19609         doesn't have unset and all success paths (and most error paths)
19610         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19611         to just ${PWD} to avoid confusion.)
19613 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19615         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19616         even for a native compilation.
19618 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19620         Changes to make the gdb.tar.Z rule work better.
19622         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19623         (DEVO_SUPPORT):  Add configure.texi.
19624         (bfd-ilrt.tar.Z):  Remove ancient rule.
19626 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19628         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19629         pick up the machine and system specific header files.
19631         * configure.in, config.sub: added new target m68010-adobe-scout,
19632         with alias of adobe68k.  Changed configure.in to check for
19633         -scout before -sco* to avoid a false match.
19635         * Makefile.in: added AS_FOR_TARGET, passed down in
19636         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19637         the C compiler to use to create programs which are run in the
19638         build environment, set it to default to $(CC), and passed it down
19639         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19641 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19643         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19644         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19645         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19646         FOR_TARGET variants, to newlib and libg++.
19648 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19650         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19651         first.
19653 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19655         * config.sub:  Accept `elf' as an environment.
19657 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19659         * Makefile.in (all-opcodes):  cd into the right directory
19661 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19663         * configure: added -program_transform_name option, used as
19664         argument to sed when installing programs.
19665         configure.texi: added documentation for -program_prefix,
19666         -program_suffix and -program_transform_name.
19668 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19670         * config.sub:  Accept i486 where i386 ok.
19672 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19674         * config.sub: accept we32k
19676 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19678         * config.sub, configure.in: accept OSE68000 and OSE68k.
19680         * Makefile.in: don't create all directories for ``make install'';
19681         let the subdirectories create the ones they need.
19683 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19685         * COPYING: new file, GPL v2
19687 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19689         * Makefile.in: use the new gen-info-dir, which needs a template
19690         argument (which also lives in texinfo)
19692         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19694 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19696         * config.sub (ncr3000):  Change i386 to i486.
19698 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19700         * Makefile.in: add install-rcs, install-grep to
19701         install-no-fixedincludes, removed install-bison and install-libgcc
19703 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19705         * configure.in: grab the HPUX makefile fragment if on HPUX
19707 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19709         * Makefile.in: eradicate bison spoor (ditto libgcc).
19710          configure.in: recognise m68{k,000}-ericsson-OSE.
19711          es1800 is alias for m68k-ericsson-OSE
19713 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19715         * configure.in: rearrange the parts that remove programs from
19716         configdirs, based now on HOST==TARGET or by canonical triple.
19718 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19720         * test-build.mk: recurse explicitly with -f test-build.mk when
19721           appropriate.  predicate stage3 and comparison on the existence
19722           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19723           On very clean, also remove ...stamp-co.  Build in-place before
19724           doing other builds.
19726 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19728         * Makefile.in, configure.in: add tgas
19730 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19732         * Makefile.in: a number of changes merged in from progressive.
19734         * configure.in: add libm.
19736         * .cvsignore: ignore some stuff that comes from test-build.mk.
19738 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19740         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19742 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19744         * configure: Add program_suffix (parallel to program_prefix)
19745         * Makefile.in: adjust directory-creating script for losing decstation
19747 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19749         * configure:  Minor $subdir-related fixes.
19751 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19753         * configure: fix various problems with propogating
19754         makefile_target_frag in subdirs.
19755         * configure.in: config libgcc if its there
19757 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19759         * config.sub:  HPPA merge.
19761 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19763         * Makefile.in:  Replace all-bison with all-byacc in all
19764         dependency lines for other tools (which now use byacc).
19766 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19768         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19770 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19772         * Makefile.in: make gprof rules similar to byacc rules (instead of
19773         vestigal $(unsubdir) that didn't work...)
19775 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19777         * config.sub:  Add support for Linux.
19778         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19779         (at least for libg++).
19781 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19783         * configure.texi: fix doc for the -nfp option to configure
19785 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19787         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19789 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19791         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19792         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19793         * configure.in: added solaris* host_makefile_frag hook.
19795 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19797         * config.sub: changed recognition of m68000 so that various
19798         m68k types can be specified via m680[01234]0
19800 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19802         * config.sub (basic_machine): fix sed so that '-foo' isn't
19803         completely substituted out while .+'-foo' loses the '-foo'
19805 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19807         * config.sub ($os): Add -aout.
19809 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19811         * configure:  If host_makefile_frag is absolute, don't
19812         prefix ${invsubdir} (relevant to libg++ auto-configure).
19814 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19816         * Makefile.in (tooldir): Define it.
19817         (all-ld): Depend on all-flex.
19819 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19821         * Makefile.in (check):  Fix libg++ special case.
19823 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19825         * configure: do not bury `pwd` into config.status, thus do fewer
19826           pwd's.
19828         * configure: print the "Building in" message only when building in
19829           other than "." AND verbose.
19831         * configure: remove -s, rework -v to better accommodate guested
19832           configures.
19834         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19836 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19838         * Makefile.in: macroize flags passed on recursion.  remove
19839           fileutils.
19841 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19843         * configure: get makesrcdir right for subdirs deeper than 1.
19845         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19846           install.
19848 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19850         * Makefile.in: don't print subdir_do or recursion lines.
19852 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19854         * standards.texi: added menu item.
19856         * Makefile.in: build and install standards.info.
19858         * standards.texi: new file.
19860 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19862         * configure: test for and move config.status pieces from
19863           ${subdir}/.
19865 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19867         * configure:  Test for existance of files before trying to mv
19868         them, to avoid numerous non-existance messages.
19870 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19872         * configure: correct final line of config.status.
19874         * configure: patch from eggert.  Avoids a protection problem if
19875           the original Makefile.in is read only.
19877         * configure: use move-if-change from gcc to create config.status.
19878           Some makefiles depend on config.status to tell if a directory
19879           has been reconfigured for a different host.  This change
19880           prevents those directories from remaking everything in the case
19881           where the reconfig was only intended to rebuild a Makefile.
19883         * configure: test for config.sub with "config.sub sun4" rather
19884           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19885           host alias from a missing config.sub.
19887 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19889         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19890           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19892 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19894         * configure: mkdir ${subdir} as needed.
19896 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19898         * Makefile.in,configure.in: added autoconf.
19900 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19902         * Makefile.in: no longer pass against on recursion.
19904         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19905           definitions are not inherited.
19907         * configure: correct makesrcdir when subdir is .
19909 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19911         * configure:  Add support for 'subdirs' variable, which is
19912         like 'configdirs', except that configure doesn't re-invoke
19913         itself for subdirs, it just creates a Makefile for each subdir.
19914         * configure.texi:  Document subdirs.
19916 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19918         * configure.in: added flex to configdirs
19920 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19922         * Makefile.in: remove clean-stamps from clean.
19924 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19926         * configure.in:  Add gdbtest to configdirs.
19928 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19930         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19931         to recursive makes.
19932         * configure.in:  Recognize new ncr3000 config.
19934 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19936         * Makefile.in, configure.in: removed references to gdbm.
19938 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19940         * config.sub:  Don't canonicalize os value
19941         newsos* to bsd (readline needs to check for newsos).
19942         (This fix was earlier made Jan 31, but got re-broken.)
19944 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19946         * configure.in:  sco is an os, not a vendor!
19948         * configure:  Quote $( better.  Keep various shells happy.
19950 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19952         * Makefile.in: eliminate stamp-files.
19954 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19956         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19957           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19959 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19961         * config.sub:  fix iris/iris3.
19963 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19965         * configure: re-add -rm.
19967 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19969         * Maskefile.in: add .stmp-rcs to all.
19971         * configure.in: remove gas from rs6000 build, use aix host fragment.
19973 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19975         * configure: pass down site_option during recursion.
19977 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19979         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19981 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19983         * configure: Change exec_prefix so that it really defaults to prefix.
19985 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19987         * Makefile.in, configure.in:  Add support for mmalloc library.
19989 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19991         * Makefile.in: add stmp dependencies for a few more things.
19993 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19995         * configure: adjusted error message on objdir/srcdir configure
19996           collision, per john's suggestion.
19998         * Makefile.in: add libiberty stmp to all and all.cross.
20000 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20002         * Makefile.in: remove force dependencies, add grep to all.
20004 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20006         * Makefile.in: drop flex.  make stamp files work.
20008         * configure: added test for conflicting configuration in srcdir,
20009           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20010           gets cranky.  use relative paths for configure and srcdir
20011           whenever possible.  Send some error messages to stderr that were
20012           going to stdout.
20014 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20016         * Makefile.in:  Fix libg++ rule to check for gcc directory
20017         before using gcc/gcc.  Also pass XTRAFLAGS.
20019 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20021         * Makefile.in: added stmp-files so that directories aren't polled
20022           when they are already built.
20024         * configure.texi: fixed a node pointer problem.
20026 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20028         * config.sub configure.in gdb/configure.in
20029         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20030         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20031         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20033 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20035         * configure: -recurring becomes -silent.  corrected help message
20036           for -site= option.
20038         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20040 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20042         * configure: when building Makefile for crosses, replace
20043           tooldir and program_prefix.  default srcdir from location of
20044           config.sub.  remove "for host in hosts" and "for target in
20045           targets" loops.
20047 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20049         * Makefile.in: Do not pass bindir or mandir to cvs.
20051 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20053         * Makefile.in, configure.in: removed traces of namesubdir,
20054           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20055           copyrights to '92, changed some from Cygnus to FSF.
20057         * configure.texi: remove most references to multiple hosts,
20058           multiple targets, subdirs, etc.
20060         * configure.man: removed rcsid. reference config.sub not
20061           config.subr.
20063         * Makefile.in: mkdir $(infodir) on install-info.
20065 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20067         * configure.texi:  Explain better about .gdbinit and about
20068         the environment that configure.in sections run in.
20070 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20072         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20074 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20076         * README:  DOC.configure => cfg-paper.texi.
20078 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20080         * config.sub (near case $os):  Don't convert newsos* to bsd!
20082 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20084         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20085         the number of copies of COPYING that go into the GDB tar file.
20087 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20089         * bfd/configure.in, gdb/config/mh-i386sco,
20090         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20091         Fix SCO configuration stuff.
20093 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20095         * Makefile.in:  For libg++, make sure the -I pointing
20096         to the gcc directory goes *after* all the libg++-local -I flags.
20097         Also, move just-gcc dependency from just-libg++ to all-libg++.
20099 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20101         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20103 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20105         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20107 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20109         * config.sub:  Add stratus configuration frags.  Also
20110         submitted to FSF.
20112 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20114         * Makefile.in (DEV_SUPPORT):  add configure.man.
20116         * config.sub(Decode manufacturer-specific):  add -none*.
20118 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20120         * Makefile.in:  remove form feeds to make Sun's make happy.
20121         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20123 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20125         * Makefile.in (AR_FLAGS):  Make quieter.
20127 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20129         * configure.in:  Add libg++.
20130         * configure:  When verbose, don't output the command line at each
20131         level; it will be unremarkably the same as the previous version,
20132         which will be the same as what the user typed.
20134 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20136         * configure.in, Makefile.in: fix clean-info, add flex.  add
20137           fileutils.
20139         * configure: be less sensitive to spaces in Makefile.in.  Do not
20140           look for sources in "..".  Doing so breaks subdirectories that
20141           might have their own configure.  If a subdir has it's own
20142           configure script, use it.
20144 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20146         * cfg-paper.texi: some changes suggested by rms.
20148 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20150         * config.sub:  Merge in some small additions from the FSF version,
20151         taken from the gcc distribution, to bring the Cygnus and FSF
20152         versions into closer sync.
20154 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20156         * configure.in:  Changed svr4 references to sysv4.
20158 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20160         * configure: added -V for version number option.
20162 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20164         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20165           renamed from DOC.configure to cfg-paper.texi.
20167 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20169         * configure, config.subr, config.sub: config.subr is now
20170           config.sub again.
20172 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20174         * configure.texi: new file, in progress.
20176         * Makefile.in: build info file and install the man page for
20177           configure.
20179         * configure.man: new file, first cut.
20181         * configure: find config.subr again now that configuration "none"
20182           has gone.  removed all traces of the -ansi option.  removed all
20183           traces of the -languages option.
20185         * config.subr: resync from rms.
20187 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20189         * configure, config.sub, config.subr: merge config.sub into
20190           config.subr, call the result config.subr, remove config.sub, use
20191           config.subr.
20193         * Makefile.in: revised install for dir.info.
20195 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20197         * configure.in: add decstation host makefile frag.
20199         * Makefile.in: BISON now bison -y again.  also install-gcc on
20200           install.  clean-gdbm on clean.  infodir belongs in datadir.
20201           Make directories for info install.  Build dir.info here then
20202           install it.
20204 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20206         * Makefile.in: fix for bad directory tests.
20208 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20210         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20211           regexp.  -srcdir relative was being handled incorrectly.
20213         * Makefile.in: unwrapped some for loops so that parallel makes
20214           work again and so one can focus one's attention on a particular
20215           package.
20217 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20219         * configure: added PWD as a stand in for `pwd` (for speed). use
20220           elif wherever possible.  make -srcdir work without -objdir.
20221           -objdir= commented out.
20223 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20225         * configure: +options become --options.  -subdirs commented out.
20226           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20227           Makefile now at top of generated Makefile.  Removed cvs log
20228           entries.  added -srcdir.  create .gdbinit only if there is one
20229           in ${srcdir}.
20231         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20232           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20233           and mandir now keyed off datadir by default.
20235 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20237         * Freshly created ChangeLog.
20240 Local Variables:
20241 mode: change-log
20242 left-margin: 8
20243 fill-column: 76
20244 version-control: never
20245 End: