Fix ICE in get_substring_ranges_for_loc on __FILE__ (PR c++/87721)
[official-gcc.git] / ChangeLog
blob3ad23042bdd83dfc7dd9fc1777f766c080b222a3
1 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3         * Makefile.def (target_modules): Add libphobos.
4         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
5         GDCFLAGS_FOR_TARGET.
6         (dependencies): Make libphobos depend on libatomic, libbacktrace
7         configure, and zlib configure.
8         (language): Add language d.
9         * Makefile.in: Rebuild.
10         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
11         (HOST_EXPORTS): Add GDC.
12         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
13         (BASE_TARGET_EXPORTS): Add GDC.
14         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
15         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
16         (EXTRA_HOST_FLAGS): Add GDC.
17         (STAGE1_FLAGS_TO_PASS): Add GDC.
18         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
19         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
20         environment variables.
21         * configure: Rebuild.
22         * configure.ac: Add target-libphobos to target_libraries.  Set and
23         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
25 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
27         * MAINTAINERS (Write After Approval): Add myself.
29 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
31         * MAINTAINERS (Write After Approval): Remove myself.
33 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
35         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
37 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
39         * MAINTAINERS: Update my email address.
41 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
43         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
44         maintainer.
46 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
48         * MAINTAINERS (Write After Approval): Add self.
50 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
52         * MAINTAINERS (write after approval): Add myself.
54 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
56         * MAINTAINERS: Update my email address.
58 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
60         * MAINTAINERS (write after approval): Add myself.
62 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
64         * MAINTAINERS: Add self to global reviewers list.
66 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
68         MAINTAINERS: Add c-sky port maintainers.
70 2018-08-10  Martin Liska  <mliska@suse.cz>
72         * MAINTAINERS: Revert change in previous commit and
73         join lines.
75 2018-08-10  Martin Liska  <mliska@suse.cz>
77         * MAINTAINERS: Remove extra line.
79 2018-08-06  Naveen H.S  <naveenh@marvell.com>
81         * MAINTAINERS: Update my email address.
83 2018-07-19  DJ Delorie  <dj@redhat.com>
85         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
86         as maintainer.
88 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
90         * MAINTAINERS: Adjust email address for me and my colleague Robin
91         Dapp.
93 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
94             Sunil K Pandey  <sunil.k.pandey@intel.com>
96         PR target/84413
97         * config/i386/i386.c (m_CORE_AVX512): New.
98         (m_CORE_AVX2): Likewise.
99         (m_CORE_ALL): Add m_CORE_AVX2.
100         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
101         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
102         and remove the rest of m_SKYLAKE_AVX512.
104 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
106         * config.sub: Sync with upstream version 2018-07-03.
108 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
110         * config.guess: Sync with upstream version 2018-06-26.
111         * config.sub: Sync with upstream version 2018-07-02.
113 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
115         * libtool.m4: Sort output of 'find' to enable deterministic builds.
116         * ltmain.sh: Likewise.
118 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
120         * contrib/config-list.mk: Remove powerpc-linux_paired.
122 2018-06-29  Alexandre Oliva <oliva@adacore.com>
124         * configure.ac: Introduce support for @unless/@endunless.
125         * Makefile.tpl (dep-kind): Rewrite with cond; return
126         postbootstrap in some cases.
127         (make-postboot-dep, postboot-targets): New.
128         (dependencies): Do not output postbootstrap dependencies at
129         first.  Output non-target ones changed for configure to depend
130         on stage_last @if gcc-bootstrap, and the original deps @unless
131         gcc-bootstrap.
132         * configure.in, Makefile.in: Rebuilt.
134 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
136         * MAINTAINERS (write after approval): Add myself.
138 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
140         * MAINTAINERS (write after approval): Add myself.
142 2018-06-19  Nick Clifton  <nickc@redhat.com>
144         * zlib/configure.ac: Restore old behaviour of only enabling
145         multilibs when a target subdirectory is defined.  This allows
146         building with srcdir == builddir.
147         * zlib/configure: Regenerate.
149 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
151         * Makefile.def (fortran): Add check-target-libgomp-fortran.
152         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
153         * Makefile.in: Regenerate.
155 2018-06-16  Ben Elliston  <bje@gnu.org>
157         * config.guess: Import latest version.
158         * config.sub: Likewise.
160 2018-06-08  Martin Liska  <mliska@suse.cz>
162         * MAINTAINERS: Remove MPX-related entries.
163         * Makefile.def: Remove libmpx support.
164         * Makefile.in: Regenerate.
165         * configure.ac: Remove removed files.
166         * configure: Regenerate.
167         * libmpx/ChangeLog: Remove.
168         * libmpx/Makefile.am: Remove.
169         * libmpx/Makefile.in: Remove.
170         * libmpx/acinclude.m4: Remove.
171         * libmpx/aclocal.m4: Remove.
172         * libmpx/config.h.in: Remove.
173         * libmpx/configure: Remove.
174         * libmpx/configure.ac: Remove.
175         * libmpx/configure.tgt: Remove.
176         * libmpx/libmpx.spec.in: Remove.
177         * libmpx/mpxrt/Makefile.am: Remove.
178         * libmpx/mpxrt/Makefile.in: Remove.
179         * libmpx/mpxrt/libmpx.map: Remove.
180         * libmpx/mpxrt/libtool-version: Remove.
181         * libmpx/mpxrt/mpxrt-utils.c: Remove.
182         * libmpx/mpxrt/mpxrt-utils.h: Remove.
183         * libmpx/mpxrt/mpxrt.c: Remove.
184         * libmpx/mpxrt/mpxrt.h: Remove.
185         * libmpx/mpxwrap/Makefile.am: Remove.
186         * libmpx/mpxwrap/Makefile.in: Remove.
187         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
188         * libmpx/mpxwrap/libtool-version: Remove.
189         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
191 2018-06-04  Martin Liska  <mliska@suse.cz>
193         * MAINTAINERS: Add myself as gcov maintainer.
195 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
197         * MAINTAINERS: Update my email address.
199 2018-06-04  Tom de Vries  <tdevries@suse.de>
201         * MAINTAINERS: Remove write-after-approval entries for component
202         maintainers.
204 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
206         * MAINTAINERS (write after approval): Add myself.
208 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
210         * MAINTAINERS: Update my email address.
212 2018-06-01  Tom de Vries  <tdevries@suse.de>
214         * MAINTAINERS: Update my email address.
216 2018-05-22  Bin Cheng <bin.cheng@arm.com>
218         * MAINTAINERS (loop-optimizer): Add myself.
220 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
222         * configure.ac: Added "nfp" target.
223         * configure: Regenerate.
225 2018-04-30  Richard Biener  <rguenther@suse.de>
227         PR bootstrap/85571
228         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
229         (STAGE3_TFLAGS): Likewise.
230         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
231         (STAGEtrain_TFLAGS): Likewise.
232         * Makefile.in: Regenerate.
234 2018-04-26  Richard Biener  <rguenther@suse.de>
236         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
237         (STAGE2_CFLAGS): Likewise.
238         (STAGE2_TFLAGS): Likewise.
239         (STAGE3_CFLAGS): Add -fchecking.
240         (STAGE3_TFLAGS): Likewise.
241         (STAGEtrain_CFLAGS): Filter out -fchecking.
242         (STAGEtrain_TFLAGS): Likewise.
243         * Makefile.in: Re-generate.
245 2018-04-25  Catherine Moore <clm@codesourcery.com>
247         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
249 2018-04-18  Paul Clarke  <pc@us.ibm.com>
251         * MAINTAINERS (write after approval): Add myself.
253 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
255         * MAINTAINERS: Update my email address.
257 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
259         * MAINTAINERS: Remove redundant Write-After-Approval entry.
261 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
263         * MAINTAINERS: Update my email address and disambiguate myself
264         a bit from Will Schmidt.
266 2018-03-21  Nathan Sidwell  <nathan@acm.org>
268         * MAINTAINERS: Move maintainers of now-removed picochip and score
269         ports to write after approval.
271 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
273         * MAINTAINERS: Add entry for SVE maintainership.
275 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
277         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
278         * configure: Regenerate.
280 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
282         * MAINTAINERS (write after approval): Add myself.
284 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
286         * MAINTAINERS (write after approval): Add myself.
288 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
290         * MAINTAINERS (write after approval): Add myself.
292 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
294         Update copyright years.
296 2018-01-03  Ben Elliston  <bje@gnu.org>
298         * config.guess: Import latest version.
299         * config.sub: Likewise.
301 2017-12-12  Stafford Horne  <shorne@gmail.com>
303         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
304         * configure: Regenerate.
306 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
308         * MAINTAINERS (Write After Approval): Add myself.
310 2017-11-28  Julia Koval  <julia.koval@intel.com>
311             Sebastian Peryt  <sebastian.peryt@intel.com>
313         * Makefile.def (target_modules): Remove libcilkrts.
314         * Makefile.in: Ditto.
315         * configure: Ditto.
316         * configure.ac: Ditto.
318 2017-11-28  Julia Koval  <julia.koval@intel.com>
320         * MAINTAINERS (Write After Approval): Add myself.
322 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
324         * MAINTAINERS (Write After Approval): Add myself.
326 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
328         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
329         Use my SiFive email address.
331 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
333         * MAINTAINERS (write after approval): Add myself.
335 2017-10-27  Martin Liska  <mliska@suse.cz>
337         * Makefile.tpl: Use proper name of folder as it was renamed
338         during transition to 4 stages.
339         * Makefile.in: Regenerate.
341 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
343         * MAINTAINERS (write after approval): Add myself.
345 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
347         * MAINTAINERS: Add a note that maintainership also includes web
348         pages, docs, and testsuite related to that area.
350 2017-09-25  Tom de Vries  <tom@codesourcery.com>
352         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
354 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
356         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
358 2017-09-15  Nathan Sidwell  <nathan@acm.org>
360         * MAINTAINERS: Remove myself as a vxworks maintainer.
362 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
364         * MAINTAINERS: Remove email address of Jim Norris.
366 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
368         * MAINTAINERS (Reviewers): Move myself from here...
369         (CPU Port Maintainers): ... to here.
371 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
373         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
375 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
377         * MAINTAINERS (write after approval): Add myself.
379 2017-07-28  Tony Reix  <tony.reix@atos.net>
381         * configure.ac (target-libffi): Don't disable for AIX.
382         (go): Don't add to unsupported_languages on AIX.
383         (target-libgo): Don't disable for AIX.
384         * configure: Regenerate.
386 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
388         * MAINTAINERS: Add myself.
390 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
392         * MAINTAINERS: Update my email address.
394 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
396         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
397         arm-specific auto-generated header files.
399 2017-07-03  Nathan Sidwell  <nathan@acm.org>
401         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
402         * configure: Rebuilt.
404 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
406         * MAINTAINERS: Readd myself for c6x.
408 2017-06-28  Martin Liska  <mliska@suse.cz>
410         PR bootstrap/81217
411         * Makefile.def: Remove superfluous bootstrap_target from
412         bootstrap_stage.
413         * Makefile.in: Re-generate the file.
415 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
417         * MAINTAINERS: Add myself to Write After Approval
419 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
421         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
423 2017-06-19  Martin Liska  <mliska@suse.cz>
425         * Makefile.def: Define 4 stages PGO bootstrap.
426         * Makefile.tpl: Define FLAGS.
427         * Makefile.in: Regenerate.
429 2017-06-14  Ian Lance Taylor  <iant@golang.org>
431         * Makefile.def: Add check-gotools to go check targets.
432         * Makefile.in: Rebuild.
434 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
436         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
438 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
440         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
441         * configure: Regenerate.
443 2017-05-31  Martin Liska  <mliska@suse.cz>
445         * configure.ac: Add handling of stage2_werror_flags to
446         action-if-given and to action-if-not-given.
447         * configure: Regenerate.
449 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
451         * MAINTAINERS: Add self to Write After Approval
453 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
455         * MAINTAINERS: Update my email address, and remove myself as
456         maintainer in some areas.
458 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
460         * MAINTAINERS: Add self to Write After Approval
462 2017-05-25  Nathan Sidwell  <nathan@acm.org>
464         * configure.ac: Add --enable-languages=default to mean default and
465         make --enable-languages=all mean all supported languages.
466         * configure: Regenerated.
468 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
470         * config.gcc (powerpc*-*-*spe*): New.
471         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
472         (powerpc-*-rtems*spe*): New.
473         (powerpc*-*-linux*spe*): New.
474         (powerpc-wrs-vxworksspe): New.
475         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
476         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
477         * config.host (powerpc*-*-*spe*): New.
479 2017-05-19  Martin Liska  <mliska@suse.cz>
481         * configure.ac: Add --enable-werror-always just for
482         bootstrap-debug (or none build config) and do not add it
483         when we are on a release branch.
484         * configure: Regenerated.
486 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
488         * MAINTAINERS: Add self to Write After Approval
490 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
492         * MAINTAINERS: Move myself to Write After Approval section.
494 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
496         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
497         ACCH registers.
498         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
499         available.
500         (umulsidi3): Likewise.
501         (mulsidi3_700): Disable this pattern when we have advanced mpy
502         instructions.
503         (umulsidi3_700): Likewise.
504         (maddsidi4): New pattern.
505         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
506         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
507         (mpydu_imm_arcv2hs): Likewise.
508         * config/arc/predicates.md (accl_operand): New predicate.
510 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
511             Andrew Burgess <andrew.burgess@embecosm.com>
513         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
514         case.
515         (ARC_AUTOFP_IRQ_P): Likewise.
516         (ARC_AUTO_IRQ_P): Likewise.
517         (rgf_banked_register_count): New variable.
518         (parse_mrgf_banked_regs_option): New function.
519         (arc_override_options): Handle rgf_banked_regs option.
520         (arc_handle_interrupt_attribute): Add firq option.
521         (arc_compute_function_type): Return fast irq type when required.
522         (arc_must_save_register): Handle fast interrupts.
523         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
524         (arc_return_address_regs): Update.
525         * config/arc/arc.h (arc_return_address_regs): Update.
526         (arc_function_type): Add fast interrupt type.
527         (ARC_INTERRUPT_P): Update.
528         (RC_FAST_INTERRUPT_P): Define.
529         * config/arc/arc.md (simple_return): Update for fast interrupts.
530         (p_return_i): Likewise.
531         * config/arc/arc.opt (mrgf-banked-regs): New option.
532         * doc/invoke.texi (mrgf-banked-regs): Document.
534 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
536         * config/arc/arc.c (irq_ctrl_saved): New variable.
537         (ARC_AUTOBLINK_IRQ_P): Define.
538         (ARC_AUTOFP_IRQ_P): Likewise.
539         (ARC_AUTO_IRQ_P): Likewise.
540         (irq_range): New function.
541         (arc_must_save_register): Likewise.
542         (arc_must_save_return_addr): Likewise.
543         (arc_dwarf_emit_irq_save_regs): Likewise.
544         (arc_override_options): Handle deferred options.
545         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
546         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
547         arc_must_save_return_addr.
548         (arc_compute_frame_size): Handle automated save and restore of
549         registers.
550         (arc_expand_prologue): Likewise.
551         (arc_expand_epilogue): Likewise.
552         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
553         * config/arc/arc.opt (mirq-ctrl-saved): New option.
554         * doc/invoke.texi (mirq-ctrl-saved): Document option.
556 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
557         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
559         PR bootstrap/77661
560         * Makefile.def: Don't pass --enable-maintainer-mode on to an
561         in-tree build MPC.
562         * Makefile.in: Regenerate.
564 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
566         * configure.ac: Enable LTO by default on darwin >= 9.
567         * configure: Regenerate.
569 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
571         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
572         and Andrew Waterman as the RISC-V maintainers.
574 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
576         * MAINTAINERS: Add self to Write After Approval
578 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
580         * config.guess: Import latest from upstream.
582 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
584         * MAINTAINERS (Write After Approval): Remove entries that are
585         already covered under Reviewers.
587 2017-03-08  Mark Wielaard  <mark@klomp.org>
589         PR demangler/70909
590         PR demangler/67264
591         * include/demangle.h: Add d_printing to struct demangle_component
592         and pass struct demangle_component as non const.
594 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
596         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
598 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
600         * Makefile.tpl: Remove HOST_ISLVER.
601         (HOST_EXPORTS): Remove ISLVER.
602         * Makefile.in: Regenerate.
604 2017-02-13  Richard Biener  <rguenther@suse.de>
606         * configure: Re-generate.
608 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
610         * MAINTAINERS: Adjust bug reporting URL.
612 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
614         * MAINTAINERS (Write After Approval): Remove redundant entry
615         for Andrew Burgess.
617 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
619         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
620         32-bit hppa*-*-hpux*.
621         * configure: Regenerate.
623 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
625         * configure.ac: Moved the white list of enabling BRIG FE to
626         libhsail-rt/configure.tgt.
627         * configure: Regenerated.
628         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
630 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
631             Martin Jambor  <mjambor@suse.cz>
633         * Makefile.def (target_modules): Added libhsail-rt.
634         (languages): Added language brig.
635         * Makefile.in: Regenerated.
636         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
637         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
638         * configure: Regenerated.
640 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
642         PR other/79046
643         * configure: Regenerated.
645 2017-01-04  Alan Modra  <amodra@gmail.com>
647         * configure: Regenerate.
649 2016-12-29  Ben Elliston  <bje@gnu.org>
651         * config.sub: Import latest version.
653 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
655         * MAINTAINERS (Write After Approval): Add myself.
657 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
659         * configure.ac: Don't bootstrap libmpx unless --with-build-config
660         includes bootstrap-mpx.
661         * configure: Regenerated.
663 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
665         * MAINTAINERS (Write After Approval): Add myself.
667 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
669         * configure: Regenerate.
671 2016-12-01  Matthias Klose  <doko@ubuntu.com>
673         * configure.ac: Don't use pkg-config to check for bdw-gc.
674         * configure: Regenerate.
676 2016-11-30  Matthias Klose  <doko@ubuntu.com>
678         * Makefile.def: Remove reference to boehm-gc target module.
679         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
680         options and for the bdw-gc pkg-config module.
681         * configure: Regenerate.
682         * Makefile.in: Regenerate.
684 2016-11-28  Nathan Sidwell  <nathan@acm.org>
686         * MAINTAINERS (nvptx): Remove self.
688 2016-11-25  Ben Elliston  <bje@gnu.org>
690         * config.guess: Import latest version.
691         * config.sub: Likewise.
693 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
695         * MAINTAINERS (Write After Approval): Add myself.
697 2016-11-15  Matthias Klose  <doko@ubuntu.com>
699         * Makefile.def: Remove references to GCJ.
700         * Makefile.tpl: Likewise.
701         * Makefile.in: Regenerate.
703 2016-11-15  Matthias Klose  <doko@ubuntu.com>
705         * config-ml.in: Remove references to GCJ.
706         * configure.ac: Likewise.
707         * configure: Regenerate.
709 2016-11-01  Josh Conner  <joshconner@google.com>
711         * MAINTAINERS (Write After Approval): Update email address,
713 2016-10-27  Carl Love  <cel@us.ibm.com>
715         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
716         Approval list to make it alphabetical.
718 2016-10-27  Carl Love  <cel@us.ibm.com>
720         * MAINTAINERS (Write After Approval): Add myself.
722 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
724         * MAINTAINERS (Reviewers): Add myself.
725         (Write After Approval): Add myself.
727 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
728             Ulrich Weigand  <uweigand@de.ibm.com>
730         * MAINTAINERS: Update email address.
732 2016-10-10  Nathan Sidwell  <nathan@acm.org>
734         * MAINTAINERS: Update email address.
736 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
738         * configure.ac: Add aarch64-*-freebsd*.
739         * configure: Regenerate.
741 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
743         * MAINTAINERS: Update email address after it got reverted.
745 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
747         * configure.ac (target_libraries): Readd target-boehm-gc.
748         Restore --enable-objc-gc handling.
749         * configure: Regenerate.
751 2015-10-03  Jeff Law  <law@redhat.com>
753         * MAINTAINERS: Move several inactive maintainers to the
754         write-after-approval section.
756 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
758         * configure.ac: Add target-libffi to target_libraries.
759         Readd libgcj target disablings, modified to only target-libffi.
760         Readd target addition of go to unsupported languages.
761         * configure: Regenerated.
763 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
765         * MAINTAINERS: Update email address.
767 2016-09-30  Andrew Haley  <aph@redhat.com>
769         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
770         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
771         libgcj.
773 2016-09-30  Andrew Haley  <aph@redhat.com>
775         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
776         write-after approval after GCJ deletion.
778 2016-09-30  Andrew Haley  <aph@redhat.com>
780         * Makefile.def: Remove libjava.
781         * Makefile.tpl: Likewise.
782         * Makefile.in: Regenerate.
783         * configure.ac: Likewise.
784         * configure: Likewise.
785         * gcc/java: Remove.
786         * libjava: Likewise.
788 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
790         * MAINTAINERS (Reviewers): Add myself.
792 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
794         * configure.ac: Disable "sim" directory for arc*-*-*.
795         * configure: Regenerated.
797 2016-09-23  Tamar Christina <tamar.christina@arm.com>
799         * MAINTAINERS (Write After Approval): Add myself.
801 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
803         * configure.ac: Check for the minimum in-tree MPFR version
804         handled.
805         * configure: Regenerate.
807 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
809         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
810         * configure: Regenerated.
812 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
814         * MAINTAINERS (Write After Approval): Add myself.
816 2016-06-23  Andi Kleen  <ak@linux.intel.com>
818         * Makefile.def: Add autoprofiledbootstrap.
819         * Makefile.tpl: Dito.
820         * Makefile.in: Regenerate.
822 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
824     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
825     * configure: Regenerate.
827 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
829         * configure: Regenerate.
830         * configure.ac: Remove support for avr-rtems.
832 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
834         * MAINTAINERS (Write After Approval): Add myself.
836 2016-06-16  Michael Collison  <michael.collison@arm.com>
838         * MAINTAINERS (Write After Approval): Add myself.
840 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
842         * MAINTAINERS (Write After Approval): Update e-mail address.
844 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
846         * MAINTAINERS (Write After Approval): Add myself.
848 2016-05-28  Alan Modra  <amodra@gmail.com>
850         * Makefile.tpl (configure): Depend on m4 files included.
851         * Makefile.in: Regenerate.
853 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
855         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
856         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
858 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
860         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
861         special case builtin.
862         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
863         support for ALTIVEC_BUILTIN_VEC_ADDEC.
864         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
865         for __builtin_vec_addec.
867 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
869         * config.guess: Import version 2016-04-02 (newest).
870         * config.sub: Import version 2016-05-10 (newest).
872 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
874         * configure.ac: Add ARC support to libgloss.
875         * configure: Regenerate
877 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
879         * MAINTAINERS (Write After Approval): Add myself.
881 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
883         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
884         * configure: Regenerated.
885         * Makefile.def (gmp): Explicitly disable assembler.
886         (mpfr): Adjust lib_path.
887         (mpc): Likewise.
888         * Makefile.in: Regenerated.
890 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
892         PR bootstrap/70704
893         * configure.ac (--enable-stage1-checking): Add missing
894         --enable-checking=.
895         * configure: Regenerated.
897 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
899         * config.guess: Revert r235676.
900         * config.sub: Revert r235676.
902 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
904         * config.guess: Remove SH5 support.
905         * config.sub: Likewise.
906         * configure: Likewise.
907         * configure.ac: Likewise.
909 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
911         PR bootstrap/70704
912         * configure.ac (--enable-stage1-checking): For --disable-checking or
913         implicit --enable-checking, make sure extra flag matches in between
914         stage1 and later checking.
915         * configure: Regenerated.
917 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
919         * .gitattributes: New file.
921 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
923         * MAINTAINERS (rs6000/powerpc port): Add myself.
925 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
927         PR bootstrap/70173
928         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
929         and gotools directories.  Delete the stage_final file.
930         * Makefile.in: Regenerate.
932 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
934         * MAINTAINERS (Write After Approval): Add myself.
936 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
938         * MAINTAINERS (Fortran maintainer): Remove myself.
940 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
942         * MAINTAINERS (Write After Approval): Add myself.
944 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
946         * MAINTAINERS (Write After Approval): Add myself.
948 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
950         Sync with binutils-gdb:
952         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
954         * configure.ac: Add mips and s390 to the gold target check.
955         * configure: Regenerate.
957 2016-03-01  DJ Delorie  <dj@redhat.com>
959         * MAINTAINERS (mep): Remove myself as MeP maintainer.
961 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
963         * MAINTAINERS (libcpp): Add myself.
964         (diagnostic messages): Likewise.
966 2016-02-20  Tom de Vries  <tom@codesourcery.com>
968         * MAINTAINERS: Fix whitespace.
970 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
972         * MAINTAINERS (Write After Approval): Add myself.
974 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
976         * config/isl.m4: Add comments about isl-0.16.
977         * configure: Regenerate.
979 2016-01-29  Martin Jambor  <mjambor@suse.cz>
981         * MAINTAINERS (hsa maintainers): Add myself.
983 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
985         * MAINTAINERS: (Write After Approval): Add myself.
987 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
988             Sebastian Pop  <s.pop@samsung.com>
990         * Makefile.in: Regenerate.
991         * Makefile.tpl: Export ISLVER.
992         * configure: Regenerate.
993         * config/isl.m4: Detect isl-0.15.
995 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
997         PR bootstrap/69329
998         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
999         * Makefile.in: Regenerate.
1001 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1003         * configure.ac: Enable LTO for DJGPP
1004         * configure: Regenerate
1006 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1008         Sync with binutils-gdb:
1009         2015-10-21  Nick Clifton  <nickc@redhat.com>
1011         PR gas/19109
1012         * configure.ac: Note the 'none' is an acceptable argument to
1013         --enable-compressed-debug-sections.
1014         * configure: Regenerate.
1016 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1018         PR bootstrap/69134
1019         * Makefile.def (mpfr): Disable assembler.
1020         * Makefile.in: Regenerate.
1022 2016-01-01  Ben Elliston  <bje@gnu.org>
1024         * config.guess: Import version 2016-01-01.
1025         * config.sub: Likewise.
1027 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1029         * MAINTAINERS (Write After Approval): Add myself.
1031 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1033         * Makefile.in: Replace ISL with isl.
1034         * Makefile.tpl: Same.
1035         * config/isl.m4: Same.
1036         * configure.ac: Same.
1037         * contrib/download_prerequisites: Same.
1038         * configure: Regenerate.
1040 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1042         * MAINTAINERS (Write After Approval): Add Myself.
1044 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1046         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1047         * configure: Regenerate.
1049 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1050             Sebastian Pop  <s.pop@samsung.com>
1052         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1053         isl_ctx_get_max_operations.
1054         * configure: Regenerate.
1056 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1058         * MAINTAINERS (Write After Approval): Add myself.
1060 2015-12-02  Ian Lance Taylor  <iant@google.com>
1062         PR go/66147
1063         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1064         * Makefile.in: Regenerate.
1066 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1068         PR libffi/65726
1069         * Makefile.def (lang_env_dependencies): Make libffi depend
1070         on cxx.
1071         * Makefile.in: Regenerate.
1073 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1075         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1076         symbols.
1078 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1080         Sync with binutils-gdb:
1081         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1083         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1084         * configure: Regenerate.
1086 2015-11-19  Martin Liska  <mliska@suse.cz>
1088         * .gitignore: Add .clang-format to ignored files.
1089         * Makefile.in: Add clang-format.
1090         * Makefile.tpl: Likewise.
1092 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1094         * configure.ac: Enable libmpx by default.
1095         * configure: Regenerated.
1097 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1099         * MAINTAINERS: Update email address.
1101 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1103         * MAINTAINERS: Update email address.
1105 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1107         * MAINTAINERS  (Write After Approval): Add myself.
1109 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1111         Sync with binutils-gdb:
1112         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1114         PR gas/19109
1115         * configure.ac: Add
1116         --enable-compressed-debug-sections={all,gas,gold,ld}.
1117         * configure: Regenerated.
1119 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1121         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1123 2015-10-09  Martin Liska  <mliska@suse.cz>
1125         * MAINTAINERS (Write After Approval): Add myself.
1127 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1129         * MAINTAINERS (Write After Approval): Add myself.
1131 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1133         * MAINTAINERS: Update email address.
1135 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1137         * MAINTAINERS  (Write After Approval): Add myself.
1139 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1141         * MAINTAINERS: Update email.
1143 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1145         * MAINTAINERS: Update my email address.
1147 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1149         * MAINTAINERS (ft32 port): Add myself.
1151 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1153         * MAINTAINERS: Add myself.
1155 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1157         * MAINTAINERS (Write After Approval): Add myself.
1159 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1161         PR libfortran/54572
1162         * Makefile.def: Make libgfortran depend on libbacktrace.
1163         * Makefile.in: Regenerate.
1165 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1167         * MAINTAINERS (Write After Approval): Add myself.
1169 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1171         PR other/67092
1172         * configure.ac: Remove --with_host_libstdcxx support.
1173         * configure: Regenerate.
1175 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1176             Jakub Jelinek  <jakub@redhat.com>
1178         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1179         nvptx*-*-*.
1180         * configure: Regenerate.
1182 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1184         * Makefile.def (libiconv): Define bootstrap=true.
1185         Mark pdf/html/info as missing.
1186         (configure-gcc): Depend on all-libiconv.
1187         (all-gcc): Ditto.
1188         (configure-libcpp): Ditto.
1189         (all-libcpp): Ditto.
1190         (configure-intl): Ditto.
1191         (all-intl): Ditto.
1192         * Makefile.in: Regenerate.
1194 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1196         * MAINTAINERS (loop ivopts): Add the entry and myself.
1198 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1200         * MAINTAINERS (nvptx): Add self.
1202 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1204         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1205         128-bit vector modes.
1207 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1209         * MAINTAINERS (Write After Approval): Add myself.
1211 2015-07-28  Ben Elliston  <bje@gnu.org>
1213         * config.sub, config.guess: Import from upstream.
1215 2015-07-24  Michael Darling  <darlingm@gmail.com>
1217         PR other/66259
1218         * config-ml.in: Reflects renaming of configure.in to configure.ac
1219         * configure: Likewise
1220         * configure.ac: Likewise
1222 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1224         * MAINTAINERS: Update my email address.
1226 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1228         Sync with binutils-gdb:
1229         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1231         * configure.ac (target_configdirs): Exclude target-zlib if
1232         target-libjava isn't built.
1233         * configure: Regenerated.
1235 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1237         Sync with binutils-gdb:
1238         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1240         * configure.ac: Disable configuration of GDB for HPUX targets.
1241         * configure: Regenerate.
1243         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1245         * configure.ac: Add --with-system-zlib.
1246         * configure: Regenerated.
1248         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1250         * configure.ac: Add FT32 support.
1251         * configure: Regenerate.
1253         2015-01-12  Anthony Green  <green@moxielogic.com>
1255         * configure.ac: Don't disable gprof for moxie.
1256         * configure: Rebuild.
1258 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1260         Sync with binutils-gdb:
1261         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1263         PR ld/18355
1264         * Makefile.def: Add extra_configure_flags to host zlib.
1265         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1266         to --enable-host-shared When bfd is to be built as shared
1267         library.  AC_SUBST.
1268         * Makefile.in: Regenerated.
1270 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1272         Sync with src:
1273         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1274         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1275         * Makefile.in: Regenerated.
1277 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1279         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1280         target.
1281         * configure: Regenerate.
1283 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1285         * MAINTAINERS (Write After Approval): Add myself.
1287 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1289         * MAINTAINERS (OS Port Maintainers): Add myself.
1290         (Various Maintainers): Remove myself from libffi testsuite.
1292 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1294         * MAINTAINERS (gen* on machine desc): Add self.
1296 2015-06-02  Jason Merrill  <jason@redhat.com>
1298         PR bootstrap/66319
1299         * configure.ac: Use -std=gnu++98.
1301 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1303         * MAINTAINERS (Write After Approval): Add myself.
1305 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1307         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1308         * configure: Regenerate.
1310 2015-05-26  Jason Merrill  <jason@redhat.com>
1312         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1313         * configure: Regenerate.
1315 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1317         * configure.ac: FT32 target added.
1318         * configure: Regenerated.
1320 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1322         * MAINTAINERS (Write After Approval): Add myself.
1324 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1326         * MAINTAINERS (Write After Approval): Add myself.
1328 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1330         * configure.ac: Fix typo.
1331         * configure: Regenerate.
1333 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1335         * MAINTAINERS (Write After Approval): Add myself.
1337 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1339         * configure.ac: Match $host configured with triplets.
1340         * configure: Regenerate.
1342 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1344         * Makefile.tpl: Remove surplus whitespace throughout.
1345         * Makefile.in: Regenerate.
1347 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1349         * MAINTAINERS (Various Maintainers): Add myself as instruction
1350         combiner maintainer.
1352 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1354         PR bootstrap/62077
1355         * configure.ac (--enable-stage1-checking): Default to
1356         release,misc,gimple,rtlflag,tree,types if --disable-checking
1357         or --enable-checking is not specified and DEV-PHASE is not
1358         experimental.
1359         * configure: Regenerated.
1361 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1363         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1364         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1365         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1366         * Makefile.in: Regenerate.
1368 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1370         * MAINTAINERS: Update my email address.
1372 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1374         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1376 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1378         * MAINTAINERS: Add myself as an arm port reviewer.
1380 2015-03-25  Martin Liska  <mliska@suse.cz>
1381             Yury Gribov  <y.gribov@samsung.com>
1383         * Makefile.in: Fix ln source location for vimrc file.
1384         * Makefile.tpl: Likewise.
1386 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1388         PR bootstrap/25672
1389         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1390         cross-compiling.  Similarly for CXX_FOR_TARGET.
1391         * configure: Regenerate.
1393 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1395         * Makefile.def: Add libmpx.
1396         * configure.ac: Add libmpx.
1397         * Makefile.in: Regenerate.
1398         * configure: Regenerate.
1400 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1402         * MAINTAINERS (CPU Port Maintainers): Add myself
1403         i386 vector ISA extns mantainer.
1405 2015-03-13  Jeff Law  <law@redhat.com>
1407         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1408         maintainer.
1409         Remove Richard Henderson as a maintainer for the x86 port.
1411 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1413         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1415 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1417         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1418         pointer bounds checker and i386 MPX maintainer.
1420 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1422         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1424 2015-02-26  Martin Sebor  <msebor@redhat.com>
1426         * MAINTAINERS (Various Maintainers): Add self.
1428 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1430         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1431         Make sure it contains lto.
1432         * configure: Regenerate.
1434 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1436         * configure: Regenerate.
1438 2015-02-06  Diego Novillo  <dnovillo@google.com>
1440         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1441         middle-end, docstring): Remove myself.
1442         (Write After Approval): Add myself.
1444 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1446         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1447         (Write After Approval): Update address.
1449 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1451         PR jit/64780
1452         * configure.ac: Require the user to explicitly specify
1453         --enable-host-shared if the jit is enabled.
1454         * configure: Regenerate.
1456 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1458         * MAINTAINERS (Write After Approval): Add myself.
1460 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1462         * MAINTAINERS: Make whitespace consistent.
1464 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1466         * MAINTAINERS (Write After Approval): Add myself.
1468 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1470         * MAINTAINERS: (Write After Approval): Add myself.
1472 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1474         * MAINTAINERS: (Write After Approval): Add myself.
1476 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1478         * MAINTAINERS: (Write After Approval): Add myself.
1480 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1482         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1483         objective-c/c++ front end maintainer.
1485 2015-01-13  Marek Polacek  <polacek@redhat.com>
1487         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1489 2015-01-12  Jeff Law  <law@redhat.com>
1491         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1492         a very long time.
1494 2015-01-09  Ian Lance Taylor  <iant@google.com>
1496         * configure.ac (host_tools): Add gotools.
1497         * Makefile.def (host_modules): Add gotools.
1498         (dependencies): Add dependency of all-gotools on all-target-libgo.
1500 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1502         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1503         * configure: Regenerate.
1505 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1507         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1508         all-target-libgomp.
1509         * Makefile.in: Regenerate.
1511 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1513         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1515 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1517         * configure.ac: Add Visium support.
1518         * configure: Regenerate.
1520 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1522         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1523         * configure: Regenerate.
1525 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1527         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1528         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1529         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1530         (OBJCOPY_FOR_TARGET): New variable.
1531         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1532         * Makefile.in: Regenerate.
1533         * configure.ac: Check for already installed target objcopy.
1534         Also GCC_TARGET_TOOL on objcopy.
1535         * configure: Regenerate.
1537 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1539         * config.sub: Update from upstream, to 2015-01-01 version.
1540         * config.guess: Ditto.
1542 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1544         * MAINTAINERS (RTEMS Ports): Add myself.
1546 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1548         * MAINTAINERS (Write After Approval): Add myself.
1550 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1552         * MAINTAINERS (Write After Approval): Add myself.
1554 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1556         * configure.ac (--enable-as-accelerator-for): Don't set
1557         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1558         * configure: Regenerate.
1560 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1562         PR bootstrap/64023
1563         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1564         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1565         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1566         to CXX.
1567         * Makefile.in: Regenerated.
1569 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1570             Yury Gribov  <y.gribov@samsung.com>
1572         * .gitignore: Added .local.vimrc and .lvimrc.
1573         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1574         * Makefile.in: Regenerate.
1576 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1578         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1579         * configure: Regenerated.
1581 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1583         * MAINTAINERS (nvptx port): New entry.
1585 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1587         * configure: Regenerate.
1589 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1591         * configure.ac: Merge with Binutils.
1593 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1595         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1596         * Makefile.in: Regenerate.
1598 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1600         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1601         missing flex.
1602         * Makefile.in: Regenerated.
1604 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1606         * Makefile.in: Regenerate.
1608 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1610         PR bootstrap/63784
1611         * libtool.m4: Add $pic_flag with -shared.
1613 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1615         * MAINTAINERS (Write After Approval): Added myself.
1617 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1619         * MAINTAINERS (write-after-approval): Add myself.
1621 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1623         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1624         from 2 years ago.
1626 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1628         Revert:
1629         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1631         * MAINTAINERS (Write After Approval): Added myself as line map
1632         maintainer.
1634 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1636         Revert:
1637         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1639         * MAINTAINERS (Write After Approval): Added myself.
1641 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1643         * MAINTAINERS (Write After Approval): Added myself.
1645 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1647         * MAINTAINERS (Write After Approval): Added myself as line map
1648         maintainer.
1650 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1652         * MAINTAINERS (Various Maintainers): Added myself as line map
1653         maintainer.
1655 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1657         * move-if-change: Sync from upstream gnulib.
1659 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1661         * compile: Sync with upstream Automake.
1662         * depcomp: Ditto.
1663         * install-sh: Ditto.
1664         * missing: Ditto.
1665         * mkinstalldirs: Ditto.
1666         * ylwrap: Ditto.
1668 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1670         * config.sub: Update from upstream config repo.
1671         * config.guess: Ditto.
1673 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1675         * Makefile.def: Add liboffloadmic to target_modules.  Make
1676         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1677         * Makefile.in: Regenerate.
1678         * configure: Regenerate.
1679         * configure.ac: Add liboffloadmic to target binaries.
1680         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1681         Add liboffloadmic to noconfig list when C++ is not supported.
1683 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1684             Thomas Schwinge  <thomas@codesourcery.com>
1685             Ilya Verbin  <ilya.verbin@intel.com>
1686             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1688         * configure: Regenerate.
1689         * configure.ac (--enable-as-accelerator-for)
1690         (--enable-offload-targets): New configure options.
1692 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1694         * Makefile.def: Make all-gcc depend on all-isl.
1695         * Makefile.in: Regenerate.
1697 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1699         * ChangeLog.jit: New.
1700         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1702 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1704         PR target/63610
1705         * libtool.m4: Fix globbing of darwin versions.
1706         * configure: Regenerate.
1708 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1710         * Makefile.def: Remove CLooG.
1711         * Makefile.tpl: Ditto.
1712         * configure.ac: Ditto.
1713         * configure: Regenerate.
1714         * Makefile.in: Ditto.
1716 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1718         * configure.ac: Handle nvptx-*-*.
1719         * configure: Regenerate.
1721 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1723         * MAINTAINERS (Write After Approval): Add myself.
1725 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1727         * Makefile.def (libcc1): Remove bootstrap=true;.
1728         * Makefile.in: Regenerated.
1730 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1732         * configure.ac: Update comment.
1733         * configure: Regenerate.
1735 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1737         * MAINTAINERS (Write After Approval): Add myself.
1739 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1741         * configure.ac (extra_host_libiberty_configure_flags): Add
1742         --enable-shared also for libcc1's benefit.
1743         * configure: Regenerate.
1745 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1747         * MAINTAINERS: Change my email address.
1749 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1750             Tom Tromey  <tromey@redhat.com>
1752         * Makefile.def: Add libcc1 to host_modules.
1753         * configure.ac (host_tools): Add libcc1.
1754         * Makefile.in, configure: Rebuild.
1756 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1758         * configure.ac (build_configargs): Don't share config.cache between
1759         build subdirs.
1760         * configure: Regenerate.
1762 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1764         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1765         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1766         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1767         leon3v7 as leon3.
1768         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1769         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1770         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1771         * config/sparc/sparc.md (cpu): Add leon3v7.
1772         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1774 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1776         * MAINTAINERS (write-after-approval): Add myself.
1778 2014-10-23  Ian Lance Taylor  <iant@google.com>
1780         * configure.ac: Disable the Go frontend on systems where it is known
1781         to not work.
1782         * configure: Regenerate.
1784 2014-10-23  Richard Biener  <rguenther@suse.de>
1786         * Makefile.def: Add libcpp build module and dependencies.
1787         * configure.ac: Add libcpp build module.
1788         * Makefile.in: Regenerate.
1789         * configure: Likewise.
1791 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1793         * MAINTAINERS (write-after-approval): Add myself.
1795 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1797         * INSTALL/README: Do not mention CVS.
1799 2014-10-03  Jing Yu  <jingyu@google.com>
1801         * configure.ac: Add aarch64 to list of targets that support gold.
1802         * configure: Regenerate.
1804 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1806         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1808 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1810         * MAINTAINERS:  Add myself as MIPS maintainer.
1812 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1814         * MAINTAINERS: Move myself to MIPS maintainers.
1816 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1818         * MAINTAINERS: Put all email addresses between '<' and '>'.
1820 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1822         * MAINTAINERS: Move myself to reviewers (Fortran).
1824 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1826         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1827         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1828         * Makefile.in: Regenerate.
1830 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1832         * rtx-classes-status.txt: Delete
1834 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1836         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1838 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1840         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1841         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1842         of checking for version number.
1843         * configure: Regenerated.
1844         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1846 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1848         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1849         is done; begin phase 6 (use extra rtx_def subclasses).
1851 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1853         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1854         done; begin phase 5 (additional rtx_def subclasses).
1856 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1858         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1860 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1862         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1863         SET_BB_HEADER are done.
1865 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1867         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1868         done.
1870 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1872         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1874 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1876         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1878 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1880         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1882 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1884         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1886 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1888         * rtx-classes-status.txt: Phase 3 (per-file commits within
1889         "config" subdirs) is done; begin phase 4 (removal of
1890         "scaffolding").
1892 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1894         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1895         dir) is done; begin phase 3 (per-file commits within "config"
1896         subdirs).
1898 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1900         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1901         phase 2 (per-file commits in main source dir).
1903 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1905         * configure: Regenerated.
1907 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1909         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1911 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1913         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1915 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1917         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1919 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1921         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1923 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1925         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1927 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1929         * MAINTAINERS (Write After Approval): Add myself.
1931 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1933         * MAINTAINERS: Remove myself
1935 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1937         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1939 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1941         * MAINTAINERS (Write After Approval): Add myself.
1943 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1945         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1946         SET_BB_HEADER, SET_BB_FOOTER
1948 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1950         * rtx-classes-status.txt: New file
1952 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1954         * configure.ac: Eliminate ClooG installation dependency.
1955         * configure: Regenerate.
1956         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1957         * Makefile.in: Regenerate.
1959 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1961         * MAINTAINERS (Write After Approval): Add myself.
1963 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1965         * MAINTAINERS (Write After Approval): Add myself.
1967 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1969         * MAINTAINERS (Write After Approval): Add myself.
1971 2014-07-28  Anthony Green  <green@moxielogic.com>
1973         Import from savannah.gnu.org:
1974         * config.sub: Update to 2014-07-28 version.
1976 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1978         * MAINTAINERS: Remove my MIPS maintainer entry.
1980 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1982         PR target/47230
1983         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1984         * configure: Regenerate.
1986 2014-07-24  James Norris  <jnorris@codesourcery.com>
1988         * MAINTAINERS (Write After Approval): Add myself.
1990 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1992         * configure.ac: Accept only CLooG 0.18.1.
1993         * configure: Regenerate.
1995 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1997         * configure.ac: Don't accept isl 0.11.
1998         * configure: Regenerate.
2000 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2002         * MAINTAINERS (Write After Approval): Add myself.
2004 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2006         * configure.ac: Don't accept isl 0.10.
2007         * configure: Regenerate.
2009 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2011         Fix include path for in-tree cloog.
2012         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2013         * configure: Regenerate.
2015 2014-06-18  Richard Henderson  <rth@redhat.com>
2017         * .gitignore: Import gcc_update output.
2019 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2021         * config-ml.in: Robustify ac_configure_args parsing.
2023         * configure.ac (--enable-linker-plugin-configure-flags)
2024         (--enable-linker-plugin-flags): New flags.
2025         (configdirs): Conditionally add libiberty-linker-plugin.
2026         * configure: Regenerate.
2027         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2028         (host_modules) <lto-plugin>: Pay attention to
2029         @extra_linker_plugin_flags@ and
2030         @extra_linker_plugin_configure_flags@.
2031         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2032         * Makefile.in: Regenerate.
2034         * Makefile.tpl (configure-[+prefix+][+module+])
2035         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2036         "module_srcdir" instead of "module" for locating a module's srcdir.
2037         * Makefile.in: Regenerate.
2039 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2041         * MAINTAINERS (Write After Approval): Add myself.
2043 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2045         * MAINTAINERS: Update my email address.
2047 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2049         * MAINTAINERS (Write After Approval): Add myself.
2051 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2053         * MAINTAINERS (Write After Approval): Add myself.
2055 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2057         PR libstdc++/61011
2058         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2059         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2060         * configure: Regenerate.
2062 2014-05-28  Pedro Alves  <palves@redhat.com>
2064         * MAINTAINERS (Write After Approval): Add myself.
2066 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2068         * MAINTAINERS: Update my affiliation/email.
2070 2014-05-19  Mike Stump  <mikestump@comcast.net>
2072         * MAINTAINERS: Add wide-int reviewers.
2074 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2076         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2077         * configure: Regenerated.
2079 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2081         * MAINTAINERS (libitm): Add myself as maintainer.
2083 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2085         * MAINTAINERS (Write After Approval): Add myself.
2087 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2089         * config.sub, config.guess: Import from upstream.
2091 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2093         * MAINTAINERS (Write After Approval): Put myself in correct order.
2095 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2097         * MAINTAINERS (Write After Approval): Add myself.
2099 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2101         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2102         section.
2104 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2106         * MAINTAINERS (Write After Approval): Delete myself.
2108 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2110         PR sanitizer/56781
2111         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2112         and -B* options with -Xcompiler.
2114 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2116         PR bootstrap/60620
2117         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2118         * Makefile.in: Regenerate.
2120 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2122         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2123         for WINDRES_FOR_TARGET in default-manifest.o rule.
2124         * Makefile.in: Regenerate.
2126 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2128         * MAINTAINERS (Write After Approval): Add myself.
2130 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2132         PR sanitizer/56781
2133         * Makefile.def: Set bootstrap=true; for host fixincludes.
2134         * configure.ac: Don't bootstrap host fixincludes unless
2135         --with-build-config=bootstrap-{a,ub}san.
2136         * Makefile.in: Regenerated.
2137         * configure: Regenerated.
2139 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2141         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2142         --enable-vtable-verify option parsing.  Don't add
2143         target-libsanitizer to bootstrap_target_libs unless
2144         --with-build-config=bootstrap-asan or
2145         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2146         to bootstrap_target_libs unless --enable-vtable-verify.
2147         * configure: Regenerated.
2149 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2151         * MAINTAINERS (Write After Approval): Add myself.
2153 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2155         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2157 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2159         PR bootstrap/58572
2160         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2161         -I for libstdc++-v3 includes if $(LEAN).
2162         * Makefile.in: Regenerated.
2164 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2166         * MAINTAINERS: Update my email address.
2168 2014-02-24  Walter Lee  <walt@tilera.com>
2170         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2171         (tilegx-*-*): Change to tilegx*-*-*.
2172         * configure: Regenerate.
2174 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2176         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2178 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2180         * MAINTAINERS (Write After Approval): Add myself.
2182 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2184         PR target/59788
2185         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2186         *solaris2*.
2188 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2190         * MAINTAINERS: Update my email address.
2192 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2194         * MAINTAINERS: Convert to UTF-8.
2195         Properly sort Xinliang David Li's entry.
2197 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2198             Sandra Loosemore  <sandra@codesourcery.com>
2200         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2201         nios2 port maintainers.
2203 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2205         * MAINTAINERS (Write After Approval): Add myself.
2207 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2209         * configure.ac: Add user-friendly check for native x86_64-linux
2210         multilibs.
2211         * configure: Regenerate.
2213 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2215         * MAINTAINERS: Add myself as sh maintainer.
2217 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2219         * MAINTAINERS: Add self as SLSR maintainer.
2221 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2223         * MAINTAINERS: Update my email address.
2225 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2227         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2229 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2231         * Makefile.in: Regenerate.
2233         * Makefile.tpl: Fix typo.
2234         * Makefile.in: Regenerate partially.
2236 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2238         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2239         supported.
2240         * configure: Regenerated.
2242 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2244         * MAINTAINERS (Write After Approval): Add myself.
2246 2013-10-30  Jason Merrill  <jason@redhat.com>
2248         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2249         --disable-build-format-warnings.
2251 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2253         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2254         depend on libstdc++ and libgcc.
2255         * configure: Regenerate.
2256         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2257         libcilkrts for POSIX and i*86, and x86_64 architectures.
2258         * Makefile.in: Added libcilkrts related fields to support building it.
2260 2013-10-26  Jeff Law  <law@redhat.com>
2262         * Makefile.def (target_modules): Remove libmudflap
2263         (languages): Remove check-target-libmudflap).
2264         * Makefile.in: Rebuilt.
2265         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2266         * configure.ac (target_libraries): Remove target-libmudflap.
2267         Remove checks which disabled libmudflap on some systems.
2268         * configure: Rebuilt.
2269         * libmudflap: Directory removed.
2271 2013-10-21  Cong Hou  <congh@google.com>
2273         * MAINTAINERS (Write After Approval): Add myself.
2275 2013-10-16  Mike Stump  <mikestump@comcast.net>
2277         * .dir-locals.el: Add.
2279 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2281         * configure.ac: Add --enable-host-shared
2282         * configure: Regenerate.
2284 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2286         Import from savannah.gnu.org:
2287         * config.guess: Update to 2013-06-10 version.
2288         * config.sub: Update to 2013-10-01 version.
2290 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2292         Changes to build configuration to allow big endian ARC ELF toolchain
2293         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2294         * configure: Regenerate.
2296 2013-09-20  Alan Modra  <amodra@gmail.com>
2298         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2299         ppc host match.  Support little-endian powerpc linux hosts.
2301 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2303         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2304         maintainer.
2306 2013-09-12  DJ Delorie  <dj@redhat.com>
2308         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2309         maintainers.
2311 2013-09-03  Richard Biener  <rguenther@suse.de>
2313         * configure.ac: Also allow ISL 0.12.
2314         * configure: Regenerated.
2316 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2318         * MAINTAINERS (Write After Approval): Add myself.
2320 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2322         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2324 2013-08-26  Caroline Tice  <cmtice@google.com>
2326         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2327         "Various Reviewers" to libvtv "Various Maintainers".
2329 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2331         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2333 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2335         * MAINTAINERS: Update name, email.
2337 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2339         * MAINTAINERS (Write After Approval): Add myself.
2341 2013-08-12  Caroline Tice  <cmtice@google.com>
2343         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2344         address in the Write After Approval section.
2346 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2348         * MAINTAINERS (Write After Approval): Update email.
2350 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2352         * configure.ac: Adjust to check VTV_SUPPORTED.
2353         * configure: Regenerated.
2355 2013-08-02  Caroline Tice  <cmtice@google.com>
2357         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2358         on non-linux systems; add target-libvtv to noconfigdirs; add
2359         libsupc++/.libs to C++ library search paths.
2360         * configure: Regenerated.
2361         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2362         libstdc++ and libgcc.
2363         * Makefile.in: Regenerated.
2365 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2367         * MAINTAINERS (Write After Approval): Add myself.
2369 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2370             Shiva Chen  <shiva0217@gmail.com>
2372         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2373         nds32 port maintainers.
2375 2013-07-17  Tim Shen  <timshen91@gmail.com>
2377         * MAINTAINERS (Write After Approval): Add myself.
2379 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2381         * configure.ac: Sync from binutils.
2382         * configure: Regenerate.
2384 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2386         * MAINTAINERS (Write After Approval): Add myself.
2388 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2390         * MAINTAINERS (Write After Approval): Add myself.
2392 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2394         * MAINTAINERS (Write After Approval): Add myself.
2396 2013-04-30  Brooks Moses  <bmoses@google.com>
2398         * MAINTAINERS: Update my email; move myself from Fortran
2399         reviewer to Write After Approval.
2401 2013-04-16  Andreas Schwab  <schwab@suse.de>
2403         * configure.ac (aarch64-*-*): Don't disable java.
2404         * configure: Regenerate.
2406 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2408         * MAINTAINERS (Write After Approval): Add myself.
2410 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2412         * Makefile.def (target_modules): Don't install libffi.
2413         * Makefile.in: Regenerate.
2415 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2417         * MAINTAINERS (Write After Approval): Add myself.
2419 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2421         * MAINTAINERS (Write After Approval): Add myself.
2423 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2425         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2426         * configure: Regenerated.
2428 2013-02-05  Ian Lance Taylor  <iant@google.com>
2430         PR go/55969
2431         * configure.ac: Disable libgo on some systems where it does not
2432         work.
2434 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2436         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2437         Remove Geoff Keating as rs6000 port maintainer, at his request.
2439 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2441         * MAINTAINERS: Update my email.
2443 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2445         * configure: Re-generate.
2447 2013-01-15  Richard Biener  <rguenther@suse.de>
2449         PR other/55973
2450         * configure: Re-generate.
2452 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2454         * Makefile.def (install-target-libsanitizer): Depend on
2455         install-target-libstdc++-v3.
2456         * Makefile.in: Regenerate.
2458 2013-01-14  Richard Biener  <rguenther@suse.de>
2460         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2461         * configure: Re-generate
2463 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2465         * config.sub: Update from config repo.
2467 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2469         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2470         * Makefile.in: Regenerate.
2472 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2474         * MAINTAINERS (arc): Add new port maintainership for myself.
2476 2013-01-09  Jason Merrill  <jason@redhat.com>
2478         * .gitignore: Import from gdb repository.
2480 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2482         * Makefile.def (configure-gcc): Depend on all-gmp.
2483         (all-gcc): Remove dependency on all-gmp.
2484         * Makefile.in: Regenerated.
2486 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2488         * config.sub: Merge from config repo.
2489         * config.guess: Ditto.
2491 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2493         * Makefile.def: Merge from binutils.
2494         * Makefile.in: Ditto.
2496 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2498         * MAINTAINERS: Update my email.
2500 2012-12-29  Ben Elliston  <bje@gnu.org>
2502         * config.guess: Update to 2012-12-29 version.
2503         * config.sub: Likewise.
2505 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2507         * Makefile.def (install-target-libgfortran): Depend on
2508         install-target-libquadmath, install-target-libgcc.
2509         (install-target-libsanitizer): Depend on install-target-libgcc.
2510         (install-target-libjava): Depend on install-target-libgcc.
2511         (install-target-libitm): Depend on install-target-libgcc.
2512         (install-target-libobjc): Depend on install-target-libgcc.
2513         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2514         * Makefile.in: Regenerate.
2516 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2518         * Makefile.def (install-target-libgo): Depend on
2519         install-target-libatomic.
2520         * Makefile.in: Regenerate.
2522 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2524         PR go/55201
2525         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2526         * Makefile.in: Regenerate.
2528 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2530         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2531         * configure: Regenerate.
2533 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2535         * config.sub: Merge from config repo.
2537 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2539         * Makefile.def (target_modules): Add bootstrap=true and
2540         raw_cxx=true to libsanitizer.
2541         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2542         * Makefile.in: Regenerated.
2543         * configure: Likewise.
2545 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2547         * MAINTAINERS: Remove self as RTL optimization maintainer.
2549 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2551         * MAINTAINERS (Write After Approval): Add myself.
2553 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2555         * Makefile.def (target_modules): Remove bootstrap=true and
2556         raw_cxx=true from libsanitizer.
2557         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2558         * Makefile.in: Regenerated.
2559         * configure: Likewise.
2561 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2563         * Makefile.def (target_modules): Add bootstrap=true and
2564         raw_cxx=true to libsanitizer.
2565         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2566         * Makefile.in: Regenerated.
2567         * configure: Likewise.
2569 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2571         PR bootstrap/54279
2572         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2573         * configure: Regenerate.
2574         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2575         * Makefile.in: Regenerate.
2577 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2579         * configure.ac: Disable libsanitizer if we're not building C++.
2580         * configure: Regenerate.
2582 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2584         * MAINTAINERS (Write After Approval): Add myself.
2586 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2588         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2589         Kostya Serebryany (kcc@google.com) and
2590         Jakub Jelinek (jakub@redhat.com).
2591         Rename area for Dodji Seketeli (dodji@redhat.com).
2593 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2595         * MAINTAINERS: (asan.c, related): Add myself.
2597 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2599         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2600         * configure: Regenerate.
2602 2012-11-13  Richard Henderson  <rth@redhat.com>
2604         * configure.ac: Move libsanitizer logic to subdirectory.
2605         * configure: Regenerate.
2607 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2609         * configure.ac: Enable libsanitizer just on x86 linux for now.
2610         * configure: Re-generate.
2612 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2614         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2615         sections.
2616         * configure: Regenerate.
2618 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2620         * configure.ac: Add section for configdirs for libsanitizer.
2621         Disable for cris-*-* and mmix-*-*.
2622         * configure: Regenerate.
2624 2012-11-12  Wei Mi <wmi@google.com>
2626         * configure.ac: Add libsanitizer to target_libraries.
2627         * Makefile.def: Ditto.
2628         * configure: Regenerate.
2629         * Makefile.in: Regenerate.
2630         * libsanitizer: New directory for asan runtime.  Contains an empty
2631         tsan directory.
2633 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2635         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2636         against Mingw64 w32api.
2637         * configure: Regenerate.
2639 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2641         * configure: Regenerated.
2643 2012-11-03  Robert Mason  <rbmj@verizon.net>
2645         * configure.ac: add --disable-libstdcxx configure option
2646         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2648 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2650         * MAINTAINERS (Write After Approval): Add myself.
2652 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2654         * MAINTAINERS (Write After Approval): Add myself.
2656 2012-10-24  Sharad Singhai  <singhai@google.com>
2658         * MAINTAINERS (Write After Approval): Add myself.
2660 2012-10-24  Eric Christopher  <echristo@gmail.com>
2662         * MAINTAINERS: Update email address.
2664 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2666         PR bootstrap/54820
2667         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2668         * configure: Regenerate.
2670 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2672         * MAINTAINERS (aarch64): Add Marcus and myself.
2674 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2676         PR bootstrap/54820
2677         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2678         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2679         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2680         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2681         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2682         * Makefile.in: Regenerate.
2683         * configure.ac (have_static_libs): New variable and associated check.
2684         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2685         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2686         * configure: Regenerate.
2688 2012-10-10  Richard Biener  <rguenther@suse.de>
2690         * MAINTAINERS: Adjust for changed surname.
2692 2012-10-04  Lawrence Crowl  <crowl@google.com>
2694         * MAINTAINERS (Write After Approval): Add myself.
2696 2012-10-01  Cary Coutant  <ccoutant@google.com>
2698         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2700 2012-09-28  Ian Lance Taylor  <iant@google.com>
2702         * Makefile.def: Make all-target-libgo depend on
2703         all-target-libbacktrace.
2704         * Makefile.in: Rebuild.
2706 2012-09-26  Ian Lance Taylor  <iant@google.com>
2708         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2709         * Makefile.in: Rebuild.
2711 2012-09-20  Walter Lee  <walt@tilera.com>
2713         * configure.ac: Add tilegx to list of targets that support gold.
2714         * configure: Regenerate.
2716 2012-09-20  Marek Polacek  <polacek@redhat.com>
2718         * MAINTAINERS (Write After Approval): Add myself.
2720 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2722         * configure.ac: Add mips*-mti-elf* target.
2723         * configure: Regenerate.
2725 2012-09-17  Ian Lance Taylor  <iant@google.com>
2727         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2728         * configure.ac (host_libs): Add libbacktrace.
2729         (target_libraries): Add libbacktrace.
2730         * Makefile.def (host_modules): Add libbacktrace.
2731         (target_modules): Likewise.
2732         * configure, Makefile.in: Rebuild.
2734 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2736         PR target/38607
2737         Merge upstream change.
2738         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2740         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2741         Add libgomp*.o to compare_exclusions for AIX.
2742         * configure: Regenerate.
2744 2012-09-06  Diego Novillo  <dnovillo@google.com>
2746         * configure.ac: Bump minimum GMP version to 4.2.3.
2747         * configure: Re-generate.
2749 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2751         PR target/54461
2752         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2753         target-libgloss if not configured --with-avrlibc=no.
2754         * configure: Regenerate.
2756 2012-09-04  Jason Merrill  <jason@redhat.com>
2758         * configure.ac: Fix --enable-languages=all.
2760 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2762         * MAINTAINERS (Write After Approval): Add myself.
2764 2012-09-03  Richard Guenther  <rguenther@suse.de>
2766         PR bootstrap/54138
2767         * configure.ac: Re-organize ISL / CLOOG checks to allow
2768         disabling with either --without-isl or --without-cloog.
2769         * configure: Regenerated.
2771 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2773         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2774         * configure: Regenerate.
2776 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2778         * MAINTAINERS: Fix my email address.
2780 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2782         PR binutils/4970
2783         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2784         and opcodes.
2785         * Makefile.in: Regenerated.
2787 2012-08-26  Art Haas <ahaas@impactweather.com>
2789         * configure: Regenerate.
2791 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2793         * INSTALL/README: Also refer to the online installation
2794         instructions.
2796 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2798         * MAINTAINERS (Write After Approval): Add myself.
2799         (Picochip port): Remove myself.
2801 2012-08-14   Diego Novillo  <dnovillo@google.com>
2803         Merge from cxx-conversion branch.
2805         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2806         POSTSTAGE1_CONFIGURE_FLAGS.
2807         * Makefile.in: Regenerate.
2808         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2809         Force C++ when bootstrapping.
2810         * configure: Regenerate.
2812 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2814         * MAINTAINERS (Write After Approval): Add myself.
2816 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2818         * README: Document use of ranges of years in copyright notices.
2820 2012-07-06  Richard Guenther  <rguenther@suse.de>
2822         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2823         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2824         --with-gmp=system.
2825         * Makefile.in: Regenerated.
2826         * configure: Likewise.
2828 2012-07-06  Richard Guenther  <rguenther@suse.de>
2830         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2831         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2832         supply V=1 as extra_make_flags.
2833         * configure: Regenerated.
2834         * Makefile.in: Likewise.
2836 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2838         * configure: Regenerate.
2840 2012-07-03  Richard Guenther  <rguenther@suse.de>
2842         * Makfile.def (isl): Remove not necessary extra_exports and
2843         extra_make_flags.
2844         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2845         * Makefile.in: Regenerated.
2847 2012-07-03  Richard Guenther  <rguenther@suse.de>
2849         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2850         * configure.ac: If either the ISL or the CLooG check failed
2851         do not try to build in-tree versions.
2852         * Makefile.in: Regenerated.
2853         * configure: Regenerated.
2855 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2857         * configure: Regenerate.
2859 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2861         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2862         maintainer.
2864 2012-07-02  Richard Guenther  <rguenther@suse.de>
2866         * configure: Regenerated.
2868 2012-07-02  Richard Guenther  <rguenther@suse.de>
2869         Michael Matz  <matz@suse.de>
2870         Tobias Grosser <tobias@grosser.es>
2871         Sebastian Pop <sebpop@gmail.com>
2873         * Makefile.def: Add ISL host module, remove PPL host module.
2874         Adjust ClooG host module to use the proper ISL.
2875         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2876         * configure.ac: Include config/isl.m4.  Add ISL host library,
2877         remove PPL.  Remove PPL configury, add ISL configury, adjust
2878         ClooG configury.
2879         * Makefile.in: Regenerated.
2880         * configure: Likewise.
2882 2012-07-02  Richard Guenther  <rguenther@suse.de>
2884         Merge from graphite branch
2885         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2887         * configure: Regenerated.
2888         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2889         both cloog.org and legacy versions. The only supported version will
2890         be CLooG with the isl backend.
2892         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2894         * configure: Regenerated.
2895         * configure.ac: Require cloog isl 0.17.0
2897         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2899         * configure: Regenerated.
2900         * config/cloog.m4: Do not define CLOOG_ORG
2902 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2904         * configure.ac: Skip C if explicitly selected.
2905         * configure: Regenerate.
2907 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2909         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2910         they contain -O2.
2911         * configure: Regenerate.
2913 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2915         PR debug/53740
2916         * df.h, df-problems.c, dce.c: Revert last patch.
2918 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2920         * MAINTAINERS (Write After Approval): Update my email address.
2922 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2924         * MAINTAINERS (Write After Approval): Add myself.
2926 2012-06-20  Jason Merrill  <jason@redhat.com>
2928         * Makefile.tpl (check-target-libgomp-c++): New.
2929         (check-target-libitm-c++): New.
2930         * Makefile.def (c++): Add them.
2931         * Makefile.in: Regenerate.
2933 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2935         * MAINTAINERS (Write After Approval): Add myself.
2937 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2939         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2940         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2941         (install-no-fixedincludes): Adjust accordingly.
2942         * Makefile.in: Regenerate.
2944 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2946         Merge upstream change
2947         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2949 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2951         * MAINTAINERS (Write After Approval): Add myself.
2953 2012-05-09  Nick Clifton  <nickc@redhat.com>
2954             Paul Smith  <psmith@gnu.org>
2956         PR bootstrap/50461
2957         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2958         allow for the fact that from release v3.1.0 of MPFR the source
2959         files were moved into a src sub-directory.
2960         * configure: Regenerate.
2962 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2964         * configure.ac: Bump minimum MPFR version to 2.4.0.
2965         * configure: Regenerated.
2967 2012-05-01  Richard Henderson  <rth@redhat.com>
2969         * Makefile.def (libatomic): New target_module.
2970         * configure.ac (target_libraries): Add libatomic.
2971         (noconfigdirs): Check if libatomic is supported.
2972         * Makefile.in, configure: Rebuild.
2974 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2976         * MAINTAINERS (Write After Approval): Add myself.
2978 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2980         * config.sub: Update to 2012-04-18 version from official repo.
2982 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2984         * MAINTAINERS (Write After Approval): Add myself.
2986 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2988         * MAINTAINERS: Changed email address.
2990 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2992         PR target/52737
2993         * contrib/gcc_update (files_and_dependencies):
2994         Remove gcc/config/avr/t-multilib from touch data.
2996 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2998         * MAINTAINERS (OS Port Maintainers): Remove irix.
2999         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3000         (unsupported_languages): Remove mips-sgi-irix6.*.
3001         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3002         (with_stabs): Remove.
3003         * configure: Regenerate.
3005 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3007         * MAINTAINERS (OS Port Maintainers): Remove osf.
3008         * configure.ac (enable_libgomp): Remove *-*-osf*.
3009         (with_stabs): Remove alpha*-*-osf*.
3010         * configure: Regenerate.
3012 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3014         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3015         * configure: Regenerate.
3017 2012-02-17  Walter Lee  <walt@tilera.com>
3019         * MAINTAINERS: (Write After Approval): Delete myself.
3021 2012-02-14  Walter Lee  <walt@tilera.com>
3023         * MAINTAINERS (tilegx port): Add myself.
3024         (tilepro port): Add myself.
3025         (Write After Approval): Add myself.
3027 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3029         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3030         and Joseph Myers as docstring relicensing maintainers.
3032 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3034         * MAINTAINERS (write-after-approval): Add myself.
3036 2012-02-08  Ira Rosen <irar@il.ibm.com>
3038         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3039         maintainer.
3041 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3043         * MAINTAINERS (Write After Approval): Move myself to
3044         maintain alphabetical order.
3046 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3048         * MAINTAINERS (Write After Approval): Add myself.
3050 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3052         * MAINTAINERS (Write After Approval): Add myself.
3054 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3055             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3057         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3058         * configure: Regenerate.
3060 2012-01-23  Harshit Chopra  <harshit@google.com>
3062         * MAINTAINERS (Write After Approval): Add myself.
3064 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3066         * configure.ac: Remove reference to mh-interix.
3067         * configure: Regenerate.
3069 2012-01-05  Richard Henderson  <rth@redhat.com>
3071         PR bootstrap/51072
3072         * configure.ac: Disable libitm if c++ is not enabled.
3073         * configure: Rebuild.
3075         * configure.ac: Fix regexp for same.
3076         * configure: Rebuild.
3078 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3080         * MAINTAINERS (Write After Approval): Add myself.
3082 2012-01-02  Richard Guenther  <rguenther@suse.de>
3084         PR bootstrap/51686
3085         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3086         * Makefile.in: Regenerate.
3088 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3090         * MAINTAINERS (Write After Approval): Add myself.
3092 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3094         * configure: Regenerate.
3096 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3098         * MAINTAINERS (picochip): Changed email address.
3100 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3102         * MAINTAINERS (write-after-approval): Add self.
3104 2011-11-29  DJ Delorie  <dj@redhat.com>
3106         * configure.ac (rl78-*-*) New case.
3107         * configure: Regenerate.
3108         * MAINTAINERS: Add myself as RL78 maintainer.
3110 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3112         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3114 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3116         * libtool.m4: Additional FreeBSD 10 fixes.
3118 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3120         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3121         Maintainers section, as Epiphany maintainer.
3123 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3125         PR target/49992
3126         * configure.ac: Remove ranlib special-casing for Darwin.
3127         * configure: Regenerate.
3129 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3131         * MAINTAINERS (Reviewers): Keep the list sorted.
3133 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3135         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3137 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3139         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3140         * configure: Rebuild.
3141         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3142         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3143         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3144         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3145         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3146         Add READELF.
3147         * Makefile.in: Rebuild.
3149 2011-11-09  Jason Merrill  <jason@redhat.com>
3151         * Makefile.def (language=c++): Remove check-c++0x.
3152         * Makefile.in (check-gcc-c++): Regenerate.
3154 2011-11-08  Richard Henderson  <rth@redhat.com>
3156         * configure.ac: Test for libitm directory present first.
3158         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3160         * configure.ac: Test libitm/configure.tgt to disable libitm.
3161         * configure: Rebuild.
3163 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3164             Richard Henderson  <rth@redhat.com>
3166         Merged from transactional-memory.
3168         * Makefile.def (lang_env_dependencies): libitm is c++.
3169         Add libitm target module.
3170         * configure.ac: Likewise.
3171         * config/mmap.m4: New file.
3172         * contrib/gcc_update: Add libitm to touch data.
3173         * Makefile.in, configure: Rebuild.
3175 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3177         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3178         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3179         * Makefile.in: Regenerate.
3181 2011-11-01  DJ Delorie  <dj@redhat.com>
3183         * config.sub: Update to version 2011-10-29 (added rl78)
3185 2011-10-27  Nick Clifton  <nickc@redhat.com>
3187         * config.sub: Import these changes from the config project:
3189         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3190             Ben Elliston  <bje@gnu.org>
3192         * config.sub (epiphany): New.
3194         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3195             Ben Elliston  <bje@gnu.org>
3197         * config.sub (hexagon, hexagon-*): New.
3199         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3201         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3202         64eb to be64.
3204         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3206         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3207         (nacl): Grok as alias for 32el-unknown-nacl.
3209 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3211         * MAINTAINERS (Write After Approval): Add myself.
3213 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3215         * MAINTAINERS (Write After Approval): Add myself.
3217 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3219         * MAINTAINERS (sparc port): Remove myself.
3221 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3223         * MAINTAINERS (Write After Approval): Add myself.
3225 2011-08-14  Yao Qi  <yao@codesourcery.com>
3227         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3228         * configure: Regenerate.
3230 2011-07-26  Ian Lance Taylor  <iant@google.com>
3232         * configure.ac: Set have_compiler based on whether gcc directory
3233         exists, rather than on whether gcc is in configdirs.
3234         * configure: Rebuild.
3236 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3238         * MAINTAINERS (Global Reviewers): Add self.
3240 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3242         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3243         link directories.
3244         * Makefile.in: Rebuild.
3246 2011-07-20  Ian Lance Taylor  <iant@google.com>
3248         PR bootstrap/49787
3249         * configure.ac: Move --enable-bootstrap handling earlier in file.
3250         If --enable-bootstrap and either --enable-build-with-cxx or
3251         --enable-build-poststage1-with-cxx, enable C++ automatically.
3252         * configure: Rebuild.
3254 2011-07-19  Ian Lance Taylor  <iant@google.com>
3256         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3257         make C++ a boot_language.  Set and substitute
3258         POSTSTAGE1_CONFIGURE_FLAGS.
3259         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3260         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3261         * configure, Makefile.in: Rebuild.
3263 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3265         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3266         maintainers.
3268 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3270         * MAINTAINERS (Global Reviewers): Add myself.
3272 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3274         * configure: Regenerate.
3276 2011-07-16  Jason Merrill  <jason@redhat.com>
3278         * Makefile.def (language=c++): Add check-c++0x and
3279         check-target-libmudflap-c++.
3280         * Makefile.tpl (check-target-libmudflap-c++): New.
3281         * Makefile.in: Regenerate.
3283 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3285         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3286         * Makefile.def (target_modules/libjava): Pass
3287         $(EXTRA_CONFIGARGS_LIBJAVA).
3288         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3289         if not configured with --enable-static-libjava.
3290         * Makefile.in: Regenerate.
3291         * configure: Likewise.
3293 2011-07-15  Jason Merrill  <jason@redhat.com>
3295         * Makefile.in (check-c++): Move check-gcc-c++0x after
3296         check-target-libstdc++-v3.
3298 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3300         * MAINTAINERS (c6x port): New entry.
3302 2011-07-13  Jason Merrill  <jason@redhat.com>
3304         * Makefile.in (check-gcc-c++0x): New.
3305         (check-c++): Depend on it.
3307 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3309         PR target/39150
3310         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3311         x86_64-*-solaris2.1[0-9]*.
3312         * configure: Regenerate.
3314 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3316         * MAINTAINERS (RTL optimizers): Add self.
3318 2011-06-27  Gabriel Charette  <gchare@google.com>
3320         * MAINTAINERS (Write After Approval): Add myself.
3322 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3324         PR regression/47836
3325         PR bootstrap/23656
3326         PR other/47733
3327         PR bootstrap/49247
3328         PR c/48825
3329         * configure.ac (target_libraries): Remove target-libiberty.
3330         Remove case-statement setting skipdirs=target-libiberty for
3331         multiple targets.  Remove checking target_configdirs and
3332         removing target-libiberty but keeping target-libgcc if
3333         otherwise empty.
3334         * Makefile.def (target_modules): Don't add libiberty.
3335         (dependencies): Remove all traces of target-libiberty.
3336         * configure, Makefile.in: Regenerate.
3338 2011-06-13  Walter Lee <walt@tilera.com>
3340         * configure.ac (tilepro-*-*) New case.
3341         (tilegx-*-*): Likewise.
3342         * configure: Regenerate.
3344 2011-06-06  Jing Yu  <jingyu@google.com>
3346         * configure.ac: Skip target-libiberty for
3347         arm*-*-linux-androideabi.
3348         * configure: Regenerated.
3350 2011-06-06  Nick Clifton  <nickc@redhat.com>
3352         * config.sub: Sync from upstream.
3354 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3356         * MAINTAINERS (Write After Approval): Add myself.
3358 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3360         * MAINTAINERS: Update my email address.
3362 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3364         * MAINTAINERS (Write After Approval): Update my email address.
3366 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3368         * MAINTAINERS (Write After Approval): Add myself.
3370 2011-05-08  Doug Kwan  <dougkwan@google.com>
3372         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3373         * configure: Regenerated.
3374         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3375         value from configure.
3376         * Makefile.in: Regenerated.
3378 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3380         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3381         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3382         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3383         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3384         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3385         *-*-vxworks*): Disable newlib and libgloss in separate case
3386         statement.
3387         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3388         to separate case statement.
3389         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3390         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3391         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3392         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3393         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3394         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3395         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3396         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3397         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3398         i[[3456789]]86-*-rdos*, m32r-*-*,
3399         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3400         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3401         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3402         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3403         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3404         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3405         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3406         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3407         and libgloss in main case over targets.  Remove most empty cases
3408         in main case over targets.
3409         * configure: Regenerate.
3411 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3413         * MAINTAINERS (Write After Approval): Add myself.
3415 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3417         * configure.ac: Remove code setting special library locations for
3418         hppa*64*-*-hpux11*.  Remove code setting compiler for
3419         sparc-sun-solaris2*.
3420         * configure: Regenerate.
3422 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3424         * configure.ac: Separate libgloss_dir settings from general case
3425         over targets.
3426         * configure: Regenerate.
3428 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3430         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3431         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3432         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3433         cases in libgcj-disabling case statement.
3434         (hppa*64*-*-linux*): Set unsupported_languages instead of
3435         disabling target-zlib.
3436         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3437         to hppa*64*-*-hpux*.
3438         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3439         hppa*-*-hpux*.
3440         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3441         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3442         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3443         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3444         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3445         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3446         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3447         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3448         libgcj-disabling case statement.
3449         * configure: Regenerate.
3451 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3453         * configure.ac: Disable Java for targets not supporting libffi.
3454         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3455         Remove cases in Java-disabling statement.
3456         (*arm-wince-pe): Change to arm-wince-pe.
3457         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3458         cases in Java-disabling statement.
3459         (bfin-*-*): Don't disable Java again.
3460         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3461         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3462         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3463         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3464         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3465         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3466         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3467         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3468         Java-disabling statement.
3469         (mmix-*-*): Don't disable Java again.
3470         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3471         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3472         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3473         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3474         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3475         statement.
3476         * configure: Regenerate.
3478 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3480         * configure.ac: Separate cases disabling Java and Java libraries
3481         from general case over targets.
3482         * configure: Regenerate.
3484 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3486         * MAINTAINERS: Update my email address.
3488 2011-04-20  Easwaran Raman  <eraman@google.com>
3490         * MAINTAINERS (Write After Approval): Add myself.
3492 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3494         PR lto/48086
3495         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3496         * configure: Regenerate.
3498 2011-04-16  Jim Meyering  <meyering@redhat.com>
3500         * MAINTAINERS (Write After Approval): Add myself.
3502 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3504         * MAINTAINERS: Update my email address.
3506 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3508         * MAINTAINERS (Write After Approval): Add myself.
3510 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3512         * MAINTAINERS (Write After Approval): Add myself.
3514 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3516         * MAINTAINERS (Write After Approval): Add myself.
3518 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3520         * configure.ac (build_tools): Remove build-byacc.
3521         (host_libs): Remove mmalloc.
3522         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3523         autoconf automake libtool diff rcs fileutils shellutils time
3524         textutils wdiff find uudecode hello tar gzip indent recode release
3525         sed perl gawk findutils gettext zip.
3526         (libgcj): Remove target-qthreads.
3527         (target_tools): Remove target-examples target-gperf.
3528         (YACC): Don't handle building byacc.
3529         * configure: Regenerate.
3530         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3531         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3532         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3533         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3534         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3535         handle building components.
3536         * Makefile.in: Regenerate.
3538 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3540         * MAINTAINERS: Update my email address as Xtensa maintainer.
3542 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3544         * config.sub: Sync from upstream.
3546 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3548         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3549         (microblaze*): Don't disable libssp.
3550         * configure: Regenerate.
3552 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3554         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3555         moveifchange.
3556         * configure: Regenerate.
3557         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3558         * Makefile.in: Regenerate.
3560 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3562         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3563         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3564         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3565         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3566         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3567         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3568         md_exec_prefix cases.
3569         * configure: Regenerate.
3571 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3573         * configure.ac: Separate cases disabling target-libssp,
3574         target-libiberty, target-libstdc++-v3 and Fortran from general
3575         case over targets.
3576         * configure: Regenerate.
3578 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3580         * configure.ac (*-*-chorusos): Don't disable libgcj.
3581         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3582         Remove case.
3583         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3584         (arm-*-coff): Don't disable libgcj.
3585         (arm*-*-linux-gnueabi): Remove useless assignment.
3586         (arm-*-riscix*): Don't disable libgcj.
3587         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3588         configuration.
3589         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3590         (c54x*-*-*): Remove case.
3591         (tic54x-*-*): Don't disable GCC or GCC libraries.
3592         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3593         to *.
3594         (d10v-*-*): Don't disable GCC libraries.
3595         (d30v-*-*): Don't disable libgcj.
3596         (h8500-*-*): Don't disable GCC libraries.
3597         (i960-*-*): Don't disable libgcj.
3598         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3599         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3600         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3601         libgcj.
3602         (m68k-*-coff*): Remove case.
3603         (mmix-*-*): Don't disable libgloss on host.
3604         (mn10200-*-*, mn10300-*-*): Remove cases.
3605         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3606         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3607         Don't disable libgcj.
3608         (romp-*-*): Remove case.
3609         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3610         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3611         case.
3612         (v810-*-*): Don't disable GCC libraries.
3613         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3614         (ip2k-*-*): Don't disable GCC libraries.
3615         * configure: Regenerate.
3617 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3619         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3620         libffi on host.
3621         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3622         on host.
3623         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3624         * configure: Regenerate.
3626 2011-03-26  John Marino  <binutils@marino.st>
3628         * configure.ac: Add support for *-*-dragonfly*
3629         * configure: Regenerate.
3631 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3633         * configure.ac (native_only): Remove.
3634         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3635         send-pr uudecode guile gnuserv on host.
3636         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3637         send-pr rcs guile perl texinfo libtool on host.
3638         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3639         automake send-pr rcs guile perl texinfo libtool on host.
3640         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3641         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3642         (alpha*-dec-osf*): Don't disable fileutils on target.
3643         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3644         texinfo send-pr expect dejagnu on target.
3645         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3646         target-qthreads on target.
3647         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3648         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3649         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3650         x86_64-*-mingw*): Don't disable expect on target.
3651         (*-*-cygwin*): Don't disable target-gperf on target.
3652         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3653         gnuserv on target.
3654         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3655         target.
3656         * configure: Regenerate.
3658 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3660         * configure.ac (target_tools): Remove target-groff.
3661         (native_only): Remove target-groff.
3662         (hppa*64*-*-*): Don't disable byacc.
3663         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3664         setting.
3665         (*-*-kaos*): Don't skip target-librx and target-groff.
3666         (*-*-netware*): Don't skip target-libmudflap.
3667         (*-*-tpf*): Don't skip target-libmudflap.
3668         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3669         directories on the host.
3670         (ia64*-*-*vms*): Don't skip tix.
3671         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3672         host.
3673         * configure: Regenerate.
3675 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3677         * configure.ac: Remove references to mt-mep, mt-netware,
3678         mt-wince.
3679         * Makefile.def: Add all-utils soft dependencies.
3680         * Makefile.tpl: Remove GDB_NLM_DEPS.
3681         * configure: Regenerate.
3682         * Makefile.in: Regenerate.
3684 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3686         * configure.ac: Do not include mh-x86omitfp.
3687         * configure: Regenerate.
3689 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3691         * configure.ac: Remove empty cases.
3692         * configure: Regenerate.
3694 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3696         * Makefile.def: Add dependency from termcap to gdb.
3697         * Makefile.in: Regenerate.
3699 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3701         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3702         * configure: Regenerate.
3703         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3704         * Makefile.tpl: Likewise.
3705         * Makefile.in: Regenerate.
3707 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3709         * configure.ac: Remove all mentions of tentative_cc.
3710         * configure: Regenerate.
3712 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3714         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3715         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3716         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3717         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3718         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3719         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3720         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3721         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3722         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3723         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3724         *-*-rhapsody*): Remove host cases.
3725         * configure: Regenerate.
3727 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3729         * configure.ac (ppc*-*-pe): Remove host case.
3730         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3731         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3732         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3733         cases.
3734         * configure: Regenerate.
3736 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3738         * config.sub: Update to version 2011-03-23.
3740 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3742         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3743         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3744         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3745         * configure: Regenerate.
3747 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3749         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3750         to Write After Approval.
3751         * config-ml.in: Don't handle arc-*-elf*.
3752         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3753         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3754         handle GCC libraries.
3755         * configure: Regenerate.
3757 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3759         PR bootstrap/48120:
3760         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3761         Add -lstdc++ -lm to LIBS.
3762         * configure: Regenerate.
3764 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3766         * config.guess: Update to version 2011-02-02
3767         * config.sub: Update to version 2011-02-24
3769 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3771         PR lto/48086
3772         * configure.ac: Re-enable LTO on *-apple-darwin9.
3773         * configure: Regenerate.
3775 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3777         PR lto/48086
3778         * configure.ac: Disable LTO on darwin due to an assembler change in
3779         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3780         under 256.
3781         * configure: Regenerate.
3783 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3785         * MAINTAINERS: Update myself as score backend maintainer,
3786         update my e-mail address.
3788 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3790         * MAINTAINERS: Update my e-mail address.
3792 2011-03-06  Joey Ye  <joey.ye@arm.com>
3794         * MAINTAINERS: Update my e-mail address.
3796 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3798         * configure.ac: Adjust test of with_ppl.
3799         * configure: Regenerated.
3801 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3803         * MAINTAINERS: Adjust my e-mail address.
3805 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3807         * configure.ac: Add -lpwl to ppllibs.
3808         * configure: Regenerated.
3810 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3812         * config/cloog.m4: Add -lisl to clooglibs.
3813         * configure: Regenerated.
3815 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3817         * MAINTAINERS (CPU Port maintainers): Add self.
3819 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3821         * MAINTAINERS: Add myself as testsuite maintainer.
3823 2011-02-15  Mike Stump  <mikestump@comcast.net>
3825         * MAINTAINERS: Add myself as testsuite maintainer.
3827 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3829         Import from Libtool and gnulib:
3831         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3833         Prepare for supporting FreeBSD 10.
3834         * config.rpath: Remove handling of freebsd1* which soon would
3835         match FreeBSD 10.0.
3837         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3839         Remove support for FreeBSD 1.x.
3840         * libtool.m4 (_LT_LINKER_SHLIBS)
3841         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3842         soon would incorrectly match FreeBSD 10.0.
3844 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3846         PR binutils/12283
3847         * move-if-change: Import version from gnulib.
3849 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3851         PR lto/47225
3852         * Makefile.def (lto-plugin): Double dash for enable-shared.
3853         (configure-gcc): Depend on all-lto-plugin.
3854         * Makefile.in: Rebuilt.
3856 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3858         * configure.ac: Remove extra bracket.
3859         * configure: Regenerate.
3861 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3863         * MAINTAINERS: Add myself as libquadmath maintainer.
3865 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3867         * MAINTAINERS: Update my email address.
3869 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3871         * MAINTAINERS (option handling): Add self.
3873 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3875         PR lto/47225
3876         * Makefile.def: Add dependency for install-gcc
3877         on install-lto-plugin.
3878         * Makfile.in: Regenerated
3880 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3882         * MAINTAINERS (CPU Port Maintainers): Add myself.
3884 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3886         PR libgcj/44341
3887         * configure.ac: Discard --with-* flags for host when configuring
3888         target libraries for cross build.
3889         * configure: Rebuilt.
3891 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3893         * MAINTAINERS (linear loop transforms): Removed.
3895 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3897         * configure.ac: If with_ppl is no, move setting with_cloog=no
3898         after CLOOG_REQUESTED check.
3899         * configure: Regenerated.
3901 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3903         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3904         CLooG has been requested.
3905         * configure: Regenerated.
3907 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3909         * configure: Regenerated.
3910         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3912 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3914         * configure: Regenerated.
3915         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3917 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3919         * configure.ac: Use AS_HELP_STRING throughout.
3920         * configure: Regenerate.
3922 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3924         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3925         * configure: Regenerate.
3927 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3929         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3931 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3933         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3934         for ia64-hpux.
3935         * configure: Regenerate.
3937 2011-01-07  Jan Hubicka  <jh@suse.cz>
3939         PR lto/47225
3940         * Makefile.in: Regenerate.
3941         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3942         configure.
3944 2011-01-07  Jan Hubicka  <jh@suse.cz>
3946         * Makefile.in: Regenerate.
3947         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3948         and configure dependency on lto-plugin configure.
3949         (lto-plugin module): Remove dependency on GCC; add dependency on
3950         liniberty.
3952 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3954         * MAINTAINERS (Write After Approval): Add myself.
3956 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3958         * configure: Regenerate.
3960 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3962         * configure.ac: (picochip): Disable libiberty.
3964 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3966         * MAINTAINERS (Write After Approval): Add myself.
3968 2010-12-10  Ian Lance Taylor  <iant@google.com>
3970         PR bootstrap/46819
3971         * configure.ac: For --disable-libgcj clear libgcj_saved.
3972         * configure: Rebuild.
3974 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3976         PR fortran/46540
3977         * configure.ac: Add --disable-libquadmath and
3978         --disable-libquadmath-support.
3979         * configure: Regenerate.
3981 2010-12-03  Ian Lance Taylor  <iant@google.com>
3983         * MAINTAINERS: Add myself as libgo maintainer.
3985 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3987         PR libffi/46792
3988         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3989         * configure: Regenerate.
3991 2010-12-02  Ian Lance Taylor  <iant@google.com>
3993         * configure.ac: Always set default for poststage1_ldflags to
3994         -static-libstdc++ -static-libgcc.
3996 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3998         * configure.ac: Move comment to remove extra space in last argument
3999         of GCC_TARGET_TOOL.
4001 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4003         PR other/46026
4004         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4005         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4006         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4007         (BASE_FLAGS_TO_PASS): Use it.
4008         * configure: Rebuilt.
4009         * Makefile.in: Rebuilt.
4011 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4013         PR binutils/12258
4014         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4015         Properly check default linker.
4016         * configure: Regnerated.
4018 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4020         * configure.ac: For --enable-gold, handle value `default' instead of
4021         `both*'.  New configure option --{en,dis}able-ld.
4022         * configure: Regenerate.
4024 2010-11-20  Ian Lance Taylor  <iant@google.com>
4026         * configure.ac: Only disable a language library if no language needs
4027         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4028         * configure: Rebuild.
4030 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4032         * Makefile.in: Regenerate.
4034         PR other/46202
4035         * configure.ac: Fix just-built in-tree STRIP name to be
4036         binutils/strip-new.
4037         * configure: Regenerate.
4038         * Makefile.def (install-strip-gcc, install-strip-binutils)
4039         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4040         (install-strip-sid): Mirror dependencies on non-strip variants
4041         of these targets on the respective -strip prerequisites.
4042         * Makefile.tpl (install-strip, install-strip-host)
4043         (install-strip-target): New targets.
4044         (install-strip-[+module+], install-strip-target-[+module+]):
4045         New targets.
4046         * Makefile.in: Regenerate.
4048 2010-11-19  Ian Lance Taylor  <iant@google.com>
4049             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4051         * configure.ac: Add target-libgo to target_libraries.  Set
4052         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4053         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4054         (HOST_EXPORTS): Add GOC.
4055         (BASE_TARGET_EXPORTS): Add GOC.
4056         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4057         (GOCFLAGS_FOR_TARGET): New variable.
4058         (EXTRA_HOST_FLAGS): Add GOC.
4059         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4060         * Makefile.def (target_modules): Add libgo.
4061         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4062         (dependencies): Add dependency from configure-target-libgo to
4063         configure-target-libffi and all-target-libstdc++-v3.  Add
4064         dependencies from all-target-libgo to all-target-libffi.
4065         (languages): Add go.
4066         * configure: Rebuild.
4067         * Makefile.in: Rebuild.
4069 2010-11-19  Ian Lance Taylor  <iant@google.com>
4071         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4072         compiler/flag environment variables.
4074 2010-11-18  Ian Lance Taylor  <iant@google.com>
4076         * configure.ac: Check for lang_requires_boot_languages in
4077         config-lang.in files.
4078         * configure: Rebuild.
4080 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4081             Tobias Burnus  <burnus@net-b.de>
4083         PR fortran/32049
4084         * Makefile.def: Add libquadmath; build it with language=fortran.
4085         * configure.ac: Add libquadmath.
4086         * Makefile.tpl: Handle multiple libs in check-[+language+].
4087         * Makefile.in: Regenerate.
4088         * configure: Regenerate.
4090 2010-11-16  Tom Tromey  <tromey@redhat.com>
4092         * MAINTAINERS: Moved myself to reviewers section.
4094 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4096         * MAINTAINERS: Moved myself to reviewers section.
4098 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4100         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4101         (Write After Approval): Remove self.
4103 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4105         * configure.ac: Fix spelling in option names.
4106         * configure: Regenerated.
4108 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4110         PR bootstrap/39622
4111         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4112         * configure: Regenerated.
4114 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4116         * MAINTAINERS: Update my email address.
4118 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4120         * configure: Regenerate.
4122 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4124         * configure: Regenerate.
4126 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4128         * configure: Regenerate.
4130 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4132         * configure: Regenerate.
4134 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4136         * configure.ac: Support official CLooG.org versions.
4137         * configure: Regenerate.
4138         * config/cloog.m4: New.
4140 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4142         * MAINTAINERS (Write After Approval): Add myself.
4144 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4146         * MAINTAINERS: Update my email address.
4148 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4150         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4151         * configure: Regenerate.
4153 2010-11-03  Ian Lance Taylor  <iant@google.com>
4154             Dave Korn  <dave.korn.cygwin@gmail.com>
4156         PR lto/46273
4157         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4158         and on other supported platforms whenever LTO is enabled.
4159         * configure: Rebuild.
4161 2010-11-02  Alan Modra  <amodra@gmail.com>
4163         PR binutils/12110
4164         * configure.ac: Error when source path contains spaces.
4165         * configure: Regenerate.
4167 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4169         * MAINTAINERS: Update my email address.
4171 2010-10-20  Ian Lance Taylor  <iant@google.com>
4173         * Makefile.def (target_modules): Set lib_path to src/.libs for
4174         libstdc++-v3 module.
4175         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4176         * Makefile.in: Rebuild.
4178 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4180         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4181         (Write After Approval): Remove myself.
4183 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4185         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4187 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4189         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4191 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4193         * configure.ac (build_lto_plugin): New shell variable.
4194         (--enable-lto): Turn on by default for all non-ELF platforms that
4195         have had LTO support added so far.  Set build_lto_plugin appropriately
4196         for both ELF and non-ELF.
4197         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4198         * configure: Regenerate.
4200 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4202         Sync from src:
4203         * configure.ac (v850 support): Remove target-libgloss from
4204         noconfigdirs.
4205         * configure: Regenerate.
4207 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4209         PR bootstrap/45326
4210         PR bootstrap/45174
4211         * configure.ac: Honor initial values of $build_configargs,
4212         $host_configargs, $target_configargs.  Mark the precious, so
4213         environment settings get recorded.
4214         * configure: Regenerate.
4216 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4218         PR bootstrap/45796
4219         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4220         Depend on all-build-libiberty.
4221         * Makefile.in: Regenerate.
4223 2010-09-30  Michael Eager  <eager@eagercon.com>
4225         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4226         * configure: Regenerate.
4228 2010-09-28  Michael Eager  <eager@eagercon.com>
4230         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4232 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4234         PR bootstrap/44621
4235         * configure.ac: Fix unportable shell quoting.
4236         * configure: Regenerate.
4238 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4240         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4241         targets and amend comment.
4242         * configure: Regenerate.
4244 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4246         * MAINTAINERS (Write After Approval): Add myself.
4248 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4250         * configure.ac: Enable LTO by default on Darwin.
4251         * configure: Regenerate.
4253 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4255         * MAINTAINERS (Write After Approval): Add myself.
4257 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4259         * MAINTAINERS (Write After Approval): Add myself.
4261 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4263         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4264         ports
4266 2010-07-28  David Yuste  <david.yuste@gmail.com>
4268         * MAINTAINERS (Write After Approval): Add myself.
4270 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4272         * configure.ac: Support all v850 targets.
4273         * configure: Regenerate.
4275 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4277         PR bootstrap/44455
4278         * configure.ac (extra_mpfr_configure_flags): Copy from
4279         extra_mpc_gmp_configure_flags.
4280         * configure: Re-generated.
4282 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4284         * MAINTAINERS (Write After Approval): Add myself.
4286 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4288         * MAINTAINERS (Write After Approval): Add myself.
4290 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4292         * MAINTAINERS (Write After Approval): Add myself.
4294 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4296         PR target/44862
4297         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4298         Provide -B option to allow for link spec %s substitutions for
4299         libstdc++.a on darwin.
4300         * Makefile.in: Regenerate.
4302 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4304         * MAINTAINERS (Reviewers): Update my e-mail address
4306 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4308         * Makefile.def (configure-gcc): Depend on all-libelf.
4309         * Makefile.in: Rebuild.
4311 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4313         * MAINTAINERS (Write After Approval): Add myself in the right place.
4315 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4317         * MAINTAINERS (Write After Approval): Add myself.
4319 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4321         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4323 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4325         * config.sub: Update to version 2010-05-21.
4326         * config.guess: Update to version 2010-04-03.
4328 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4330         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4331         * configure: Regenerate.
4333 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4335         * MAINTAINERS (Write After Approval): Add myself.
4337 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4339         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4340         a platform that supports LTO.
4341         * configure: Regenerate.
4343 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4345         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4346         * configure: Regenerated.
4348 2010-04-27  Roland McGrath  <roland@redhat.com>
4349             H.J. Lu  <hongjiu.lu@intel.com>
4351         * configure.ac (--enable-gold): Support both, both/gold and
4352         both/bfd to add gold to configdirs without removing ld.
4353         * configure: Regenerated.
4355         * Makefile.def: Add install-gold dependency to install-ld.
4356         * Makefile.in: Regenerated.
4358 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4360         PR lto/42776
4361         * configure.ac (--enable-lto): Refactor handling so libelf tests
4362         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4363         and allow LTO to be explicitly enabled on non-ELF platforms that
4364         are known to support it inside else-clause.
4365         * configure: Regenerate.
4367 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4369         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4370         * configure: Regenerate.
4372 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4374         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4375         * configure: Regenerate.
4377 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4379         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4380         separately.
4381         * configure: Regenerate.
4383 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4385         * MAINTAINERS (Write After Approval): Add myself.
4387 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4389         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4390         * configure: Regenerate.
4392 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4394         * configure: Regenerate after change to elf.m4.
4396 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4398         * MAINTAINERS (Write After Approval): Add myself.
4400 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4402         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4403         * configure: Regenerated.
4405 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4407         * configure.ac: Print "buggy but acceptable" when CLooG
4408         revision is less than 9.
4409         * configure: Regenerated.
4411 2010-04-01  Diego Novillo  <dnovillo@google.com>
4413         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4415 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4417         PR bootstrap/43615
4418         PR bootstrap/43328
4420         Revert:
4422         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4424         * configure.ac: Do not pass --enable-multilib nor
4425         --disable-multilib in baseargs.  Accept explicitly passed
4426         --enable_multilib.
4427         * configure: Regenerate.
4429 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4431         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4433 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4435         * MAINTAINERS: Remove myself.
4437 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4439         PR bootstrap/43328
4440         * configure.ac: Do not pass --enable-multilib nor
4441         --disable-multilib in baseargs.  Accept explicitly passed
4442         --enable_multilib.
4443         * configure: Regenerate.
4445 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4447         * MAINTAINERS (spu port): Remove me.
4449 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4451         * configure.ac (tic6x-*-*): New case.
4452         * configure: Regenerate.
4454 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4456         * config.sub: Update to version 2010-03-22.
4457         * config.guess: Update to version 2009-12-30.
4459 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4461         PR ada/42554
4462         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4463         * configure: Regenerate.
4465 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4467         * MAINTAINERS: Update my email address.
4469 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4471         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4472         (ghassan.shobaki@amd.com): Removed.
4474 2010-03-17  Alan Modra  <amodra@gmail.com>
4476         * MAINTAINERS: Update my email address.
4478 2010-03-16  Diego Novillo  <dnovillo@google.com>
4480         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4481         Matthews.
4483 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4485         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4486         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4488 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4490         * MAINTAINERS: Update my email address.
4492 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4494         * MAINTAINERS: Update my email address.
4496 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4498         * MAINTAINERS: Update my email address.
4500 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4502         * MAINTAINERS: Update my email address.
4504 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4506         PR libstdc++/32499
4507         * configure.ac (RANLIB): Default to true.
4508         (STRIP): Likewise.
4509         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4510         * configure: Regenerate.
4512 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4514         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4515         (Write After Approval): Update my email address.
4517 2010-02-17  Nick Clifton  <nickc@redhat.com>
4519         PR 11238
4520         * Makefile.tpl (local-distclean): Also remove config.cache files in
4521         sub-directories as there may not be Makefiles present in the
4522         sub-directories.
4523         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4524         the config.cache files found by the find command.
4526         * Makefile.in: Regenerate.
4527         * configure.ac: Revert previous delta.
4528         * configure: Regenerate.
4530 2010-02-15  Nick Clifton  <nickc@redhat.com>
4532         PR 11238
4533         * configure.ac: Delete config.cache files in sub-directories when
4534         deleting Makefiles.
4535         * configure: Regenerate.
4537 2010-02-12  Ben Elliston  <bje@gnu.org>
4539         * MAINTAINERS: Update my email address.
4541 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4543         * MAINTAINERS (spu port): Update my email address.
4545 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4547         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4549 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4551         * configure.ac: Add "recommended" version checks for GMP/MPC.
4552         Update recommended GMP/MPFR/MPC versions.
4553         * configure: Regenerate.
4555 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4557         * MAINTAINERS: Move my Embecosm email address into the
4558         write-after-approval section.
4560 2010-01-26  Ian Lance Taylor  <iant@google.com>
4562         * MAINTAINERS: Add myself as Go frontend maintainer.
4564 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4566         PR libstdc++/36101, PR libstdc++/42813
4567         * configure.ac (bootstrap_target_libs): Make inclusion of
4568         target-libgomp conditional on libgomb being in target_configdirs.
4569         * configure: Regenerate.
4571 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4573         PR libstdc++/36101, PR libstdc++/42813
4574         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4575         * configure: Regenerate.
4577 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4579         PR libstdc++/36101, PR libstdc++/42813
4580         * configure.ac (target_configdirs): Substitute.
4581         * Makefile.def: Bootstrap target module libgomp.
4582         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4583         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4584         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4585         * configure, Makefile.in: Regenerate.
4587 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4589         * MAINTAINERS: Adjust my details.
4591 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4593         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4595 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4597         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4599 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4601         * MAINTAINERS (Write After Approval): Add myself.
4603 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4605         * MAINTAINERS (Write After Approval): Add myself.
4607 2010-01-11  Richard Guenther  <rguenther@suse.de>
4609         PR lto/41569
4610         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4611         * Makefile.in: Regenerated.
4613 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4615         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4616         * configure: Regenerate.
4618 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4619             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4621         PR bootstrap/42424
4622         * configure.ac: Include libtool m4 files.
4623         (_LT_CHECK_OBJDIR): Call it.
4624         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4625         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4627         * configure: Regenerate.
4629 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4631         PR bootstrap/41818
4632         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4633         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4634         * Makefile.in: Regenerate.
4636 2010-01-02  Richard Guenther  <rguenther@suse.de>
4638         PR lto/41529
4639         * configure.ac: Include config/elf.m4.  Disable LTO if not
4640         builting for an elf target.
4641         * configure: Regenerate.
4643 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4645         * MAINTAINERS: Change my email address.
4647 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4649         * config.sub, config.guess: Update from upstream sources.
4651 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4653         * MAINTAINERS (Write After Approval): Add myself.
4655 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4657         PR middle-end/30447
4658         PR middle-end/30789
4659         PR other/40302
4661         * configure.ac: Require MPC.
4662         * configure: Regenerate.
4664 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4666         PR target/38384
4667         PR bootstrap/40972
4668         * libtool.m4: Sync from git Libtool.
4669         * ltoptions.m4: Likewise.
4670         * ltversion.m4: Likewise.
4671         * lt~obsolete.m4: Likewise.
4672         * ltmain.sh: Likewise.
4674 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4676         * configure.ac: Update minimum MPC version to 0.8.
4677         * configure: Regenerate.
4679 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4681         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4682         * configure: Regenerated.
4684 2009-11-21  Ian Lance Taylor  <iant@google.com>
4686         * configure.ac: Change default of poststage1_ldflags to be empty if
4687         poststage1_libs is set.  When poststage1_libs is empty, and
4688         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4689         * configure: Rebuild.
4691 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4693         * MAINTAINERS (Write After Approval): Update my email address.
4695 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4697         * config.guess: Update from upstream sources.
4699 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4701         * Makefile.def: Restore host and target settings for gmp.
4702         * Makefile.in: Rebuild.
4704 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4706         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4707         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4708         Fix portability of test of C++ as bootstrap language.  Add
4709         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4710         * configure: Rebuild.
4711         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4712         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4713         in-tree building.
4714         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4715         (POSTSTAGE1_HOST_EXPORTS): Use it.
4716         (STAGE[+id+]_CXXFLAGS): New.
4717         (BASE_FLAGS_TO_PASS): Pass it down.
4718         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4719         extra_exports.
4720         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4721         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4722         extra_exports.
4723         * Makefile.in: Rebuild.
4725 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4727         * config.sub, config.guess: Update from upstream sources.
4729 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4731         * MAINTAINERS (Write After Approval): Add myself.
4733 2009-11-09  Jon Beniston  <jon@beniston.com>
4735         * MAINTAINERS (Write After Approval): Add myself.
4737 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4739         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4740         paths for *-w64-mingw* and x86_64-*mingw*.
4741         * configure: Regenerated.
4743 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4745         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4747 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4749         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4750         Phil Edwards to Write-After Approval.
4752 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4754         * configure.ac: Disable target-winsup & co for
4755         x86_64-*-mingw* and *-w64-mingw* targets.
4756         * configure: Regenerated.
4758 2009-10-16  Nick Clifton  <nickc@redhat.com>
4760         * MAINTAINERS: Add myself as a maintainer for the RX port.
4762 2009-10-26  Johannes Singler  <singler@kit.edu>
4764         * MAINTAINERS (Write After Approval): Update my e-mail address.
4766 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4768         * configure.ac (CLooG test): Use = with test.
4769         * configure: Regenerate.
4771 2009-10-22  Richard Guenther  <rguenther@suse.de>
4773         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4774         cloog if the ppl version check failed.  Move flags saving
4775         before setting in libelf check.
4776         * configure: Regenerate.
4778 2009-10-21  Richard Guenther  <rguenther@suse.de>
4780         * configure.ac: Adjust the ppl and cloog configure to work as
4781         documented.  Disable cloog if ppl was disabled.  Omit the version
4782         checks if they were disabled.
4783         * configure: Re-generate.
4785 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4787         * configure.ac: Add 'lto' to enable_languages, not
4788         new_enable_languages, and only if not already present.
4789         * configure: Regenerate.
4791 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4793         * README: Refer to the various COPYING* files instead of just
4794         COPYING.
4795         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4797 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4799         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4801 2009-10-07  Richard Guenther  <rguenther@suse.de>
4803         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4804         and Richard Guenther as reviewers.
4805         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4806         as reviewers.
4808 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4810         * config.sub: Update from upstream sources.
4812 2009-10-06  Ian Lance Taylor  <iant@google.com>
4814         * Makefile.def: check-gold depends upon all-gas.
4815         * Makefile.in: Rebuild.
4817 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4819         * MAINTAINERS (Write After Approval): Add myself.
4821 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4823         * Makefile.def: all-lto-plugin depends on all-libiberty.
4824         set bootstrap=true for lto-plugin.
4825         Add lto-plugin.
4826         * Makefile.in: Regenerate.
4827         * configure.ac (host_libs): Add lto-plugin.
4828         * configure: Regenerate.
4830 2009-10-03  Diego Novillo  <dnovillo@google.com>
4832         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4833         (HOST_LIBELFLIBS): Define.
4834         (HOST_LIBELFINC): Define.
4835         * Makefile.in: Regenerate.
4836         * configure.ac: Add --enable-lto.
4837         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4838         If --enable-lto is used, add 'lto' to new_enable_languages.
4839         If --enable-lto is used and gold is enabled, add
4840         lto-plugin to configdirs.
4841         * configure: Regenerate.
4843 2009-10-03  Simon Baldwin  <simonb@google.com>
4845         * configure.ac: If --with-system-zlib, suppress local zlib and
4846         pass --with-system-zlib to subdir configure scripts.
4847         * configure: Regenerate.
4849 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4850             Paolo Bonzini  <bonzini@gnu.org>
4852         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4853         $(srcdir).
4854         * Makefile.in: Rebuilt.
4856 2009-09-26  Gary Funck  <gary@intrepid.com>
4858         * MAINTAINERS (Write After Approval): Add myself.
4860 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4862         * configure.ac: Update minimum MPC version to 0.7.
4863         * configure: Regenerate.
4865 2009-09-25  Nick Clifton  <nickc@redhat.com>
4867         * configure.ac: Pass any --cache-file=/dev/null option on to
4868         subconfigures.
4869         * configure: Regenerate.
4871 2009-09-23  Nick Clifton  <nickc@redhat.com>
4873         * config.sub, config.guess: Update from upstream sources.
4875 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4877         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4878         * Makefile.in: Rebuilt.
4880 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4882         PR bootstrap/32272
4883         * configure.ac: Error out if $srcdir isn't '.' but contains
4884         host-${host_noncanonical}.
4885         * configure: Regenerate.
4887 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4889         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4890         maintainer.
4892 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4894         * configure.ac: If bootstrapping a combined tree with
4895         --enable-gold, require c++ in stage1_languages.
4896         * configure: Regenerate.
4898         * configure.ac: Also add target_libs of stage1_languages to
4899         bootstrap_target_libs.
4900         * configure: Regenerate.
4902         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4903         with --enable-languages not containing c++.
4904         * configure: Regenerate.
4906 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4908         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4909         * configure: Regenerate.
4911 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4913         * MAINTAINERS (Write After Approval): Update my e-mail address,
4914         and move from from here...
4915         (Waiting for paperwork): To here.
4917 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4919         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4921 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4923         * configure.ac: Do not use $extrasub for replacing @if/@endif
4924         parts in Makefile; instead, use additional arguments to
4925         AC_CONFIG_COMMANDS to do the replacement manually, with several
4926         sed invocations, to avoid HP-UX sed command limits.
4927         * configure: Regenerate.
4929 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4931         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4932         blank before -L.
4934 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4936         * configure.ac (with-build-config): Document.  Handle without.
4937         Handle missing argument.
4938         * configure: Rebuilt.
4940 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4942         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4943         Default to bootstrap-debug only if compare-debug works.
4944         * configure: Rebuilt.
4945         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4946         * Makefile.in: Rebuilt.
4948 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4950         * MAINTAINERS (OS Port Maintainers): Update my email address.
4952 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4954         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4955         * Makefile.in: Rebuilt.
4957 2009-09-01  Chris Demetriou  <cgd@google.com>
4959         * MAINTAINERS (Write After Approval): Add myself.
4961 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4963         PR debug/30161
4964         * include/dwarf2.h (enum dwarf_tag): Added
4965         DW_TAG_GNU_template_template_param
4966         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4968 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4970         * Makefile.tpl (AWK): Fix typo.
4971         * Makefile.in: Regenerate.
4973 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4975         * configure.ac: Detect awk and sed.
4976         * Makefile.def (flags_to_pass): Add AWK and SED.
4977         * Makefile.tpl (AWK, SED): New.
4978         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4979         * configure: Regenerate.
4980         * Makefile.in: Regenerate.
4982 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4984         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4985         (collapseslashes): Likewise.
4987 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4989         * configure.ac (AC_PREREQ): Bump to 2.64.
4991 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4993         * configure.ac: Remove --with-datarootdir, --with-docdir,
4994         --with-pdfdir, --with-htmldir switches.
4995         * configure: Regenerate.
4997         * configure: Regenerate.
4999         * compile: Sync from Automake 1.11.
5000         * depcomp: Likewise.
5001         * install-sh: Likewise.
5002         * missing: Likewise.
5003         * mkinstalldirs: Likewise.
5004         * ylwrap: Likewise.
5006 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5008         * ltmain.sh (func_normal_abspath): New function.
5009         (func_relative_path): Likewise.
5010         (func_mode_help): Document new -bindir option for link mode.
5011         (func_mode_link): Add new -bindir option, and use it to place
5012         output DLL if specified.
5014 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5016         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5017         (baseargs): Add --disable-option-checking.
5018         * configure: Regenerate.
5020         * Makefile.def (configure-target-libiberty): Depend on
5021         all-binutils and all-ld.
5022         (configure-target-newlib): Likewise.
5023         * Makefile.in: Regenerate.
5025 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5027         * config.sub, config.guess: Update from upstream sources.
5029 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5031         Sync from src, merge:
5033         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5035         * configure.ac: Do not exclude gas for i386-*-darwin.
5036         Add a case for x86_64-*-darwin.
5037         * configure: Regenerate.
5039 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5041         * MAINTAINERS: Add my name to Write After Approval list.
5043 2009-08-06  Michael Eager  <eager@eagercon.com>
5045         * configure.ac: Add Microblaze target.
5046         * configure: Regenerate.
5048 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5050         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5051         * configure: Regenerate.
5053 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5055         * MAINTAINERS (Write After Approval): Update my e-mail address.
5057 2009-07-06  Ian Lance Taylor  <iant@google.com>
5059         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5060         * configure: Rebuild.
5062 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5064         * MAINTAINERS: Move myself to the Graphite Reviewers.
5066 2009-06-30  Wei Guozhi  <carrot@google.com>
5068         * MAINTAINERS: Add my name to Write After Approval list.
5070 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5072         PR bootstrap/40338
5073         * configure.ac (comparestring): Create new variable.
5074         * Makefile.tpl (comparestring): Use to skip some comparisions.
5075         * configure: Regenerate.
5076         * Makefile.in: Regenerate.
5078 2009-06-26  Doug Evans  <dje@sebabeach.org>
5080         * Makefile.def (host_modules): Add cgen.
5081         * Makefile.in: Regenerate.
5082         * configure.ac (host_tools): Add cgen.
5083         * configure: Regenerate.
5085 2009-06-23  DJ Delorie  <dj@redhat.com>
5087         * MAINTAINERS: Add myself as mep maintainer.
5089 2009-06-23  Ian Lance Taylor  <iant@google.com>
5091         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5092         boot_languages.  Only bootstrap target libraries listed in
5093         target_libs for some boot language.  Add --with-stage1-ldflags,
5094         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5095         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5096         if not building with C++.
5097         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5098         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5099         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5100         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5101         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5102         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5103         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5104         * configure, Makefile.in: Rebuild.
5106 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5108         * MAINTAINERS: Added my name to write-after-approval list.
5110 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5112         * configure.ac: Define is_elf for QNX Neutrino targets.
5113         * configure: Regenerate.
5115 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5117         * MAINTAINERS: Added my name to the write-after-approval list
5119 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5121         * configure.ac: Detect MPC in default directory.
5122         * configure: Regenerate.
5124 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5125             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5127         * Makefile.tpl (all): Avoid a trailing backslash.
5128         * Makefile.in: Regenerate.
5130 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5132         * config.sub, config.guess: Update from upstream sources.
5134 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5136         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5137         to noconfdirs.
5138         * configure: Regenerate.
5140 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5142         * Makefile.tpl ([+compare-target+]): Compare all stage
5143         directories, rather than just gcc.
5144         * Makefile.in: Rebuilt.
5146 2009-06-01  Doug Kwan  <dougkwan@google.com>
5148         * configure.ac: Support gold for target arm*-*-*.
5149         * configure: Regenerate.
5151 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5153         * Makefile.def: Add MPC support and dependencies.
5154         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5156         * Makefile.in, configure: Regenerate.
5158 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5160         * Makefile.tpl (all): Avoid harmless warning in make all when
5161         gcc-bootstrap is enabled but stage_last does not exist.
5162         * Makefile.in: Rebuilt.
5164 2009-05-24  Nicolas Roche  <roche@adacore.com>
5166         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5167         * Makefile.in: Regenerate.
5169 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5171         * MAINTAINERS: Update my e-mail address.
5173 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5175         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5176         * configure:  Regenerate.
5178 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5180         PR other/40159
5181         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5182         gcc-no-bootstrap are mutually exclusive.
5183         * Makefile.in: Rebuilt.
5185 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5187         PR other/40159
5188         * Makefile.tpl (all): Don't end with unconditional success.
5189         * Makefile.in: Rebuilt.
5191 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5193         PR target/37137
5194         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5195         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5196         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5197         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5198         stage_configureflags, stage_cflags and stage_libcflags into
5199         explicit Makefile macros.
5200         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5201         GFORTRAN.
5202         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5203         CC.  Set CC_FOR_BUILD from CC.
5204         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5205         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5206         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5207         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5208         and GFORTRAN.
5209         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5210         (_LIBCFLAGS): Renamed to _TFLAGS.
5211         (do-compare-debug, do-compare3-debug): Drop.
5212         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5213         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5214         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5215         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5216         (XGCC_FLAGS_FOR_TARGET): New.
5217         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5218         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5219         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5220         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5221         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5222         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5223         TFLAGS.
5224         (BUILD_CONFIG): Include if requested.
5225         (all): Set TFLAGS on bootstrap.
5226         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5227         (all-stageid-prefixmodule): Likewise.
5228         (do-clean, distclean-stageid): Set TFLAGS.
5229         (restrap): Fix whitespace.
5230         * Makefile.in: Rebuilt.
5232 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5234         * config.guess: Sync with src.
5236 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5238         * configure.ac ($with_ppl):  Default to no if not supplied.
5239         ($with_cloog):  Likewise.
5240         configure:  Regenerate.
5242 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5244         * MAINTAINERS: Update my e-mail address.
5246 2009-04-27  Nick Clifton  <nickc@redhat.com>
5248         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5250 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5252         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5253         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5254         * Makefile.in: Regenerate.
5256 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5258         PR bootstrap/39739
5259         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5260         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5262         * configure, Makefile.in: Regenerate.
5264 2009-04-21  Taras Glek  <tglek@mozilla.com>
5266         * include/hashtab.h: Update GTY annotations to new syntax
5267         * include/splay-tree.h: Likewise
5269 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5271         * config.sub, config.guess: Update from upstream sources.
5273 2009-04-15  Anthony Green  <green@moxielogic.com>
5275         * configure.ac: Add moxie support.
5276         * configure: Rebuilt.
5278 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5280         * configure.ac: Change copyright header to refer to version
5281         3 of the GNU General Public License and to point readers at the
5282         COPYING3 file and the FSF's license web page.
5283         * Makefile.def: Likewise.
5284         * Makefile.tpl: Likewise.
5285         * Makefile.in: Regenerate.
5287 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5289         * configure.ac: Restore match for darwin9 or later. Use double
5290         brackets since regeneration eats one pair.
5291         * configure: Regenerate.
5293 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5295         PR gas/10039
5296         * configure.ac: Require texinfo 4.7.
5297         * configure: Regenerated.
5299 2009-04-09  Nick Clifton  <nickc@redhat.com>
5301         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5302         the GCC Runtime Library Exception.
5304 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5306         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5307         * configure: Regenerate.
5309 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5311         * Makefil.def (languages): New entries.
5312         * Makefile.tpl (check-gcc-*): New generic target.
5313         * Makefile.in: Regenerate.
5315 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5317         * MAINTAINERS:  Update my email address.
5319 2009-03-18  Tom Tromey  <tromey@redhat.com>
5321         * configure: Rebuild.
5322         * configure.ac (host_libs): Add libiconv.
5323         * Makefile.in: Rebuild.
5324         * Makefile.def (host_modules): Add libiconv.
5325         (configure-gdb, all-gdb): Depend on libiconv.
5327 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5329         * configure.ac: Treat gdb as supported on x86_64-darwin.
5330         * configure: Regenerate.
5332 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5334         * configure.ac (--with-host-libstdcxx): New option.
5335         * configure: Regenerate.
5337 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5339         * MAINTAINERS:  Move myself into the write after approval list.
5341 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5343         * MAINTAINERS: Update e-mail address.
5345 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5347         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5349 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5351         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5353 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5355         Backport from git Libtool:
5357         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5358         Support GNU/kOpenSolaris.
5359         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5360         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5361         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5362         GNU/kOpenSolaris.
5364 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5366         * MAINTAINERS: Update e-mail address.
5368 2009-02-24  Michael Eager  <eager@eagercon.com>
5370         * MAINTAINERS (Write After Approval): Add self.
5372 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5374         * MAINTAINERS (Write After Approval): Add myself.
5376 2009-02-05  Andreas Schwab  <schwab@suse.de>
5378         * Makefile.tpl (stage_last): Define $r and $s before using
5379         $(RECURSE_FLAGS_TO_PASS).
5380         * Makefile.in: Regenerate
5382 2009-01-30  Ian Lance Taylor  <iant@google.com>
5384         * MAINTAINERS: Move myself to the Global Reviewers list.
5386 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5388         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5389         * configure: Regenerate.
5391 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5393         * MAINTAINERS: Make whitespace consistent.
5394         Remove Robert Millan from Write After Approval.
5396 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5398         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5399         (all-opcodes): Depend on all-libiberty.
5400         * Makefile.in: Regenerate.
5402 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5404         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5405         * configure: Regenerate.
5407 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5409         * MAINTAINERS (Write After Approval): Add myself.
5411 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5413         * MAINTAINERS: Add myself to reviewers (Fortran).
5415 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5417         PR tree-optimization/38515
5418         * configure.ac (cloog-polylib): Removed.
5419         (with_ppl, with_cloog): Test for "no".
5420         * configure: Regenerated.
5422 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5424         * MAINTAINERS: Moved myself to reviewers (Fortran).
5426 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5428         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5429         (Write After Approval): Remove myself.
5431 2009-01-03  Diego Novillo  <dnovillo@google.com>
5433         * MAINTAINERS: Remove myself from alias maintainership.
5435 2009-01-02  David Ayers  <ayers@fsfe.org>
5437         * MAINTAINERS: Update e-mail address.
5439 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5441         * MAINTAINERS: Make whitespace consistent.
5443 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5445         Backport from upstream Libtool:
5446         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5447         Add cache variables to tests that require the linker to work.
5448         For shlibpath_overrides_runpath, this also changes the semantics
5449         to let the result from the C compiler take precedence.
5451 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5453         * config.sub, config.guess: Update from upstream sources.
5455 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5457         * configure.ac (ppllibs): Add by default the lib flags.
5458         * configure: Regenerate.
5460 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5462         * MAINTAINERS:  Add myself to the write after approval list.
5464 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5466         * configure.ac: Add double brackets on darwin[912].
5467         * configure: Regenerate.
5469 2008-12-03  Daniel Kraft  <d@domob.eu>
5471         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5472         Approval to Reviewer section (for Fortran front-end).
5474 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5476         * configure.ac: Expand to darwin10 and later.
5477         * configure: Regenerate.
5479 2008-12-02  Andreas Schwab  <schwab@suse.de>
5481         * Makefile.def: configure-target-boehm-gc depends on
5482         all-target-libstdc++-v3.
5483         * Makefile.in: Regenerate.
5485 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5487         * MAINTAINERS:  Add myself as mingw maintainer.
5489 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5491         * config.sub, config.guess: Update from upstream sources.
5493 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5495         * README.SCO: Remove.
5497 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5499         * MAINTAINERS:  Add myself to the write after approval list.
5501 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5503         * MAINTAINERS:  Update my email address in WAA section.
5505 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5507         * MAINTAINERS: Update e-mail address.
5509 2008-11-27  Toon Moene  <toon@moene.org>
5511         * MAINTAINERS: Change e-mail address.
5513 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5515         * configure.ac: Build gdb for i?86-*-darwin*
5516         * configure: Regenerated.
5518 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5520         * MAINTAINERS: Added my full name.
5522 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5524         PR bootstrap/38014
5525         PR bootstrap/37923
5527         Revert:
5529         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5531         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5532         * Makefile.in: Regenerated.
5534         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5536         PR gdb/921
5537         PR gdb/1646
5538         PR gdb/2175
5539         PR gdb/2176
5541         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5542         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5543         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5544         (HOST_EXPORTS): Pass CPPFLAGS.
5545         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5546         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5547         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5548         * Makefile.in, configure: Regenerated.
5549         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5550         and CPPFLAGS_FOR_BUILD.
5552 2008-11-06  Jeff Law  <law@redhat.com>
5554         * MAINTAINERS: Add myself as middle end maintainer.
5556 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5558         * MAINTAINERS (Write after approval): Add myself.
5560 2008-11-05  Diego Novillo  <dnovillo@google.com>
5562         * MAINTAINERS (Global Reviewers): Add myself.
5563         (Non-Algorithmic Maintainers): Remove myself.
5565 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5567         * MAINTAINERS (Write after approval): Add myself.
5569 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5571         * MAINTAINERS (Write after approval): Add myself.
5573 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5575         * configure.ac (spu-*-*): Remove special case.
5576         * configure: Regenerate.
5578 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5580         * MAINTAINERS (Write after approval): Update my email address.
5582 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5584         * configure.ac [spu-*-*]: Do not set skipdirs.
5585         * configure: Re-generate.
5587 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5589         * MAINTAINERS (Various Maintainers): Add myself to reload.
5591 2008-10-25  Richard Guenther  <rguenther@suse.de>
5593         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5594         maintainer.  Remove myself as libgcc-math maintainer.
5595         (Non-Algorithmic Maintainers): Remove myself.
5597 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5599         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5600         * Makefile.in: Regenerated.
5602 2008-10-23  Cary Coutant  <ccoutant@google.com>
5604         * MAINTAINERS (Write after approval): Add myself.
5606 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5608         PR gdb/921
5609         PR gdb/1646
5610         PR gdb/2175
5611         PR gdb/2176
5613         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5614         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5615         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5616         (HOST_EXPORTS): Pass CPPFLAGS.
5617         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5618         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5619         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5620         * Makefile.in, configure: Regenerated.
5621         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5622         and CPPFLAGS_FOR_BUILD.
5624 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5626         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5627         Sebastian Pop.
5629 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5631         * MAINTAINERS (Write After Approval): Added myself.
5633 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5635         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5636         recommended version to 2.3.2.
5638         * configure: Regenerate.
5640 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5642         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5644 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5646         * MAINTAINERS (Write After Approval): Update e-mail address.
5648 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5650         * libtool.m4: Update to libtool 2.2.6.
5651         * lt~obsolete.m4: Update to libtool 2.2.6.
5652         * ltmain.sh: Update to libtool 2.2.6.
5653         * ltsugar.m4: Update to libtool 2.2.6.
5654         * ltversion.m4: Update to libtool 2.2.6.
5655         * ltoptions.m4: Update to libtool 2.2.6.
5656         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5658 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5660         * MAINTAINERS (Write After Approval): Add myself.
5662 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5664         * MAINTAINERS (Write After Approval): Update my name.
5666 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5668         * MAINTAINERS: Add myself in "Write After Approval".
5670 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5672         * MAINTAINERS: Add myself as ia64 maintainer.
5674 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5676         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5677         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5678         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5679         and Michael Tiemann from Write After Approval since they do not
5680         actually have access.
5682 2008-09-05  Richard Guenther  <rguenther@suse.de>
5684         * configure.ac: Initialize clooglibs to -lcloog.
5685         * configure: Re-generate.
5687 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5689         * MAINTAINERS (Write After Approval): Add myself.
5691 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5693         * configure.ac (--with-cloog-polylib): New.
5694         (--disable-cloog-version-check): New.
5695         (--disable-ppl-version-check): New.
5696         * configure: Re-generate.
5698 2008-09-03  Richard Guenther  <rguenther@suse.de>
5700         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5701         cloog test.
5702         * configure: Re-generate.
5704 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5706         Add picoChip port.
5707         * MAINTAINERS: Add picoChip maintainers.
5709 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5710             Tobias Grosser  <grosser@fim.uni-passau.de>
5711             Jan Sjodin  <jan.sjodin@amd.com>
5712             Harsha Jagasia  <harsha.jagasia@amd.com>
5713             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5714             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5715             Adrien Eliche  <aeliche@isty.uvsq.fr>
5717         Merge from graphite branch.
5718         * configure: Regenerate.
5719         * Makefile.in: Regenerate.
5720         * configure.ac (host_libs): Add ppl and cloog.
5721         Add checks for PPL and CLooG.
5722         * Makefile.def (ppl, cloog): Added modules and dependences.
5723         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5724         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5726 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5728         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5729         (GCC_SHLIB_SUBDIR): New.
5730         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5731         * configure: Regenerate.
5732         * Makefile.in: Regenerate.
5734 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5736         * MAINTAINERS: Consistently use tabs to separate columns.
5738 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5740         * MAINTAINERS (Write after Approval): Add myself.
5742 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5744         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5745         Enable bfd, binutils and opcodes.
5746         * configure: Regenerate.
5748 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5750         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5752 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5754         * MAINTAINERS:  Use correct Umlaut for last name.
5756 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5758         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5760 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5762         * MAINTAINERS: Update my email address.
5764 2008-08-16  Nicolas Roche  <roche@adacore.com>
5766         * Makefile.tpl: Add BOOT_ADAFLAGS.
5767         * Makefile.in: Regenerate.
5769 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5771         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5772         * configure: Regenerate.
5774 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5776         * configure.ac: Add makefile fragments for hpux.
5777         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5778         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5779         * configure: Regenerate.
5780         * Makefile.in: Regenerate.
5782 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5784         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5786 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5788         * MAINTAINERS (Write after Approval): Add myself.
5790 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5792         * MAINTAINERS (Write After Approval):  Add myself.
5794 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5796         * MAINTAINERS (Write After Approval):  Add myself.
5798 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5800         * MAINTAINERS: Update my email address.
5802 2008-06-25  Joey Ye  <joey.ye@intel.com>
5804         * MAINTAINERS (Write After Approval):  Add myself.
5806 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5808         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5809         * Makefile.in: Regenerate.
5810         * configure: Regenerate.
5812 2008-06-17  Daniel Kraft  <d@domob.eu>
5814         * MAINTAINERS (Write After Approval):  Add myself.
5816 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5818         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5819         "$@" is still intact with both Autoconf 2.59 and 2.62.
5820         * configure: Regenerate.
5822 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5824         * Makefile.tpl: Fix comment errors.
5825         * Makefile.in: Regenerate.
5827 2008-06-12  David S. Miller  <davem@davemloft.net>
5828             David Edelsohn  <edelsohn@gnu.org>
5830         * configure.ac: Add powerpc*-*-* to gold supported targets.
5831         * configure: Regenerate.
5833 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5835         PR tree-optimization/36218
5836         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5837         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5838         (all prefix="build-"): Pass them to build-system sub-makes.
5839         * Makefile.in: Regenerate.
5841 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5843         * MAINTAINERS (mt port): Remove.
5844         (sco5, unixware, sco udk): Remove.
5845         (Kean Johnston): Add to Write After Approval.
5847 2008-05-30  Julian Brown  <julian@codesourcery.com>
5849         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5850         of libobjc for ARM EABI Linux.
5851         * configure: Regenerate.
5853 2008-05-18  Xinliang David Li   <davidxl@google.com>
5855         * ChangeLog: Remove wrong ChangeLog entry.
5857 2008-05-17  Xinliang David Li   <davidxl@google.com>
5859         * MAINTAINERS (Write After Approval): Add myself.
5861 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5863         * MAINTAINERS (Write After Approval): Add myself.
5865 2008-05-14  Rafael Espíndola  <espindola@google.com>
5867         * config-ml.in: don't handle --enable-shared and --enable-static.
5869 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5871         * MAINTAINERS: Update my email address.
5873 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5875         * MAINTAINERS: Update my email address.
5877 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5879         * MAINTAINERS (Write After Approval): Add myself.
5881 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5883         * MAINTAINERS (Write After Approval): Add myself.
5885 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5887         * MAINTAINERS (crx): Add myself.
5889 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5891         Sync with src:
5892         2008-04-14  David S. Miller  <davem@davemloft.net>
5894         * configure.ac: Add sparc*-*-* to gold supported targets.
5895         * configure: Regenerate.
5897 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5899         PR bootstrap/35457
5900         * configure.ac: Include override.m4.
5901         * configure: Regenerate.
5903 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5905         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5906         * Makefile.in: Regenerate.
5908 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5910         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5911         as nonconfigurable directories list.
5912         * configure: Regenerate.
5914 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5916         * config.sub, config.guess: Update from upstream sources.
5918 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5920         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5921         * Makefile.in: Regenerate.
5923 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5925         * configure.ac: Do not build libssp for the AVR.
5926         * configure: Regenerate.
5928 2008-04-07  Ian Lance Taylor  <iant@google.com>
5930         * Makefile.def: check-gold depends upon all-binutils.
5931         * Makefile.in: Regenerate.
5933 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5935         * MAINTAINERS (Write After Approval): Add myself.
5937 2008-04-04  Nick Clifton  <nickc@redhat.com>
5939         PR binutils/4334
5940         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5941         builds.
5942         * configure: Regenerate.
5944 2008-04-04  NightStrike  <NightStrike@gmail.com>
5946         PR other/35151
5947         * configure.ac: Combine rules for mingw32 and mingw64.
5948         * configure: Regenerate.
5950 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5952         * MAINTAINERS (Write After Approval): Add myself.
5954 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5956         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5957         * Makefile.in (.NOTPARALLEL): Ditto.
5959 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5961         * MAINTAINERS (Write After Approval): Add myself.
5963 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5965         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5966         * Makefile.in (.NOTPARALLEL): Regenerate.
5968 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5970         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5971         * Makefile.in: Regenerate.
5973 2008-03-26  Jakub Staszak  <kuba@et.pl>
5975         * MAINTAINERS (Write After Approval): Add myself.
5977 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5979         * MAINTAINERS:  Update e-mail address.
5981 2008-03-20  Ian Lance Taylor  <iant@google.com>
5983         * configure.ac: Add support for --enable-gold.
5984         * Makefile.def: Add gold as a directory like ld.
5985         * configure, Makefile.in: Regenerate.
5987 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5989         * configure.ac: m4_include config/proginstall.m4.
5990         * configure: Regenerate.
5992         Backport from upstream Libtool:
5994         2007-10-12  Eric Blake  <ebb9@byu.net>
5996         Deal with Autoconf 2.62's semantic change in m4_append.
5997         * ltsugar.m4 (lt_append): Replace broken versions of
5998         m4_append.
5999         (lt_if_append_uniq): Don't require separator to be overquoted,
6000         and avoid broken m4_append.
6001         (lt_dict_add): Fix typo.
6002         * libtool.m4 (_LT_DECL): Don't overquote separator.
6004 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6006         * config.rpath: Add AIX 6 support.
6008 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6010         * Makefile.def (stageprofile).  Remove -fprofile-generate
6011         from stage_libcflags.
6012         * Makefile.in: Regenerate.
6014 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6016         * config.sub, config.guess: Update from upstream sources.
6018 2008-03-06  Tom Tromey  <tromey@redhat.com>
6020         * MAINTAINERS: Update for treelang deletion.
6022 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6024         * MAINTAINERS: Update my email address.
6026 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6028         * MAINTAINERS (darwin port): Add myself as a maintainer.
6029         (objective-c/c++): Add myself as a maintainer.
6031 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6033         * MAINTAINERS (Write After Approval): Update my email address.
6035 2008-02-25  Tomas Bily  <tbily@suse.cz>
6037         * MAINTAINERS (Write After Approval): Add myself.
6039 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6041         * MAINTAINERS (OpenMP): Add myself.
6043 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6045         PR bootstrap/32009
6046         PR bootstrap/32161
6048         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6049         * configure: Regenerate.
6051         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6052         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6053         STAGE4_LIBCFLAGS): New.
6054         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6055         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6056         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6057         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6058         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6059         for target modules.  Don't export LIBCFLAGS.
6060         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6061         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6062         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6063         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6064         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6065         * Makefile.in: Regenerate.
6067 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6069         PR libgcj/33085
6070         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6071         Do not use -DDLL_EXPORT.  Backport from upstream.
6073 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6075         * MAINTAINERS (Write After Approval): Add myself.
6077 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6079         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6080         * configure: Regenerate.
6082 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6084         * configure.ac (xtensa*-*-*): Recognize processor variants.
6085         * configure: Regenerate.
6087 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6089         PR bootstrap/34922
6090         * configure.ac (PARSE_ARGS): Push suitable setting of
6091         ac_subdirs_all, for `./configure --help=recursive'.
6092         Handle `+' in generic toplevel directory disabling.
6093         * configure: Regenerate.
6095 2008-01-28  Nick Clifton  <nickc@redhat.com>
6097         * MAINTAINERS (xstormy16): Take over maintainership.
6099 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6101         * MAINTAINERS (c4x port): Remove.
6103 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6105         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6107 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6109         * config.sub, config.guess: Update from upstream sources.
6111 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6113         * MAINTAINERS (Write After Approval): Add myself.
6115 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6117         * MAINTAINERS: Update my email address.
6119 2008-01-09  Raksit Ashok  <raksit@google.com>
6121         * MAINTAINERS (Write After Approval): Add myself.
6123 2008-01-09  Raksit Ashok  <raksit@google.com>
6125         * MAINTAINERS (Write After Approval): Add myself.
6127 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6129         * config.sub, config.guess: Update from upstream sources.
6131 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6133         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6134         Change recommended MPFR from 2.2.1 -> 2.3.0.
6135         * configure: Regenerate.
6137 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6139         * MAINTAINERS: Update my email address.
6141 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6143         * MAINTAINERS: Update my email address.
6145 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6147         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6148         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6149         * Makefile.in: Regenerate.
6151 2007-12-10  Mark Heffernan  <meheff@google.com>
6153         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6154         misplaced entries.
6156 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6158         * configure.ac: Enable libjava for x86_64-*-darwin9.
6159         * configure: Regenerate.
6161 2007-12-07  Bill Maddox  <maddox@google.com>
6163         * MAINTAINERS (Write After Approval): Add myself.
6165 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6167         * config.sub, config.guess: Update from upstream sources.
6169 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6171         * config-ml.in: Remove 64bit configure tests.
6173 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6175         * config-ml.in: Robustify against white space in absolute file
6176         names.
6178         * config-ml.in (multi-clean): Substitute ${Makefile}.
6179         Remove superfluous ${Makefile} in list.
6181 2007-11-19  Thiemo Seufer  <ths@mips.com>
6183         * config-ml.in: Don't hardcode the Makefile name.
6185 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6187         * MAINTAINERS (Write After Approval): Add myself.
6189 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6191         * MAINTAINERS (Write After Approval): Add myself.
6193 2007-11-06  Doug Kwan  <dougkwan@google.com>
6195         * MAINTAINERS (Write After Approval): Add myself.
6197 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6199         * MAINTAINERS (mercury): Remove entry.
6200         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6202 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6204         * Makefile.def (dependencies): Make configure-gdb depend on
6205         all-intl.
6206         * Makefile.in: Regenerated.
6208 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6210         * MAINTAINERS (Fortran maintainer): Remove myself.
6212 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6214         * Makefile.def: To avoid problems running with parallel makes,
6215         build newlib before libgloss so that target specific header
6216         files are availble.
6217         * Makefile.in: Regenerate
6219 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6221         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6222         * Makefile.in: Regenerate.
6224 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6226         * MAINTAINERS (Register allocation reviewer): Add myself.
6228 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6230         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6231         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6232         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6233         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6234         * configure: Regenerate.
6236 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6238         * MAINTAINERS (Register allocation reviewer): Add myself.
6240 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6242         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6243         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6244         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6245         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6246         * configure.ac: Default them to host tools for $host = $build.
6247         Subst them.
6249         * configure: Regenerate.
6250         * Makefile.in: Regenerate.
6252 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6254         * MAINTAINERS (Register allocation reviewer): Add myself.
6256 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6258         * MAINTAINERS (Register allocation reviewer): Add myself.
6260 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6262         * MAINTAINERS (Write After Approval): Fix typo.
6264 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6266         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6267         * configure: Regenerate.
6269 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6271         PR bootstrap/31906
6272         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6273         they're already prefixed.
6275 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6277         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6278         libstdc++.
6279         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6280         * configure: Regenerate.
6281         * Makefile.in: Regenerate.
6283 2007-09-17  Andreas Schwab  <schwab@suse.de>
6285         * configure.ac: Raise minimum makeinfo version to 4.6.
6286         * configure: Regenerate.
6288 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6290         * MAINTAINERS (write-after-approval) add myself
6292 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6294         * configure.ac: Correct makeinfo version check.
6295         * configure: Regenerate.
6297 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6299         * MAINTAINERS: Update my email address.
6301 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6303         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6304         to $skipdirs and only disable gprof for newlib.  Use the normal
6305         mips*-elf* handling in other respects.
6306         * configure: Regnerate.
6308 2007-09-12  David Daney  <ddaney@avtrex.com>
6310         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6311         enabling libgcj.
6312         * configure: Regenerate.
6314 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6316         PR other/32154
6317         * configure.ac: For libgloss targets, point the linker to the linker
6318         script, startup code and simulator library.
6319         * configure: Regenerate.
6321 2007-09-07  Andrew Haley  <aph@redhat.com>
6323         * configure.ac (noconfigdirs): Remove target-libffi and
6324         target-libjava.
6325         * configure: Regenerate.
6327 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6329         PR target/33281
6330         * configure.ac: Use config/mh-mingw on mingw.
6331         * configure: Regenerate.
6333 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6335         * MAINTAINERS (Write After Approval): Add myself.
6337 2007-09-05  Richard Guenther  <rguenther@suse.de>
6339         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6340         nor --disable-checking is provided also turn on yes and types
6341         checking for stage1.
6342         * configure: Re-generate.
6344 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6346         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6347         (Write After Approval): Remove myself.
6349 2007-08-29  Nick Clifton  <nickc@redhat.com>
6351         * config.sub, config.guess: Update from upstream sources.
6353 2007-08-22  Bud Davis  <jmdavis@link.com>
6355         * MAINTAINERS (Write After Approval): Added myself.
6356         * MAINTAINERS (Reviewers): Removed myself.
6358 2007-08-18  Paul Brook  <paul@codesourcery.com>
6359             Joseph Myers  <joseph@codesourcery.com>
6361         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6362         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6363         * Makefile.in: Regenerate.
6364         * configure.ac (--with-debug-prefix-map): New.
6365         * configure: Regenerate.
6367 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6368             Nigel Stephens  <nigel@mips.com>
6370         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6371         as target_makefile_frag.
6372         * configure: Regenerate.
6374 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6376         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6377         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6378         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6379         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6380         (do-compare, do-compare3, do-compare-debug): New.
6381         ([+compare-target+]): Use them.
6383 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6385         * MAINTAINERS (Write After Approval): Change my email address.
6387 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6388             Ben Elliston  <bje@au.ibm.com>
6390         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6391         --silent if $silent.
6392         * configure: Regenerate.
6394 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6396         * MAINTAINERS (Various Maintainers): Add myself as
6397         loop infrastructure maintainer.  Update my e-mail
6398         address.
6400 2007-07-31  Diego Novillo  <dnovillo@google.com>
6402         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6403         Adjust description.
6405 2007-07-26  Richard Guenther  <rguenther@suse.de>
6407         * configure.ac: Add types checking to stage1 checking flags.
6408         * configure: Regenerate.
6410 2007-07-17  Nick Clifton  <nickc@redhat.com>
6412         * COPYING3: New file.  Contains version 3 of the GNU General
6413         Public License.
6414         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6415         Lesser General Public License.
6417 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6419         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6421 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6423         * MAINTAINERS (S/390 co-maintainer): Add myself.
6424         (Write After Approval): Remove myself.
6426 2007-07-13  Dan Hipschman  <dsh@google.com>
6428         * MAINTAINERS (Write After Approval): Add myself.
6430 2007-07-11  Nick Clifton  <nickc@redhat.com>
6432         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6433         WINDRES export.
6434         * Makefile.in: Regenerate.
6436 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6438         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6439         maintainer.
6441 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6443         * lt~obsolete.m4: New. Import from 20070318 libtool.
6445 2007-07-03  Julian Brown  <julian@codesourcery.com>
6447         * MAINTAINERS (Write After Approval): Add myself.
6449 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6451         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6452         * configure: Regenerate.
6454 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6456         * configure.ac: Add some missing m4 quotation.
6457         * configure: Regenerate.
6459 2007-07-02  Simon Baldwin  <simonb@google.com>
6461         * MAINTAINERS (Write After Approval): Add myself.
6463 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6465         * configure: Regenerate.
6467 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6469         * Makefile.def: Add windmc tool to build.
6470         * Makefile.tpl: Likewise.
6471         * configure.ac: Likewise.
6472         * Makefile.in: Regenerate.
6473         * configure: Regenerate.
6475 2007-06-28  DJ Delorie  <dj@redhat.com>
6477         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6478         not building newlib.
6479         * configure: Regenerated.
6481 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6483         * MAINTAINERS (Write After Approval): Add myself.
6485 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6487         * MAINTAINERS (Write After Approval): Add myself.
6489 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6491         * MAINTAINERS (Write After Approval): Add myself.
6493 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6495         * MAINTAINERS (Write After Approval): Add myself.
6497 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6499         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6500         * Makefile.in: Regenerated.
6502 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6504         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6505         bfin*-*-uclinux* targets.
6506         * configure: Regenerate.
6508 2007-06-14  Ian Lance Taylor  <iant@google.com>
6510         * MAINTAINERS: Add myself as non-algorithmic global write
6511         maintainer.
6513 2007-06-14  Diego Novillo  <dnovillo@google.com>
6515         * MAINTAINERS: Add self as middle-end maintainer and
6516         non-algorithmic global write maintainer.
6518 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6520         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6521         Move all Fortran maintainers except Paul Brook into the
6522         Non-Autopoiesis section.
6524 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6526         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6527         (distclean-stage[+id+]): Possibly delete stage_last.
6528         * Makefile.in: Regenerate.
6530 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6532         * MAINTAINERS (Various Maintainer): Fix typo.
6534 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6536         * MAINTAINERS (Various Maintainer): Add myself as
6537         dataflow maintainer.
6539 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6541         * config.sub, config.guess: Update from upstream sources.
6543 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6545         * Makefile.tpl: Fix spelling error.
6546         * Makefile.in: Regenerate.
6548 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6550         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6551         lt_cv_sys_max_cmd_len.
6553 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6555         * MAINTAINERS (Various Maintainers): Add myself as
6556         auto-vectorizer maintainer.
6558 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6560         PR libjava/32098
6561         * libtool.m4: Revert previous change.
6562         * ltgcc.m4: Put it here.
6564 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6566         * MAINTAINERS (Various Maintainers): Add myself as
6567         auto-vectorizer maintainer.
6569 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6571         PR libjava/32098
6572         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6574 2007-05-30  Richard Guenther  <rguenther@suse.de>
6576         * MAINTAINERS (Various Maintainers): Add myself as
6577         auto-vectorizer maintainer.
6579 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6581         PR bootstrap/29382
6582         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6583         * configure: Rebuilt.
6585 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6587         * MAINTAINERS (Write After Approval): Removed my name.
6589 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6591         * MAINTAINERS (Write After Approval): Remove myself.
6593 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6595         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6597 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6599         * ltmain.sh: Update from ToT Libtool.
6600         * libtool.m4: Update from ToT Libtool.
6601         * ltsugar.m4: New. Update from ToT Libtool.
6602         * ltversion.m4: New. Update from ToT Libtool.
6603         * ltoptions.m4: New. Update from ToT Libtool.
6604         * ltconfig: Remove.
6605         * ltcf-c.sh: Remove.
6606         * ltcf-cxx.sh: Remove.
6607         * ltcf-gcj.sh: Remove.
6609 2007-05-22  Ollie Wild  <aaw@google.com>
6611         * MAINTAINERS (Write After Approval): Add myself.
6613 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6615         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6616         stage_cflags.
6617         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6618         Remove CFLAGS/LIBCFLAGS.
6619         (configure-stage[+id+]-[+prefix+][+module+],
6620         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6621         * Makefile.in: Regenerate.
6623 2007-05-15  Diego Novillo  <dnovillo@google.com>
6625         * MAINTAINERS: Update e-mail address.
6627 2007-05-15  Revital Eres  <eres@il.ibm.com>
6629         * MAINTAINERS (Write After Approval): Add myself.
6631 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6633         * MAINTAINERS (Write After Approval): Updated my address.
6635 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6637         * MAINTAINERS (Write After Approval): Add myself.
6639 2007-05-11  Silvius Rus  <rus@google.com>
6641         * MAINTAINERS (Write After Approval): Add myself.
6643 2007-04-23  Tom Tromey  <tromey@redhat.com>
6645         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6647 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6649         * MAINTAINERS (cpplib): Rename to ...
6650         (libcpp): ... this.  Add C/C++ front end maintainers.
6652 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6654         * config-ml.in: Pass ${ml_config_env} to configure calls.
6656 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6658         * MAINTAINERS (Write After Approval): Add myself.
6660 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6662         * MAINTAINERS (Write After Approval): Add myself.
6664 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6666         * MAINTAINERS (fortran 95 front end): Add myself.
6668 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6670         * MAINTAINERS (Write After Approval): Add myself.
6672 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6674         * MAINTAINERS (Modulo Scheduler): Add myself.
6676 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6678         * MAINTAINERS (fortran 95 front end): Add myself.
6679         (c++ front end): whitespace fix.
6681 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6683         * MAINTAINERS (Write After Approval): Add myself.
6685 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6687         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6688         of glob.  Quote arguments with single quotes too.
6689         * configure: Regenerate.
6691 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6693         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6694         * Makefile.in: Regenerate
6696 2007-03-07  Andreas Schwab  <schwab@suse.de>
6698         * configure: Regenerate.
6700 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6702         * configure.ac: Add "--with-pdfdir" configure option,
6703         which defines pdfdir variable.
6704         * Makefile.def (target=fixincludes): Add install-pdf to
6705         missing targets.
6706         (recursive_targets): Add install-pdf target.
6707         (flags_to_pass): Add pdfdir.
6708         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6709         target.
6710         * configure: Regenerate
6711         * Makefile.in: Regenerate
6713 2007-02-28  Eric Christopher  <echristo@apple.com>
6715         Revert:
6716         2006-12-07  Mike Stump  <mrs@apple.com>
6718         * Makefile.def (dependencies): Add dependency for
6719         install-target-libssp and install-target-libgomp on
6720         install-gcc.
6721         * Makefile.in: Regenerate.
6723 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6725         * configure: Regenerate.
6726         * configure.ac: Move statements after variable declarations.
6728 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6730         * MAINTAINERS: Add myself as sh maintainer.
6732 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6734         * configure.ac: Adjust for loop syntax.
6735         * configure: Regenerate.
6737 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6739         * configure: Rebuilt.
6741 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6743         * configure.ac: Drop multiple occurrences of --enable-languages,
6744         and fix its quoting.
6745         * configure: Rebuilt.
6747 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6748             Nathan Sidwell  <nathan@codesourcery.com>
6749             Vladimir Prus  <vladimir@codesourcery.com>
6750             Joseph Myers  <joseph@codesourcery.com>
6752         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6753         * configure: Regenerate.
6755 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6757         * ltconfig (freebsd*): Default to elf.
6759 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6761         * configure.ac (target_libraries): Move libgcc before libiberty.
6762         * configure: Regenerated.
6764 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6765             Paolo Bonzini  <bonzini@gnu.org>
6767         PR bootstrap/30753
6768         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6769         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6770         * configure: Regenerated.
6772 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6774         * MAINTAINERS (Language Front End Maintainers): Update my mail
6775         address.
6777 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6779         PR bootstrap/30748
6780         * configure.ac: Correct syntax for Solaris ksh.
6781         * configure: Regenerated.
6783 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6785         * configure.ac: Sync with src.
6786         * configure: Regenerate.
6788 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6790         * Makefile.in: Regenerate.
6792 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6794         * config.sub: Sync with src.
6796 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6798         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6799         noncanonical equivalents.
6800         * configure.in: Rename to...
6801         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6802         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6803         target_noncanonical.  Use them.  Rewrite removal of configure
6804         arguments for autoconf 2.59.  Discard variable settings.  Force
6805         program_transform_name for native tools.
6807         * Makefile.in: Regenerated.
6808         * configure: Regenerated with autoconf 2.59.
6810 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6812         * MAINTAINERS (Write After Approval): Add myself.
6814 2007-01-31  Andreas Schwab  <schwab@suse.de>
6816         * Makefile.tpl (LDFLAGS): Substitute it.
6817         * Makefile.in: Regenerate.
6819 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6821         * MAINTAINERS (Write After Approval): Add myself.
6823 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6825         * MAINTAINERS (spu port): Add myself.
6827 2007-01-23  Richard Guenther  <rguenther@suse.de>
6829         PR bootstrap/30541
6830         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6831         * Makefile.tpl (GNATBIND): Substitute it.
6832         (GNATMAKE): Likewise.
6833         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6834         of STAGE_PREFIX.
6835         * Makefile.in: Regenerate.
6836         * configure: Regenerate.
6838 2007-01-18  Mike Stump  <mrs@apple.com>
6840         * configure.in: Re-enable -Werror for gcc builds.
6842 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6844         * MAINTAINERS (Write After Approval): Add myself.
6846 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6848         * configure.in: Change == to = in test command.
6849         * configure: Regenerate.
6851 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6852             Nick Clifton  <nickc@redhat.com>
6853             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6855         * configure.in (build_configargs, host_configargs, target_configargs):
6856         Remove build/host/target parameters.
6857         (host_libs): Add gmp and mpfr.
6858         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6859         * Makefile.def (gmp, mpfr): New.
6860         (gcc): Remove target.
6861         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6862         target_os, target_vendor): New.
6863         (configure): Add host_alias/target_alias arguments; adjust invocations.
6864         * configure: Regenerate.
6865         * Makefile.in: Regenerate.
6867 2007-01-11  Matt Fago  <fago@earthlink.net>
6869         * configure.in: Try to link to functions only in mpfr 2.2.x
6870         to improve robustness of configure tests.
6871         * configure: Regenerate.
6873 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6875         * MAINTAINERS: Add myself as i386 maintainer.
6877 2007-01-08  Jan Hubicka  <jh@suse.cz>
6879         * MAINTAINERS: Add myself as i386 maintainer.
6881 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6883         * configure.in: Add support for an x86_64-mingw* target.
6884         * configure: Regenerate.
6886 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6888         * Makefile.tpl (all-target): Correct @if conditional for target
6889         modules.
6890         * configure.in: Omit libiberty if building only target libgcc.
6891         * configure, Makefile.in: Regenerated.
6893 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6895         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6896         * configure: Regenerate.
6898 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6900         * Makefile.def (target_modules): Add libgcc.
6901         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6902         * Makefile.tpl (clean-target-libgcc): Delete.
6903         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6904         on gcc even for bootstrapped modules.  Rewrite handling of
6905         lang_env_dependencies to loop over target_modules.
6906         * configure.in (target_libraries): Add target-libgcc.
6907         * Makefile.in, configure: Regenerated.
6909 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6911         * configure.in: Reorganize recognition of languages.  Add
6912         --enable-stage1-languages.  Show supported languages for the chosen
6913         target rather than all recognized languages.
6914         * configure: Regenerate.
6916 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6918         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6919         * Makefile.in: Regenerate.
6921 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6923         * configure.in: Warn that MPFR 2.2.0 is buggy.
6924         * configure: Regenerate.
6926 2006-12-27  Ian Lance Taylor  <iant@google.com>
6928         * configure.in: When removing Makefiles to force a reconfigure, also
6929         remove prev-DIR*/Makefile.
6930         * configure: Regenerate.
6932 2006-12-22  Andreas Schwab  <schwab@suse.de>
6934         * configure: Regenerate with correct autoconf version.
6936 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6938         * configure.in: add AC_SUBST for *_FOR_TARGET.
6939         * configure: Regenerate.
6941 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6943         * configure.in: Simplify logic for rejecting languages that cannot
6944         be built.  Separate the case when a language is unsupported,
6945         from the case when the user chooses not to build a language.
6947 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6949         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6950         it only affects bootstrap and could be tested on "$host" as well.
6951         * configure: Regenerate.
6952         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6954 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6956         PR bootstrap/29544
6957         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6958         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6959         move here comment from Makefile.tpl.
6960         * Makefile.tpl: Move some definitions higher in the file.
6961         (STAGE1_CHECKING): New.
6962         * configure.in: Add --enable-stage1-checking.
6963         * configure: Regenerate.
6964         * Makefile.in: Regenerate.
6966 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6968         * MAINTAINERS: Add myself as build system maintainer.
6970 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6972         * MAINTAINERS (Write After Approval): Add myself.
6974 2006-12-13  Eric Christopher  <echristo@apple.com>
6976         * MAINTAINERS: Add myself as darwin maintainer.
6978 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6980         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6982 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6984         MAINTAINERS: Update my entry.
6986 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6988         * configure.in:  Handle spu makefile frag.
6989         * Makefile.tpl (MAINT): Define
6990         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6991         * configure: Regenerate.
6992         * Makefile.in: Regenerate.
6994 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6996         * config.guess: Import latest version.
6997         * config.sub: Likewise.
6999 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7001         * configure.in (spu-*-*): Don't skip target-libiberty.
7002         * configure: Regenerate.
7004 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7006         PR bootstrap/30134
7007         * configure.in: Correct x86 darwin support for libjava to powerpc
7008         and i?86 only.
7009         * configure: Regenerate.
7011 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7013         * configure.in: Add x86 darwin support for libjava.
7014         * configure: Regenerate.
7016 2006-12-07  Mike Stump  <mrs@apple.com>
7018         * Makefile.def (dependencies): Add dependency for
7019         install-target-libssp and install-target-libgomp on
7020         install-gcc.
7021         * Makefile.in: Regenerate.
7023 2006-12-04  Richard Guenther  <rguenther@suse.de>
7025         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7026         (Non-Algorithmic Maintainers): Move over non-algorithmic
7027         loop optimizer maintainers, add myself as a non-algorithmic
7028         middle-end maintainer.
7030 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7032         * MAINTAINERS (Write After Approval): Add myself.
7034 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7036         * configure.in: Update error message for missing GMP/MPFR.
7038         * configure: Regenerate.
7040 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7042         * configure.in: Update MPFR version in error message.
7044         * configure: Regenerate.
7046 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7048         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7049         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7050         --with-gmp-lib): New flags.
7052         * configure: Regenerate.
7054 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7056         * MAINTAINERS (Write After Approval): Change my email address.
7058 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7060         * MAINTAINERS (Write After Approval): Add myself.
7062 2006-11-22  Philipp Thomas  <pth@suse.de>
7064         * MAINTAINERS (i18n): Update e-mail address.
7066 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7068         * MAINTAINERS (spu port): Add myself as maintainer.
7069         (Write After Approval): Remove myself.
7071 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7073         * configure.in (skipdirs): Don't build libssp for SPU.
7074         * configure: Regenerate.
7076 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7078         * MAINTAINERS (spu port): Add myself as maintainer.
7079         (libobjc): Update my email address.
7081 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7083         * MAINTAINERS (Write After Approval): Add myself.
7085 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7087         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7088         * configure : Rebuilt.
7090 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7092         * MAINTAINERS (Write After Approval): Add myself.
7094 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7096         * MAINTAINERS (Write After Approval): Add myself.
7098 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7100         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7101         libmpfr.a.
7102         * configure: Regenerate.
7104 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7106         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7107         (unstage): Test for stage_last presence.
7109         PR bootstrap/29802
7110         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7111         STAGE_PREFIX.
7112         * Makefile.in: Regenerate.
7114 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7116         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7117         maintainers.
7119 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7121         * MAINTAINERS (Write After Approval): Add myself.
7123 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7125         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7126         and stageN-package/Makefile.
7127         * Makefile.in: Regenerated.
7129 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7131         * configure.in: Remove target-libgloss from noconfigdirs for
7132         bfin-*-*.
7133         * configure: Regenerated.
7135 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7137         * configure.in (have_gmp): Only error if the gcc directory exists.
7139         * configure: Regenerate.
7141 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7143         * configure.in: Robustify error message for missing GMP/MPFR.
7145         * configure: Regenerate.
7147 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7149         * MAINTAINERS (Write After Approval): Add myself.
7151 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7153         * MAINTAINERS: Change email address.
7155 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7157         * MAINTAINERS (Write After Approval): Add myself.
7159 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7161         * MAINTAINERS (Write After Approval): Add myself.
7163 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7165         * MAINTAINERS (Write After Approval): Move myself to
7166         Write After Approval section.
7168 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7170         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7171         need_gmp anymore.
7172         * configure: Regenerate.
7174 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7176         * MAINTAINERS (Write After Approval): Add myself.
7178 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7180         * config.guess: Import latest version.
7181         * config.sub: Likewise.
7183 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7185         * Makefile.def: Added pdf target handling.
7186         * Makefile.tpl: Added pdf target handling.
7187         * Makefile.in: Regenerated.
7189 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7191         * MAINTAINERS: Add self as score port maintainer.
7193 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7195         * MAINTAINERS (Write After Approval): Add myself.
7197 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7199         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7200         or newer.
7201         * configure: Regenerated.
7203 2006-09-27  Dave Brolley  <brolley@redhat.com>
7205         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7206         using $s instead of $r.
7207         * configure: Regenerated.
7209 2006-09-26  Thiemo Seufer  <ths@mips.com>
7211         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7212         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7213         * configure: Regenerate.
7215 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7217         * MAINTAINERS (Write After Approval): Remove myself.
7219 2006-09-22  Chao-ying Fu  <fu@mips.com>
7221         * MAINTAINERS (Write After Approval): Add myself.
7223 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7225         * MAINTAINERS: Add self as soft-fp maintainer.
7227 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7229         * MAINTAINERS: Add myself as avr maintainer.
7230         Remove Marek Michalkiewicz as avr maintainer.
7232 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7234         * MAINTAINERS (Write After Approval): Add myself.
7236 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7238         * configure.in: Never build newlib for a Mingw host.
7239         Never build newlib as Mingw target library.
7240         Test the existence of winsup/cygwin for building a Cygwin newlib,
7241         rather than just winsup.
7242         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7243         building a Mingw target.
7244         * configure: Regenerate.
7246 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7248         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7250 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7252         * config.guess: Import from src (was more updated).
7253         * config.sub: Likewise.
7255 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7257         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7258         * configure: Regenerated.
7260 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7262         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7263         for stages after the first.
7265 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7267         * Makefile.def: Add dependencies for configure-opcodes
7268         on configure-intl and all-opcodes on all-intl.
7269         * Makefile.in: Regenerated.
7271 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7273         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7275 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7277         Port to hosts whose 'sort' and 'tail' implementations
7278         treat operands with leading '+' as file names, as POSIX
7279         has required since 2001.  However, make sure the code still
7280         works on pre-POSIX hosts.
7281         * ltmain.sh: Don't assume "sort +2" is equivalent to
7282         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7284 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7286         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7288 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7290         * ltconfig: chmod 644 before ranlib during install.
7292 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7294         PR bootstrap/18058
7295         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7296         if the bootstrap compiler is a GCC version that supports it.
7297         * configure: Regenerate.
7299 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7301         * configure.in: Fix thinkos in previous check-in.
7302         * configure: Regenerate.
7304 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7306         PR other/27063
7307         * configure.in: Test subdir_requires and give an appropriate
7308         error message.
7309         * configure: Regenerate.
7311 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7313         * MAINTAINERS (Write After Approval): Add myself.
7315 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7317         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7319 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7321         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7323 2006-06-20  David Ayers  <d.ayers@inode.at>
7325         PR bootstrap/28072
7326         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7327         whether target-libjava is being configured instead of whether the
7328         java front end is enabled.
7329         * configure: Regenerate.
7331 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7333         PR target/27540
7334         * configure.in: Only enable libgomp on IRIX 6.
7335         * configure: Regenerate.
7337 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7339         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7340         too.
7341         * Makefile.in: Regenerate.
7343 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7345         * config-ml.in: Alter CCASFLAGS to include special
7346         multilib options the same as is done for CFLAGS.
7348 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7350         * configure.in: Don't enable libgomp on hpux10.
7351         * configure: Rebuilt.
7353 2006-06-12  David Ayers  <d.ayers@inode.at>
7355         PR bootstrap/27963
7356         PR target/19970
7357         * configure.in: Remove target-boehm-gc from noconfigdirs where
7358         ${libgcj} is specified.
7359         * configure: Regenerate.
7361 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7363         Sync from src:
7365         * configure.in: Sync.
7366         * configure: Regenerated.
7368         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7370         * Makefile.def: Added dependencies from sim and gdb on intl, and
7371         added configure dependencies to everything with an all dependency
7372         on intl.
7373         * Makefile.in: Regenerated.
7375 2006-06-06  David Ayers  <d.ayers@inode.at>
7377         PR libobjc/13946
7378         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7379         * Makefile.in: Regenerate.
7380         * configure.in: Add --enable-objc-gc at toplevel and have it
7381         enable boehm-gc for Objective-C.
7382         Remove target-boehm-gc from libgcj.
7383         Add target-boehm-gc to target_libraries.
7384         Add target-boehm-gc to noconfigdirs where ${libgcj}
7385         is specified.
7386         Assert that boehm-gc is supported when requested for Objective-C.
7387         Only build boehm-gc if needed either for Java or Objective-C.
7388         * configure: Regenerate.
7390 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7392         PR 27674
7393         * Makefile.tpl (configure-[+prefix+][+module+],
7394         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7395         Remove rule to unstage bootstrapped modules.
7396         (stage_current): New.
7397         * Makefile.in: Regenerate.
7399 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7401         * MAINTAINERS (Write After Approval): Update my e-mail address.
7403 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7405         * include/libiberty.h: Declare pex_run_in_environment.
7407 2006-05-31  Asher Langton  <langton2@llnl.gov>
7409         * MAINTAINERS (Write After Approval): Add myself.
7411 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7413         * Makefile.def (bfd, opcodes): Fix lib_path.
7414         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7415         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7416         * Makefile.in: Regenerate.
7418 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7420         * Makefile.in: Regenerate.
7422 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7424         * Makefile.def: Add install-html target. Add datarootdir
7425         docdir and htmldir to flags_to_pass.
7426         * Makefile.tpl: Add install-html target.
7427         * Makefile.in: Regenerate.
7428         * configure.in: Add --with-datarootdir, --with-docdir, and
7429         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7430         * configure: Regenerate.
7432 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7434         * configure.in: Enable gprof for cross builds.
7435         * configure: Regenerate.
7437 2006-05-22  Richard Guenther  <rguenther@suse.de>
7439         Revert
7440         2006-01-31  Richard Guenther  <rguenther@suse.de>
7441         Paolo Bonzini  <bonzini@gnu.org>
7443         * Makefile.def (target_modules): Add libgcc-math target module.
7444         * configure.in (target_libraries): Add libgcc-math target library.
7445         (--enable-libgcc-math): New configure switch.
7446         * Makefile.in: Re-generate.
7447         * configure: Re-generate.
7448         * libgcc-math: New toplevel directory.
7450 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7451             Andreas Tobler  <a.tobler@schweiz.ch>
7453         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7454         * configure: Rebuilt.
7456 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7458         * MAINTAINERS (Write After Approval): Add myself.
7460 2006-05-01  DJ Delorie  <dj@redhat.com>
7462         * configure.in: Restore CFLAGS if GMP isn't present.
7463         * configure: Regenerate.
7465 2006-05-01  Richard Guenther  <rguenther@suse.de>
7467         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7468         maintainer.
7470 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7472         * MAINTAINERS (Write After Approval): Add myself.
7474 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7476         * MAINTAINERS (Write After Approval): Add myself.
7478 2006-04-18  DJ Delorie  <dj@redhat.com>
7480         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7481         reference libgloss so that libssp can be built in a combined
7482         tree.
7483         * configure: Regenerate.
7485 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7487         * MAINTAINERS (Write After Approval): Add myself.
7489 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7491         * configure.in: Require makeinfo 4.4 or higher.
7492         * configure: Regenerate.
7494 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7496         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7497         Rearrange the entries of other libraries to have them in one place.
7499 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7501         * MAINTAINERS (Write After Approval): Remove myself.
7502         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7504 2006-03-14  Richard Guenther  <rguenther@suse.de>
7506         * configure: Regenerate with autoconf 2.13.
7508 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7510         * MAINTAINERS: Use my work address.
7512         * MAINTAINERS: Update my E-mail address.
7514 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7516         * configure.in: Handle --disable-<component> generically.
7517         * configure: Regenerate.
7519 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7521         PR libgcj/17311
7522         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7524 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7526         * MAINTAINERS (Write After Approval):  Remove myself.
7527         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7529 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7531         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7532         (TARGET_CONFIGDIRS): Remove.
7533         * configure.in: Remove AC_SUBST(target_configdirs).
7534         * Makefile.in, configure: Regenerated.
7536 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7538         * MAINTAINERS (Write After Approval):  Remove myself.
7539         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7541 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7543         PR bootstrap/25670
7545         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7547         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7548         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7549         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7550         BUILD_PREFIX, BUILD_PREFIX_1.
7551         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7553         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7554         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7556         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7557         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7558         of `cat stage_current`.  Always provide the `r' and `s' variables.
7559         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7560         a single shell execution.
7561         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7562         bootstrapped modules, make the stage1 module if the build was not
7563         started yet, else build the current stage.
7564         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7565         (all-build, all-host, all-target, [+make_target+]-host,
7566         [+make_target+]-target): Do not use \-continued lines.
7567         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7568         (current_stage, restrap, stage_last): New.
7570         * Makefile.in: Regenerate.
7571         * configure: Regenerate.
7573 2006-02-19  Bud Davis  <jmdavis@link.com>
7575         * MAINTAINERS (Write After Approval):  Remove myself.
7576         (Language Front End Maintainers):  Add myself as fortran 95
7577         maintainer and update e-mail address.
7579 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7581         * MAINTAINERS (Write After Approval):  Remove myself.
7582         (Language Front End Maintainers):  Add myself as fortran 95
7583         maintainer.
7585 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7587         * MAINTAINERS (Write After Approval): Add myself.
7589 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7591         * MAINTAINERS (Write After Approval):  Remove myself.
7592         (Language Front End Maintainers):  Add myself as
7593         fortran 95 maintainer.
7595 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7597         Sync from src:
7599         2005-12-27  Leif Ekblad  <leif@rdos.net>
7601         * configure.in: Add support for RDOS target.
7602         * configure: Regenerate.
7604 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7605             Andreas Schwab  <schwab@suse.de>
7607         * configure: Regenerate.
7609 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7611         * configure.in (enable_libgomp): Add AIX.
7612         * configure: Regenerate.
7614 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7616         * MAINTAINERS (Write After Approval): Add myself.
7618 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7620         * MAINTAINERS (Write After Approval): Add myself.
7622 2006-01-31  Richard Guenther  <rguenther@suse.de>
7623         Paolo Bonzini  <bonzini@gnu.org>
7625         * Makefile.def (target_modules): Add libgcc-math target module.
7626         * configure.in (target_libraries): Add libgcc-math target library.
7627         (--enable-libgcc-math): New configure switch.
7628         * Makefile.in: Re-generate.
7629         * configure: Re-generate.
7630         * libgcc-math: New toplevel directory.
7632 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7634         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7635         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7636         the assembler, linker and binutils.
7637         * configure: Regenerate.
7639 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7641         * MAINTAINERS (Write After Approval): Add myself.
7643 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7645         * configure: Regenerate.
7647 2006-01-18  Richard Henderson  <rth@redhat.com>
7648             Jakub Jelinek  <jakub@redhat.com>
7649             Diego Novillo  <dnovillo@redhat.com>
7651         * libgomp: New directory.
7652         * Makefile.def: Add target_module libgomp.
7653         * Makefile.in: Regenerate.
7654         * configure.in (target_libraries): Add target-libgomp.
7655         * configure: Regenerate.
7657 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7659         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7660         @ from continuation.
7661         * Makefile.in: Rebuilt.
7663 2006-01-04  Chris Lattner  <sabre@gnu.org>
7665         * MAINTAINERS (Write After Approval): Add myself.
7667 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7669         PR bootstrap/24252
7671         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7672         * Makefile.tpl (OBJDUMP): New.
7673         (EXTRA_HOST_FLAGS): Add it.
7674         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7676         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7677         to use symbolic links between directories.  Avoid race conditions
7678         or make them harmless.
7679         * configure.in: Do not try to use symbolic links between directories.
7681         * Makefile.def (LEAN): Pass.
7682         * Makefile.tpl (LEAN): Define.
7683         (stage[+id+]-start): Accept that the previous directory does not
7684         exist, if the bootstrap is lean.
7685         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7686         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7687         configure substitution.
7688         ([+compare-target+]): Likewise.
7689         ([+bootstrap-target+]-lean): New.
7690         * configure.in: Remove lean bootstrap support from here.
7692         * Makefile.in: Regenerate.
7693         * configure: Regenerate.
7695 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7697         * MAINTAINERS (libdecnumber): Add myself.
7699 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7701         * libtool-ldflags: New script.
7703 2006-01-02  Andreas Schwab  <schwab@suse.de>
7705         * configure.in: When reconfiguring remove Makefile in
7706         all stage directories.
7707         * configure: Regenerate.
7709 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7711         * MAINTAINERS: Update my email address.
7713 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7715         Revert Ada-related part of the previous change.
7717         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7718         Do not pass.
7719         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7720         * Makefile.in: Regenerate.
7721         * configure.in: Do not include mt-ppc-aix target fragment.
7722         * configure: Regenerate.
7724 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7726         * configure.in: Select appropriate fragments for PowerPC/AIX.
7727         * configure: Regenerate.
7729         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7730         BOOT_CFLAGS, BOOT_LDFLAGS.
7731         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7732         BOOT_CFLAGS, BOOT_LDFLAGS.
7733         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7734         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7735         (stage): Fail if we cannot complete the work.
7736         * Makefile.in: Regenerate.
7738 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7740         * configure.in: Replace ms1 with mt.
7741         * configure: Rebuilt.
7743 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7745         * MAINTAINERS: Update my email address.
7747 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7749         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7750         install-host-nogcc): Don't invoke $(stage) at the end.
7751         * Makefile.in: Regenerate.
7753 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7755         * configure.in: Flip the top-level bootstrap switch.
7756         * configure: Regenerate.
7758 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7760         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7761         $(stage) and $(unstage).
7762         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7763         (all): Remove stray semicolon.
7764         (local-distclean): Don't handle multilib.tmp and multilib.out.
7765         (install.all): Set $s for consistency.
7766         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7767         check_multilibs setting.  Always make the install directory.
7768         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7769         Correct @if/@endif.
7770         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7771         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7772         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7773         (multilib.out): Remove.
7774         * Makefile.in: Regenerated.
7776 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7778         * MAINTAINERS (Write After Approval): Add myself.
7780 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7782         * MAINTAINERS: Add myself as mt maintainer.
7784         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7786 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7788         * MAINTAINERS: Change email address.
7790 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7792         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7793         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7794         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7795         Find in-tree tools if available.
7796         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7797         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7798         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7799         (COMPILER_*_FOR_TARGET): New.
7800         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7801         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7802         (CONFIGURED_*, USUAL_*): Remove.
7803         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7804         STRIP): Use autoconf substitutions.
7805         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7806         COMPILER_NM_FOR_TARGET): New.
7807         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7809         (all): Make all-host and all-target in parallel.
7810         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7811         that $$r and $$s are set before invoking a recursive make.
7812         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7813         ([+bootstrap-target+]): Inline most of the `all' target.
7815 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7817         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7818         from the gcc build directory.
7819         * Makefile.in: Regenerate.
7821 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7823         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7824         depend on all-libdecnumber.
7825         * configure.in (host_libs): Include libdecnumber.
7826         * Makefile.in: Regenerate.
7827         * configure: Likewise.
7829 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7831         * libdecnumber: Import decNumber sources from the dfp-branch.
7833 2005-11-21  Kean Johnston  <jkj@sco.com>
7835         * config.sub, config.guess: Sync from upstream sources.
7837 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7839         Import from Autoconf sources:
7841         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7842         * config/move-if-change: Don't output "$2 is unchanged";
7843         suggested by Ben Elliston.  Handle weird characters correctly.
7845 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7847         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7848         to match upstream libtool for darwin.
7850 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7852         * Makefile.def: Remove gdb dependencies for gdbtk.
7853         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7854         (configure-gdb, install-gdb): New rules.
7855         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7856         * Makefile.in, configure: Regenerated.
7858 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7860         * MAINTAINERS (Write After Approval): Add myself.
7862 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7864         * MAINTAINERS (Write After Approval): Add myself.
7866 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7868         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7869         Diego Novillo.
7871 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7873         PR bootstrap/24297
7874         * Makefile.tpl (do-[+make-target+], do-check, install,
7875         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7876         are set before recursing.
7877         * Makefile.in: Regenerate.
7879 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7881         PR bootstrap/18939
7882         * Makefile.def (gcc) <target>: Fix thinko.
7883         * Makefile.in: Regenerate.
7885 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7887         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7888         * configure: Regenerate.
7890 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7892         * MAINTAINERS (Write After Approval): Add self.
7894 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7896         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7897         target-libffi, target-qthreads, target-libjava, and
7898         targetlibobjc.
7899         * configure: Regenerate.
7901 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7903         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7904         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7905         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7906         (USUAL_OBJDUMP_FOR_TARGET): New.
7907         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7908         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7909         * configure, Makefile.in: Regenerated.
7911 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7913         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7914         before other host packages.
7916 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7918         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7920 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7922         PR bootstrap/22340
7924         * configure.in (default_target): Remove.
7925         * Makefile.tpl (all): Do not use prerequisites as subroutines
7926         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7927         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7928         use prerequisites as subroutines.
7929         (check-host, check-target): New.
7930         (bootstrap configure & all targets): Do not use stage*-start
7931         if the directory layout is already ok.
7932         (non-bootstrap configure & all targets): Prepend a $(unstage).
7933         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7934         (NOTPARALLEL): Remove.
7935         (unstage, stage variables): New variables.
7936         (unstage, stage targets): Simply expand to those variables.
7938         * configure: Regenerate.
7939         * Makefile.in: Regenerate.
7941 2005-10-04  James E Wilson  <wilson@specifix.com>
7943         * Makefile.def (lang_env_dependencies): Add libmudflap.
7944         * Makefile.in: Regenerate.
7946 2005-10-03  Andreas Schwab  <schwab@suse.de>
7948         Backport from libtool CVS:
7949         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7951         * ltmain.sh: add support for installing into temporary
7952         staging area (e.g. 'make install DESTDIR=...')
7954 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7956         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7957         * configure: Regenerated.
7959 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7961         * configure: Regenerate with the correct
7962         autoconf version.
7964 2005-09-30  Catherine Moore  <clm@cm00re.com>
7966         * configure.in (bfin-*-*): New.
7967         * configure: Regenerated.
7969 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7971         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7972         (LIPO_FOR_TARGET): New.
7973         (CONFIGURED_LIPO_FOR_TARGET): New.
7974         (USUAL_LIPO_FOR_TARGET): New.
7975         (STRIP_FOR_TARGET): New.
7976         (CONFIGURED_STRIP_FOR_TARGET): New.
7977         (USUAL_STRIP_FOR_TARGET): New.
7978         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7979         STRIP_FOR_TARGET.
7980         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7981         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7982         * Makefile.in: Regenerate.
7983         * configure: Regenerate.
7985 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7987         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7988         (rs6000-*-aix*): Same.
7989         * configure: Regenerate.
7991 2005-09-16  Tom Tromey  <tromey@redhat.com>
7993         * MAINTAINERS: Add self as java maintainer.
7995 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7997         * configure.in: Recognize f95 in the --enable-languages option,
7998         and substitute it for fortran, issuing a warning.
7999         * configure: Regenerate.
8001 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8003         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8004         * configure:  Regenerated.
8006 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8008         * MAINTAINERS: Add self as ms1 maintainer.
8010 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8012         * Makefile.def (libssp): Add to lang_env_dependencies.
8013         * Makefile.in: Regenerate.
8015 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8017         * MAINTAINERS: Add myself as middle-end maintainer.
8019 2005-08-17  Christian Groessler  <chris@groessler.org>
8021         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8022         * Makefile.in: Regenerate.
8024 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8026         * MAINTAINERS (write after approval): Added myself.
8028 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8030         * MAINTAINERS (Write After Approval): Add myself.
8032 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8034         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8035         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8036         Look for alternate names of the target cc and c++
8037         * configure: Regenerate.
8039 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8041         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8042         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8043         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8044         tools; remove code to manually set them.
8045         (Target tools): Look in the environment for them.
8046         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8047         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8048         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8049         build directory.
8050         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8051         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8052         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8053         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8054         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8055         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8056         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8057         * configure: Regenerate.
8058         * Makefile.in: Regenerate.
8060 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8062         * MAINTAINERS: Update for removed CPU targets.
8064 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8066         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8067         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8068         * Makefile.in: Regenerated.
8070 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8072         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8073         (CFLAGS_FOR_TARGET): Use it.
8074         (CXXFLAGS_FOR_TARGET): Likewise.
8075         * Makefile.in: Regenerated.
8076         * configure.in (--with-build-sysroot): New option.
8077         * configure: Regenerated.
8079 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8081         * Makefile.tpl: Wrap install between unstage and stage
8082         * Makefile.in: Regenerate.
8084 2005-07-21  Eric Christopher  <echristo@apple.com>
8086         * MAINTAINERS: Update affiliation.
8088 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8090         * MAINTAINERS: Add self as crx port maintainer.
8092 2005-07-20  DJ Delorie  <dj@redhat.com>
8094         * MAINTAINERS: Add self as m32c maintainer.
8096 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8098         * all files: Update FSF address.
8100 2005-07-15  Eric Christopher  <echristo@redhat.com>
8102         * MAINTAINERS: Change affiliation.
8104 2005-07-14  Jim Blandy  <jimb@redhat.com>
8106         * configure.in: Add cases for Renesas m32c.
8107         * configure: Regenerated.
8109 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8111         * COPYING.LIB: Update from fsf.org.
8113 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8115         * COPYING, compile, config.guess,
8116         config.sub, install-sh, missing, mkinstalldirs,
8117         symlink-tree, ylwrap: Sync from upstream sources.
8118         * config-ml.in: Update FSF address.
8120 2005-07-13  Eric Christopher  <echristo@redhat.com>
8122         * configure.in: Add toplevel noconfigdir support for tpf.
8123         * configure: Regenerate.
8125 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8127         PR ada/22340
8129         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8130         * Makefile.in: Regenerate.
8132 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8134         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8135         Brolley to write-after-approval.
8137 2005-07-07  Andreas Schwab  <schwab@suse.de>
8139         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8140         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8141         * Makefile.in: Regenerated.
8143 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8145         * configure.in: Don't build sim or rda when targetting darwin.
8146         * configure: Regenerate.
8148 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8150         * configure.in: Add --enable-libssp and --disable-libssp.
8151         * configure: Regenerate with autoconf-2.13.
8153 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8155         * Makefile.def (target_modules): Add libssp.
8156         * configure.in (target_libraries): Add target-libssp.
8157         * configure: Rebuilt.
8158         * Makefile.in: Rebuilt.
8160 2005-07-01  Zack Weinberg  <zackw@panix.com>
8162         * MAINTAINERS: Change email address.  Resign from maintainership.
8164 2005-07-01  Richard Guenther  <rguenther@suse.de>
8166         * MAINTAINERS: Change my e-mail address and affiliation.
8168 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8170         * Makefile.def (stagefeedback): Come after profile.
8171         Define profiledbootstrap target.
8172         * Makefile.tpl (profiledbootstrap): Remove.
8173         (stageprofile-end): Zap stagefeedback.
8174         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8175         * Makefile.in: Regenerate.
8177 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8179         * MAINTAINERS: Update my email address.
8181 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8183         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8184         In 'cpp' stanza, support '#line' as well as '# '.
8186 2005-06-08  Andreas Schwab  <schwab@suse.de>
8188         * MAINTAINERS: Move myself from 'Write After Approval' to
8189         'CPU Port Maintainers' section as m68k maintainer.
8191 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8193         * configure.in (unsupported_languages): New macro.
8194         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8195         non-ported target libraries in noconfigdirs.
8196         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8197         non-linux-gnu.  Remove libgcj_ex_libffi.
8198         <lang_frag loop>: Set add_this_lang=no if the language is in
8199         unsupported_languages.
8200         * configure: Regenerate.
8202 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8204         * configure.in: Fix typo in handling of --with-mpfr-dir.
8205         * configure: Regenerate.
8207 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8209         * MAINTAINERS: Update my email address.
8211 2005-06-02  Jim Blandy  <jimb@redhat.com>
8213         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8214         accepted into the master sources.)
8216 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8217             Michael Snyder  <msnyder@redhat.com>
8218             Stan Cox  <scox@redhat.com>
8220         * configure.in: Set noconfigdirs for ms1.
8222         * configure: Regenerate.
8224 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8226         * MAINTAINERS (Write After Approval): Add self.
8228 2005-06-01  Josh Conner  <jconner@apple.com>
8230         * MAINTAINERS (Write After Approval): Add self.
8232 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8234         * MAINTAINERS: Update my email address.
8236 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8238         * MAINTAINERS (Write After Approval): Add self.
8240 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8242         * MAINTAINERS (Write After Approval): Remove self.
8244 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8246         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8247         (Dependencies): Consider target modules for bootstrap dependencies.
8248         Make target bootstrap modules depend on each stage's gcc.
8249         * Makefile.in: Regenerate.
8251 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8253         * Makefile.def (configure-gcc): Depend on binutils having been built.
8254         (all-gcc): No need to do it here.
8255         * Makefile.in: Regenerate.
8257 2005-05-19  Paul Brook  <paul@codesourcery.com>
8259         * configure.in: Rewrite misleading error message when requested
8260         language cannot be built.
8261         * configure: Regenerate.
8263 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8265         * ylwrap: Import from Automake 1.9.5.
8267 2005-05-13  David Ung  <davidu@mips.com>
8269         * MAINTAINERS (Write After Approval): Add self.
8271 2005-05-09  Mike Stump  <mrs@apple.com>
8273         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8274         lt_cv_sys_max_cmd_len for now.
8276 2005-05-09  Stan Cox  <scox@redhat.com>
8278         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8280 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8282         * README.SCO: Update the URL.
8284 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8286         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8287         with_gnu_ld to libtool.
8288         * ltcf-c.sh (aix[45]): Define file_list_spec.
8289         * ltcf-cxx.sh (aix[45]): Same.
8290         * ltcf-gcj.sh (aix[45]): Same.
8291         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8292         exists, write list of input files to temporary file.
8294 2005-05-04  Mike Stump  <mrs@apple.com>
8296         * configure.in: Always pass --target to target configures as
8297         otherwise rebuilds that do --recheck will fail.
8298         * confiugure: Rebuilt.
8300 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8302         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8303         STAGE_HOST_EXPORTS.
8304         (configure, all): Add bootstrap support.
8305         (Host modules, target modules): Pass post-stage1 flags and exports.
8306         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8307         * Makefile.in: Regenerate.
8309 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8311         * configure: Regenerate.
8313 2005-04-27  Mike Stump  <mrs@apple.com>
8315         * MAINTAINERS: Add self as darwin maintainer.
8317 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8319         * config.sub: Update from master copy.
8321 2005-04-21  Mike Stump  <mrs@apple.com>
8323         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8324         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8326 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8328         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8329         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8330         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8331         "*-*-elf" and "*-*-linux*".
8332         * configure: Regenerate.
8334 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8336         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8338 2005-04-12  Mike Stump  <mrs@apple.com>
8340         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8342 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8344         * MAINTAINERS (Write After Approval): Add myself.
8346 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8348         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8350 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8352         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8353         (TARGET_CONFIGARGS): Include --with-target-subdir.
8354         (configure, all): New macros.  Use them throughout.
8355         * Makefile.in: Regenerate.
8357 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8359         * MAINTAINERS (Write After Approval): Add myself.
8361 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8363         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8365 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8367         * MAINTAINERS: Move John Carr to Write After Approval.
8369 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8371         * config/mh-mingw32: Delete.
8372         * configure.in: Don't use it.
8373         * configure: Regenerate.
8375 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8377         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8378         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8379         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8380         (HOST_LIB_PATH): Generate from Makefile.def.
8381         (TARGET_LIB_PATH): Likewise.
8382         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8383         * Makefile.in: Regenerate.
8384         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8385         (RPATH_ENVVAR): Include Darwin case.
8386         * configure: Regenerate.
8388 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8390         * MAINTAINERS (Various Maintainers): Remove self.
8391         (Write After Approval): Add self.
8393 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8395         * MAINTAINERS (Various Maintainers): Add self.
8397 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8399         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8400         * configure: Regenerate.
8402 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8404         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8405         gcc_version, and gcc_version_trigger from set of flags to pass.
8406         * Makefile.tpl: Remove definitions of above variables.
8407         (config.status): Remove dependency on $(gcc_version_trigger).
8408         * Makefile.in: Regenerate.
8409         * configure.in: Do not reference config/gcc-version.m4 nor
8410         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8411         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8412         * configure: Regenerate.
8414 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8415             Andrew Pinski  <pinskia@physics.uc.edu>
8417         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8418         * Makefile.in: Regenerate.
8420 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8422         * MAINTAINERS (Write After Approval): Add myself.
8424 2005-03-03  David Ayers  <d.ayers@inode.at>
8426         * MAINTAINERS (Write After Approval): Add myself.
8428 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8430         PR libgcj/20160
8431         * ltmain.sh: Avoid creating archives with components that have
8432         duplicate basenames.
8434 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8436         PR bootstrap/20250
8437         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8438         instead of check.
8439         * Makefile.in: Regenerate.
8441 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8443         * Makefile.in: Regenerate to fix conflict between the previous two
8444         patches.
8446 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8448         PR bootstrap/17383
8449         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8450         * Makefile.tpl (HOST_SUBDIR): New substitution.
8451         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8452         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8453         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8454         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8455         (Host modules, Bootstrapped modules): Use it.
8456         (Build modules, Target modules): Do not create symlink trees,
8457         always configure out-of-srcdir.
8458         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8459         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8460         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8461         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8463         * Makefile.in: Regenerate.
8464         * configure: Regenerate.
8466 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8468         Merged from libada-gnattools-branch:
8469         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8471         * gnattools: New directory.
8472         * Makefile.def: Add gnattools as a module, depending on target-libada.
8473         * Makefile.in: Regenerate.
8474         * configure.in: Include gnattools in host_tools; disable it if ada
8475         is disabled.
8476         * configure: Regenerate.
8478 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8480         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8481         treelang maintainer.
8482         (Write After Approval): Remove myself.
8484 2005-02-23  Paul Schlie  <schlie@comcast.net>
8486         * configure.in: Allow darwin targeted ports to build tk, itcl and
8487         libgui.
8488         * configure: Regenerate.
8490 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8492         PR libgcj/10353
8493         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8494         * configure: Regenerate.
8496 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8498         * MAINTAINERS (Write After Approval): Add myself.
8500 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8502         * MAINTAINERS: Update my e-mail address.
8504 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8506         * MAINTAINERS (Write After Approval): Add myself.
8508 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8510         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8511         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8512         target-libgloss when not *-*-elf and *-*-aout.
8513         * configure: Regenerate.
8515 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8517         * MAINTAINERS: Remove obsolete entries.
8519         * MAINTAINERS (Write After Approval): Add Michael Matz.
8521 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8523         * MAINTAINERS: Remove self as cpplib maintainer.
8525 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8527         * install-sh, config.sub: Import from upstream.
8529 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8531         PR bootstrap/18222
8532         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8533         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8534         * Makefile.in: Regenerate.
8536 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8538         * MAINTAINERS: Update my email address.
8540 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8541             Andreas Schwab  <schwab@suse.de>
8543         PR bootstrap/18033
8544         * config-ml.in: Eval option if surrounded by single quotes.
8546 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8548         Revert 2004-12-28 Makefile changes, a better fix will be
8549         applied to mainline and src after GCC 4.0 branches.
8551 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8553         PR bootstrap/17383
8555         * Makefile.def (target_modules): Remove stage parameter,
8556         it is always true now.
8557         * Makefile.tpl (configure-build-[+module+],
8558         configure-target-[+module+]): Always build symlink tree
8559         for the directory and for include.  BUILD_SUBDIR and
8560         TARGET_SUBDIR cannot be . anymore.
8561         * Makefile.in: Regenerate.
8563 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8565         Revert 2004-12-08 Makefile changes.
8567 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8569         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8570         cygwin, mingw.
8572 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8574         * configure.in (sh64-*-*): Reenable gprof.
8575         * configure: Regenerate.
8577 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8579         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8580         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8581         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8582         * Makefile.in: Regenerate.
8584 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8586         * MAINTAINERS: Update my email address.
8588 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8590         * Makefile.tpl: Generate normal dependencies if the LHS module is
8591         not bootstrapped.
8592         * Makefile.in: Regenerate.
8594 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8596         * configure.in: Include config/gxx-include-dir.m4.  Use
8597         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8598         * configure: Regenerate.
8600 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8602         * config.if: Delete.
8603         * configure.in: Set libstdcxx_incdir directly.
8604         * configure: Regenerate.
8606 2004-12-02  Eric Christopher  <echristo@redhat.com>
8608         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8609         * Makefile.in: Regenerate.
8611 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8613         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8614         * configure: Regenerate.
8616 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8618         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8619         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8620         * configure: Regenerate.
8622 2004-12-01  Eric Christopher  <echristo@redhat.com>
8624         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8625         of things to remove.
8627 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8629         * MAINTAINERS (Write After Approval): Update my e-mail address.
8631 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8633         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8634         from CVS libtool to always pass_all.
8636 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8638         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8639         (hppa*64*-*-*): Delete incorrect comment.
8640         * configure: Rebuilt.
8642 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8644         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8646 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8648         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8649         from CVS libtool to always pass_all.
8651 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8653         * install-sh, compile: Import from automake.
8655 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8657         * config.guess, config.sub:  Import from savannnah.
8659 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8661         * MAINTAINERS (Write After Approval): Add myself
8663 2004-11-12  Mike Stump  <mrs@apple.com>
8665         * Makefile.def: Add html support.
8666         * Makefile.tpl: Likewise.
8667         * Makefile.in: Regenerate.
8669 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8671         PR 18423
8672         * configure.in: Remove all instances of build-fixincludes from
8673         noconfigdirs.
8674         (build_configargs): Supply --target to subdirectories.
8675         * configure: Regenerate.
8677         * Makefile.def: Make gcc install depend on fixincludes install.
8678         * Makefile.in: Regenerate.
8680 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8682         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8684 2004-11-11  Paul Brook  <paul@codesourcery.com>
8686         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8688 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8690         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8691         target-libgfortran.
8692         * configure: Regenerate.
8694 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8696         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8697         like CC.
8699 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8701         * Makefile.def (host fixincludes): Specify missing targets.
8702         * Makefile.in: Regenerate.
8704 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8706         * MAINTAINERS: Add myself
8708 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8710         * MAINTAINERS (Write After Approval): Add myself.
8712 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8714         * Makefile.def: Build fixincludes for the host, too.
8715         * Makefile.in: Regenerate.
8716         * configure.in (host_tools): Add fixincludes.
8717         * configure: Regenerate.
8719 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8721         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8722         * configure: Regenerated.
8724 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8726         PR other/17783
8727         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8728         * configure: Regenerated.
8730 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8732         * README.SCO: Update per FSF instructions.
8734 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8736         PR target/18151
8737         * configure.in (case ${target}): Do not build fixincludes for avr.
8738         * configure: Regenerated.
8740 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8742         * configure.in (case ${target}): Do not build fixincludes
8743         on platforms where it is not used.
8744         * configure: Regenerated.
8746 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8748         * configure.in: Use an absolute path to install-sh.
8749         * configure: Regenerated.
8751 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8753         * MAINTAINERS (Write After Approval): Add myself.
8755 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8757         * MAINTAINERS: Remove from Write After Approval those that are
8758         already maintainers.
8760 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8762         * MAINTAINERS:  Update my email address.
8764 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8766         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8767         * configure: Regenerate.
8769 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8771         * MAINTAINERS:  Update my email address.
8773 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8775         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8776         entries belonging to this category.
8778 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8780         * MAINTAINERS: Update my e-mail address.
8782 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8784         Fix wrong conflict resolution in:
8786         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8788         * Makefile.in: Regenerate.
8789         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8790         in the recursive `make', instead of hardwiring `all'.
8791         (Autogenerated TARGET-* variables): New.
8793 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8795         * configure.in: Enable target-libgloss for crx-*-*.
8796         * configure: Regenerate.
8798 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8800         * MAINTAINERS (Various Maintainers): Move the "windows,
8801         cygwin, mingw" maintainer to ...
8802         (OS Port Maintainers): ... here.
8804 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8806         * MAINTAINERS (Write After Approval): Remove those that are
8807         maintainers of some subsystem.
8809 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8811         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8812         * ltcf-cxx.sh (tpf*): Likewise.
8813         * ltconfig (tpf*): Add TPF OS configuration support.
8815 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8817         * MAINTAINERS: Change my email address to my new work account.
8819 2004-09-24  Michael Roth  <mroth@nessie.de>
8821         * configure.in (--without-headers): Add missing double quotes.
8822         * configure: Regenerate.
8824 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8826         * ylwrap: Revert to previous version.
8828 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8830         PR bootstrap/17369
8831         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8832         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8833         SET_GCC_LIB_PATH_CMD.
8834         (BASE_TARGET_EXPORTS): Likewise.
8835         * Makefile.in: Regenerated.
8837         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8838         * configure: Regenerated.
8840 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8842         * config.guess: New upstream version
8843         * compile, depcomp, install-sh, ylwrap: Likewise.
8845 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8847         * config/mh-x86omitfp: New host makefile fragment.  Add
8848         -fomit-frame-pointer to the default BOOT_CFLAGS.
8849         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8850         * configure: Regenerate.
8852 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8854         PR target/11572
8855         * configure.in (*-*-darwin*): Renable libobjc.
8856         * configure: Regenerate.
8858 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8860         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8862 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8864         * Makefile.def: Remove libbanshee.
8865         * Makefile.tpl: Ditto.
8866         * configure.in: Ditto.
8867         * Makefile.in: Regen.
8868         * configure: Ditto.
8870 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8872         * ltmain.sh: Use $pic_object as $non_pic_object if
8873         $non_pic_object=none.
8875 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8877         * missing: Import latest version from master repository.
8879 2004-09-06  Nick Clifton  <nickc@redhat.com>
8881         * config.sub: Import latest version from master repository.
8882         * config.guess: Likewise.
8883         This includes these changes:
8885         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8887         * config.sub: Handle crisv32, alias etraxfs.
8888         * config.guess (crisv32:Linux:*:*): Handle.
8890         2004-08-13  Brad Smith  <brad@comstyle.com>
8892         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8893         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8895         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8897         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8898         assume the processor is a powerpc.  This is because coreutils
8899         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8900         in this case, due to a MacOS X bug that causes
8901         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8902         to return a negative number.
8903         Problem reported by Petter Reinholdtsen in:
8904         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8906         2004-07-19  Ben Elliston  <bje@gnu.org>
8908         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8910         2004-06-24  Ben Elliston  <bje@gnu.org>
8912         * config.guess: Update copyright years.
8913         * config.sub: Likewise.
8915         2004-06-22  Robert Millan  <robertmh@gnu.org>
8917         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8918         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8920         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8922         * config.guess (*:*VMS:*:*): New entry. Replaces
8923         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8924         manufacturer.
8926         2004-06-22  Ben Elliston  <bje@gnu.org>
8928         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8929         * config.sub: Likewise.
8931         2004-06-22  Ben Elliston  <bje@gnu.org>
8933         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8934         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8936         2004-06-11  Ben Elliston  <bje@gnu.org>
8938         * config.guess (pegasos:OpenBSD:*:*): Remove.
8940         2004-06-11  Ben Elliston  <bje@gnu.org>
8942         From Wouter Verhelst <wouter@grep.be>:
8943         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8945         2004-06-11  Ben Elliston  <bje@gnu.org>
8947         * config.guess (luna88k:OpenBSD:*:*): New.
8949         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8951         * config.guess (m32r*:Linux:*:*): New case.
8952         * config.sub: Handle m32rle.
8954         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8956         From Jens Petersen  <petersen@redhat.com>:
8957         * config.sub: Handle sparcv8.
8959         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8961         From Tom Smith <smith@cag.lkg.hp.com>:
8962         * config.guess: Version suffixes are equally significant on Tru64
8963         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8964         prefix of "P" (patched kernel).
8966         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8968         * config.sub: Add support for National Semiconductor CRX target.
8970 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8972         * MAINTAINERS (Various Maintainers): Remove myself as web page
8973         maintainer, add myself as maintainer of build status lists.
8975 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8977         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8978         *-*-netware, but add target-libmudflap.
8979         Consolidate *-*-netware targets (of which really only i?86 exists)
8980         into a single entry.
8981         * configure: Likewise.
8983 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8985         * Makefile.tpl (sorry): Remove.
8986         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8987         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8988         (do-clean): Clean per-stage directories too.
8989         (do-distclean): Run distclean-stage1 too.
8990         (.NOTPARALLEL): Enable during toplevel bootstrap.
8991         (stage[+id+]-bubble): Enable parallel execution during
8992         the recursive invocation.
8993         * Makefile.in: Regenerate.
8995         Fix previous checkin:
8997         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8998         include.
8999         * configure.in: Fix indentation.
9000         * configure: Regenerate.
9002 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9004         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9005         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9006         * configure: regenerate
9007         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9008         -mdynamic-no-pic
9010 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9012         * Makefile.def (build_modules): Add fixincludes.
9013         (dependencies): Make gcc depend on fixincludes.
9014         * configure.in (build_tools): Add fixincludes.
9015         (build_configdirs): Always include build_libs.
9016         * Makefile.in: Regenerate.
9017         * configure: Regenerate.
9019 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9021         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9022         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9023         phony targets; do not generate timestamp files.
9024         (distclean-stageN): Remove references to their timestamp files.
9025         (restageN, touch-stageN): Remove.
9026         (stageN-bubble): Rewritten.
9027         (compare): Support lean bootstraps.
9028         * Makefile.in: Regenerate.
9030         * configure.in: Only warn when bootstrapping but
9031         build != host or build != target.  Support lean bootstraps.
9032         * configure: Regenerate.
9034 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9036         * configure.in:  Give a better error message if GMP/MPFR are missing
9037         and a language needing them has been requested.
9038         * configure:  Regenerated.
9040 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9042         * configure.in:  Print a list of available language front-ends if
9043         a requested one is missing.  Tidy stray tab characters.
9044         * configure:  Regenerated.
9046 2004-08-19  Michael Koch  <konqueror@gmx.de>
9048         * gcc/doc/install.texi: Update entry about automake for libjava.
9050 2004-08-17  Robert Millan  <robertmh@gnu.org>
9052         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9053         (instead of FreeBSD).
9054         * configure: Regenerate.
9056 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9058         * Makefile.in: Regenerate.
9059         * configure: Regenerate.
9061         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9062         stage_*_flags.
9063         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9064         for bootstrapped modules if toplevel bootstrap is going.
9065         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9066         modules.  Adjust for changes in Makefile.def.  Enable several
9067         rules even in non-bootstrap mode, just to avoid peppering the
9068         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9069         (stage-[+prev+]-bubble): Remove.
9071         * Makefile.def (Dependencies): Depend on all-build-bison,
9072         all-build-flex, all-build-byacc, all-build-texinfo, rather
9073         than the host variations.
9074         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9075         with BUILD_SUBDIR.
9076         (BISON): Update for recent Bisons.
9077         (YACC): Fix typo.
9078         (cross): Depend on all-build.
9079         (all): Do not depend on all-build.
9080         (prebootstrap): Remove.
9081         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9082         (Prebootstrap dependencies): Add them to the per-stage targets
9083         and to all-prebootstrap.
9084         * configure.in (build_configdirs): Always enable build_tools.
9085         (BUILD_DIR_PREFIX): Remove.
9087         * Makefile.def (gcc): Add target variable.
9088         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9089         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9090         in the recursive `make', instead of hardwiring `all'.
9091         (Autogenerated TARGET-* variables): New.
9093 2004-08-13  Brian Booth  <bbooth@redhat.com>
9095         * MAINTAINERS: Remove myself from write-after-approval.
9097 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9099         * src-release: Stop distributing mmalloc with gdb (which doesn't
9100         use it).
9101         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9102         * Makefile.in: Regenerate.
9104 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9106         * configure.in (arm*-*-eabi*): New target.
9107         * configure: Regenerate.
9109 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9111         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9112         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9113         (Dependencies): New section.
9114         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9115         (configure-target-[+module+]): Depend on maybe-all-gcc
9116         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9117         (toplevel profiledbootstrap): Fix dependencies.
9118         * Makefile.in: Regenerate.
9120 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9122         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9123         target-libiberty to noconfigdirs.
9124         * configure: Regenerate.
9126 2004-08-03  Paul Brook  <paul@codesourcery.com>
9128         * configure.in: Check for MPFR as well as GMP.
9129         * configure: Regenerate.
9131 2004-08-01  Robert Millan  <robertmh@gnu.org>
9133         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9134         libmudflap for all GNU-based systems (with Glibc).
9135         * configure: Regenerate.
9137 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9139         * Makefile.def (host-modules): Add gcc.
9140         * Makefile.in: Regenerate.
9141         * Makefile.tpl (sorry): New rule.
9142         (configure-host, all-host, [+make_target+]-host, do-check,
9143         install-host): Do not add gcc as a special case.
9144         (host modules): Add a small special-casing for gcc.  Export
9145         extra_make_flags through the environment.
9146         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9147         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9148         other recursive targets for gcc): Remove.
9150         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9151         (stage, unstage): New rules.
9152         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9153         distclean-stage[+id+]): Use stage_current.
9154         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9155         the stage*-start rules.
9157 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9159         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9160         use -all_load flag.
9162 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9164         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9165         * configure: Regenerate.
9167 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9169         * maintainer-scripts/gcc_release: Revert yesterday's change.
9171 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9173         * MAINTAINERS: Add myself to write-after-approval.
9175 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9177         * libf2c: Removed.
9178         * gcc/gccbug.in: Updated because of libf2c removal.
9179         * maintainer-scripts/gcc_release: Ditto.
9181 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9183         * configure.in: Build libmudflap by default on FreeBSD.
9184         * configure: Regenerated.
9186 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9188         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9189         systems.
9190         * configure: Regenerated.
9192 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9194         PR target/16344
9195         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9196         feedback based compiler.
9197         * Makefile.in: Rebuilt.
9199 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9201         * Makefile.def (host_modules): Set bootstrap=true for flex.
9202         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9203         * Makefile.in: Rebuilt.
9205 2004-07-07  Jan Hubicka  <jh@suse.cz>
9207         * MAINTAINERS: Add self as a profile feedback maintainer.
9209 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9211         * configure.in:  Do not prepend $srcdir to /dev/null in
9212         makefile fragments.
9213         * configure:  Regenerate.
9215 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9217         * Makefile.def (build_modules): Add bison, byacc, flex,
9218         m4, texinfo.
9219         (flags_to_pass): Add FLEX.
9220         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9221         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9222         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9223         DEFAULT_MAKEINFO): Remove.
9224         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9225         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9226         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9227         objdir or else use configured tool.
9228         (all-build): New.
9229         (all): Depend on it.
9230         (Build module dependencies): Add.
9231         * Makefile.in: Regenerate.
9232         * configure.in: Better support for multiple build modules,
9233         matching what is done for host/target modules.  Do not look
9234         for "plausible" locations of build tools if Canadian cross.
9235         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9236         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9237         * configure: Regenerate.
9239 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9241         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9242         * Makefile.in: Regenerate.
9244 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9246         * Makefile.tpl (configure-build-[+module+],
9247         configure-[+module+], configure-target-[+module+]): Pass
9248         [+extra_configure_args+].
9249         (all-build-[+module+], all-[+module+], check-[+module+],
9250         install-[+module+], [+make_target+]-[+module+],
9251         all-target-[+module+], check-target-[+module+],
9252         install-target-[+module+], [+make_target+]-target-[+module+]):
9253         Pass [+extra_make_args+].
9254         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9255         (GCC_HOST_EXPORTS): Remove.
9256         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9257         cross, check-gcc, check-gcc-c++, install-gcc,
9258         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9259         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9260         * Makefile.in: Regenerate.
9262 2004-06-21  Matthew Sachs  <msachs@apple.com>
9264         * MAINTAINERS: Added self to write-after-approval.
9266 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9268         * configure.in: Check for srcdir/winsup rather than build directory
9269         winsup.
9270         * configure: Regenerate.
9272 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9274         * configure.in: Don't build Cygwin native newlib if winsup
9275         directory is missing.  Emit warning instead.
9276         * configure: Regenerate.
9278 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9280         * Makefile.tpl (touch-stage[+id+]): New.
9281         (restage[+prev+]): Depend on touch-stage[+id+].
9283         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9284         Use it throughout.
9286         * Makefile.def: Add profile and feedback bootstrap stages.
9287         Remove next field from bootstrap stages.
9288         * Makefile.tpl (LN, LN_S): Substitute.
9289         (stageN-start, stageN-end): Use double-colon rules, to
9290         provide a hook for additional setup commands.
9291         (distclean-stageN-gcc, restageN): Create dependencies from
9292         [+prev+], not from [+next+].
9293         (stageN-bubble): Add commands for successive stages from
9294         [+prev+], using double-colon rules.
9295         (all-stageN-gcc): Fix typo.
9296         (stagefeedback-start, profiledbootstrap): New.
9297         * Makefile.in: Regenerate.
9298         * configure.in: Call ACX_PROG_LN.
9299         * configure: Regenerate.
9301 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9303         * MAINTAINERS (Write After Approval): Add myself.
9305 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9307         * MAINTAINERS (Write After Approval): Add myself.
9309 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9311         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9312         without gcc.
9313         * configure: Regenerate.
9315 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9317         * Makefile.tpl: Fix typo.
9318         * Makefile.in: Regenerate.
9320 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9322         * configure.in: Remove new- prefix from toplevel
9323         bootstrap targets.
9324         * configure: Regenerate.
9326 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9328         * Makefile.tpl (all.normal): Rename to all.
9329         (all): Replace with a rule to pick the default
9330         target from configure.
9331         (all-gcc, configure-gcc): Use conditionals to
9332         do nothing when toplevel bootstrap is going on.
9333         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9334         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9335         * configure.in: Support --enable-bootstrap.
9337         * Makefile.def: Remove new- prefix from toplevel
9338         bootstrap targets.
9339         * Makefile.tpl: Likewise.
9341         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9342         target.
9344         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9345         $(RECURSE_FLAGS) to recursive invocation of make.
9347         * Makefile.in: Regenerate.
9348         * configure: Regenerate.
9350 2004-05-30  Andreas Jaeger  <aj@suse.de>
9351             Jim Wilson  <wilson@specifixinc.com>
9353         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9354         like CC.
9356 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9358         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9359         * configure: Regenerate.
9361 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9363         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9364         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9365         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9366         targets.
9367         * Makefile.in: Regenerate.
9369 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9371         * configure.in: Test the ability to symlink directories.
9372         * configure: Regenerate.
9374         * Makefile.def (bootstrap-stage): New definitions.
9375         * Makefile.tpl (configure-stage1-gcc,
9376         configure-stage2-gcc, configure-stage3-gcc,
9377         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9378         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9379         new-restage3, compare): Autogenerate, see Makefile.in
9380         entry for behavioral changes.
9381         (distclean-stage1, new-stage1-start, new-stage1-end,
9382         new-stage1-bubble, distclean-stage2, new-stage2-start,
9383         new-stage2-end, new-stage2-bubble, distclean-stage3,
9384         new-stage3-start, new-stage3-end): New autogenerated targets.
9385         (objext, prebootstrap, BOOT_CFLAGS,
9386         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9387         targets.
9389         * Makefile.in: Regenerate.
9390         (distclean-stage1, new-stage1-start, new-stage1-end,
9391         new-stage1-bubble, distclean-stage2, new-stage2-start,
9392         new-stage2-end, new-stage2-bubble, distclean-stage3,
9393         new-stage3-start, new-stage3-end): New targets.
9394         (all-stage1-gcc): Move prebootstrap dependency from here...
9395         (configure-stage1-gcc): ...to here.
9396         (new-bootstrap): Use bubble targets.
9397         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9398         Use per-stage distclean targets.
9399         (configure-stage1-gcc, configure-stage2-gcc,
9400         configure-stage3-gcc, all-stage1-gcc,
9401         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9402         Use new-stageN-start to prepare the tree.
9404 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9406         * Makefile.def (host_modules): add libcpp.
9407         * Makefile.tpl: Add dependencies on and for libcpp.
9408         * Makefile.in: Regenerate.
9409         * configure.in: Add libcpp host module.
9410         * configure: Regenerate.
9412 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9414         * Makefile.tpl: Whenever a recursive target is defined, wrap
9415         it in a special @if/@endif block, and prepare its maybe
9416         dependency in the @if/@endif block
9417         * configure.in: Instead of writing maybe dependencies, remove
9418         the @if/@endif statements, and remove the @if/@endif blocks
9419         that remain.
9420         * configure: Regenerate.
9421         * Makefile.in: Regenerate.
9423 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9425         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9427 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9429         PR bootstrap/15120
9430         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9431         * */configure: Rebuilt.
9433 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9435         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9436         of libf2c.
9437         * configure, Makefile.in: Regenerate.
9439 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9441         * MAINTAINERS (Write After Approval): Add myself.
9443 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9445         Merge from tree-ssa-20020619-branch.
9447         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9448         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9449         (HOST_GMPLIBS): Define.
9450         (HOST_GMPINC): Define.
9451         (TARGET_LIB_PATH): Add libmudflap.
9452         (GFORTRAN_FOR_TARGET): Define.
9453         (configure-build*): Export GFORTRAN.
9454         (configure-gcc): Export GMPLIBS and GMPINC.
9455         (all-gcc): Add maybe-all-libbanshee.
9456         (configure-target-libgfortran): Define.
9457         * Makefile.in: Regenerate.
9458         * configure.in (host_libs): Add libbanshee.
9459         (target_libraries): Add target-libmudflap and target-libgfortran.
9460         Add --with-libbanshee.
9461         Handle --disable-libmudflap.
9462         (*-*-freebsd*): Use with_gmp.
9463         Add $(libgcj) to noconfigdirs.
9464         * configure: Regenerate.
9465         * depcomp: New file.
9466         * MAINTAINERS: Add tree-ssa maintainers.
9468 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9470         * MAINTAINERS (Various Maintainers): Add myself.
9472 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9474         * MAINTAINERS (Write After Approval): Add myself.
9476 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9478         * MAINTAINERS (Write After Approval): Add myself.
9480 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9482         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9483         * configure: Regenerate.
9485 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9487         Revert:
9488         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9490         * Makefile.def (flags_to_pass): Remove *dir variables that
9491         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9492         as well as prefix and exec_prefix.
9493         * Makefile.in: Regenerate.
9495 2004-04-26  Robert Millan  <robertmh@gnu.org>
9497         Add patches from libtool CVS.
9498         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9499         * ltconfig: Likewise.
9500         * ltcf-c.sh: Likewise.
9501         * ltcf-cxx.sh: Likewise.
9502         * ltcf-gcj.sh: Likewise.
9504 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9506         * Makefile.def (host_modules): Mark with the bootstrap
9507         flag packages on which gcc depends.
9508         * Makefile.tpl (all-bootstrap): Use it.
9509         * Makefile.in: Regenerate.
9511 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9513         * Makefile.def (flags_to_pass): Remove *dir variables that
9514         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9515         as well as prefix and exec_prefix.
9516         * Makefile.in: Regenerate.
9518 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9520         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9521         * configure: Regenerate.
9522         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9523         * gcc/Makefile.tpl (compare): Use the result of the test.
9524         * gcc/Makefile.in: Regenerate.
9526 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9528         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9529         Always relocate gcc and prev-gcc to the original names, even
9530         if the build fails.
9531         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9532         New targets.
9534 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9536         * MAINTAINERS: Update my email address.
9538 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9540         * configure.in (mips*-*-irix5*): Enable ld.
9541         * configure: Regenerate.
9543 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9545         * configure: Regenerate.
9547 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9549         * Makefile.tpl (configure-[+module+], configure-gcc,
9550         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9551         Set and export LDFLAGS.
9552         * Makefile.in: Regenerate.
9554 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9556         * MAINTAINERS: Add myself to write-after-approval.
9558 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9560         PR bootstrap/14871
9561         * Makefile.tpl: If we don't have built-in-tree target tools,
9562         use the ones found by configure rather than hacking around with
9563         program_transform_name.
9564         * configure.in: Give Makefile.tpl the information necessary
9565         to do that.
9566         * Makefile.in: Regenerate.
9567         * configure: Regenerate.
9569 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9571         PR bootstrap/14760
9572         * configure.in: When computing baseargs, strip *all* copies of
9573         offending options.  Also, don't match/substitute the trailing space,
9574         so that this actually works when two similar options are separated by
9575         only one space.
9576         * configure: Regenerate.
9578 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9580         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9581         (rs6000-*-aix*): Same.
9582         * configure: Regenerate.
9584 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9586         * MAINTAINERS: Add myself to write-after-approval.
9588 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9590         * MAINTAINERS: Add myself to write-after-approval.
9592 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9594         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9595         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9596         * Makefile.in: Regenerate.
9598         * configure.in (top level bootstrap support): Rework --enable-werror
9599         to set @stage2_werror_flag@.
9600         * configure: Regenerate.
9601         * Makefile.tpl (top level bootstrap support): Pass
9602         @stage2_werror_flag@ down to configure in stages 2 and 3.
9603         * Makefile.in: Regenerate.
9605 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9607         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9608         for stages 2 and 3 as well as in make.  As a consequence, remove
9609         OUTPUT_OPTION (now detected by configure) from the flags passed down
9610         to make.
9611         * Makefile.in: Regenerate.
9613         * Makefile.tpl (new-bootstrap): Fix typo.
9614         * Makefile.in: Regenerate.
9616 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9618         * Makefile.tpl: Rearrange by moving recursive_targets rules
9619         into their proper sections.
9620         * Makefile.tpl (top level bootstrap support): Move disabling
9621         of coverage flags from 'make' to 'configure'; improve comments.
9622         * Makefile.in: Regenerate.
9624         * Makefile.tpl (experimental top level bootstrap) Move stage1
9625         language setting from all- target to configure- target; disable
9626         intermodule optimization in stage 1; prevent gratuitous rebuilds
9627         of stage 1.
9628         * Makefile.in: Regenerate.
9629         * configure.in: Comma-separate stage 1 language list for top
9630         level bootstrap.
9631         * configure: Regenerate.
9633         * Makefile.tpl: Clean up experimental top level bootstrap support:
9634         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9635         prev-gcc in configure- targets as well as all- targets.
9636         * Makefile.in: Regenerate.
9638 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9640         * compile: New file imported from automake.
9642 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9644         * configure.in: Remove symbolic link section.
9645         * configure: Regenerate.
9646         * Makefile.tpl (links): Remove.
9647         * Makefile.in: Regenerate.
9649 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9650             Nathanael Nerode  <neroden@gcc.gnu.org>
9652         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9653         Set with AC_CHECK_PROGS.
9654         * configure.in: Fix comment typo from last patch.
9655         * configure: Regenerate.
9657 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9659         * Makefile.tpl: Introduce experimental top level bootstrap support.
9660         * Makefile.in: Regenerate.
9661         * configure.in: Introduce support for top level bootstrap.
9662         * configure: Regenerate.
9664 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9665             Paolo Bonzini  <bonzini@gnu.org>
9667         PR bootstrap/14522
9668         * configure.in: Cope with shells that do not support unquoted ^
9669         * configure: Regenerate.
9671 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9672             Paolo Bonzini  <bonzini@gnu.org>
9674         PR bootstrap/14522
9675         * configure.in: Cope with shells that do not support nesting
9676         quotes inside quoted backquote substitutions.
9677         * configure: Regenerate.
9679 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9681         PR bootstrap/14522
9682         * configure.in: Fix escaping of $.
9683         * configure: Regenerate.
9685 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9687         * configure: Regenerate, since I forgot to while committing Paolo's
9688         changes.
9690 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9692         PR ada/14131
9693         Move language detection to the top level.
9694         * configure.in: Find default values for the tools as
9695         soon as possible.  Disable ada if GNAT is not found.
9696         Emit error message about missing languages.  Expand
9697         --enable-languages=all for the gcc subdirectory.
9699 2004-03-10  Ben Elliston  <bje@gnu.org>
9701         * MAINTAINERS: Update my email address.
9703 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9705         * ltconfig: Disable building static libraries if building shared
9706         libraries on AIX 5L.
9708 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9710         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9711         and disable libgcj.
9712         * configure: Regenerated.
9714 2004-03-01  Brian Booth  <bbooth@redhat.com>
9716         * MAINTAINERS: Add myself to write-after-approval.
9718 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9720         * MAINTAINERS: Add myself to write-after-approval.
9722 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9724         PR bootstrap/7087
9725         * Makefile.tpl: Guard XFOO sed statements better.
9726         * Makefile.tpl: Add dependency for configure-target-libada.
9727         * Makefile.in: Regenerate (incidentally fixes broken
9728         commit when libada-branch was merged).
9730 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9732         * MAINTAINERS: Add myself to write-after-approval.
9734 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9736         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9737         maintainers.
9739 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9741         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9742         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9744 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9746         PR bootstrap/11932
9747         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9749 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9751         * MAINTAINERS: Added myself to write-after-approval.
9753 2004-02-14  Michael Koch  <konqueror@gmx.de>
9755         * MAINTAINERS: Added myself to write-after-approval.
9757 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9759         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9760         some OS port maintainers to OS port maintainers section.
9762 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9764         * MAINTAINERS: Add self.
9766 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9768         * MAINTAINERS: Alphabetize.
9770 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9772         * MAINTAINERS: Remove myself.
9774 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9776         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9777         (rs6000-*-aix*): Same.
9778         * configure: Regenerate.
9780 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9782         * configure.in (host): Add in missing $noconfigdirs to defines.
9783         * configure: Regenerate.
9785 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9786             Nathanael Nerode  <neroden@gcc.gnu.org>
9788         PR ada/6637, PR ada/5911
9789         Merge with libada-branch:
9790         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9791         with appropriate dependencies. Add --enable-libada configure switch.
9792         * configure, Makefile.in: Regenerate.
9794 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9796         * MAINTAINERS: Add myself to write-after-approval.
9798 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9800         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9801         * configure: Regenerate.
9803 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9805         Merge from upstream:
9807         * ltmain.in: When setting IFS to '~', be careful about user
9808         arguments that contain '~'.
9810         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9812         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9813         Also test $base_compile against $CC with escaped arguments. Bug
9814         reported by Geoff Keating <geoffk@apple.com>.
9816 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9818         * MAINTAINERS: Remove i960 port.
9820 2004-01-23  DJ Delorie  <dj@redhat.com>
9822         * Makefile.def (target_modules) [libiberty]: Don't stage.
9823         * Makefile.in: Rebuilt.
9825 2004-01-20  Caroline Tice  <ctice@apple.com>
9827         * MAINTAINERS: Add myself to write-after-approval.
9829 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9831         * MAINTAINERS: Update my email address.
9833 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9835         * MAINTAINERS: Add myself to write-after-approval.
9837 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9839         * MAINTAINERS: Remove entries without email address.
9841 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9843         * MAINTAINERS: Add myself to write-after-approval.
9845 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9847         * MAINTAINERS: Update my email address.
9849 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9851         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9852         * Makefile.tpl (configure-target-[+module+]): Support stage.
9853         * Makefile.in: Rebuilt.
9855 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9857         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9859 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9861         * MAINTAINERS: Add myself as a MIPS maintainer.
9863 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9865         * configure.in: Use ./config.cache, not config.cache.
9866         * configure: Regenerate.
9867         * Makefile.tpl: Special-casing not needed for GCC any more.
9868         * Makefile.in: Regenerate.
9870         * configure.in: Don't share a cache file for host dirs.
9871         * configure: Regenerate.
9873         * config-ml.in: Don't mess with the cache file.
9875 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9877         * MAINTAINERS: Move myself from 'Write After Approval' to
9878         'CPU Port Maintainers' section as SPARC maintainer.
9880 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9882         * Makefile.tpl: Make GCC use a separate config.cache.
9883         * Makefile.in: Regenerate.
9885         PR bootstrap/11932, PR bootstrap/11933
9886         (I don't know if it will fix either of them, but it relates
9887         to them.)
9888         * configure.in: Don't use shared config.cache for target
9889         directories.
9890         * configure: Regenerate.
9892 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9894         * MAINTAINERS: Add myself to 'Write After Approval' section.
9896 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9898         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9899         * configure: Regenerated.
9901 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9903         * MAINTAINERS: Remove the mn10200 maintainer.
9905 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9907         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9908         * configure: Regenerated.
9910 2003-12-16  Jan Hubicka  <jh@suse.cz>
9912         * MAINTAINERS: Add myself as callgraph maintainer.
9914 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9916         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9917         * configure: Regenerate.
9919 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9921         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9922         'Write After Approval' section. Update email.
9924 2003-12-01  James Lemke  <jim@wasabisystems.com>
9926         * MAINTAINERS (Write After Approval): Add myself.
9928 2003-11-20  Matt Thomas  <matt@3am-software.com>
9930         * MAINTAINERS: Add myself as a vax port maintainer.
9932 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9934         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9935         (configure-build-[+module+], configure-[+module+]): Likewise.
9936         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9937         * Makefile.in: Regenerate.
9939 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9941         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9942         shared/dylibed libraries.
9943         * ltmain.sh: Likewise.
9944         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9945         * ltcf-cxx.sh: Likewise.
9946         * ltcf-gcj.sh: Likewise.
9947         * ltconfig: Likewise.
9949 2003-11-17  Stan Cox  <scox@redhat.com>
9951         * MAINTAINERS: Add myself as iq2000 port maintainer.
9953 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9955         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9956         * Makefile.in: Regenerate.
9958 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9960         * config.sub: Update to 2003-11-03 version.
9962 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9964         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9965         * configure:  Regenerate.
9967 2003-10-20  Nicolas Pitre  <nico@cam.org>
9969         * MAINTAINERS: Add myself to 'Write After Approval' section.
9971 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9973         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9975 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9977         * MAINTAINERS: Update my email address.
9979 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9981         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9983 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9985         * MAINTAINERS: Add myself to 'Write After Approval' section.
9987 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9989         * config.guess: Update to 2003-10-16 version.
9990         * config.sub: Update to 2003-10-16 version.
9992 2003-10-15  David Daney  <ddaney@avtrex.com>
9994         * MAINTAINERS: Added myself to 'Write After Approval' section.
9996 2003-10-15  Falk Hueffner  <falk@debian.org>
9998         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9999         'Write After Approval' section. Update email.
10001 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10003         * MAINTAINERS: Move myself from 'Write After Approval' to
10004         'Various Maintainers' section as middle-end maintainer.
10006 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10008         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10009         HOST_FLAGS_TO_PASS.
10010         * Makefile.in: Regenerate.
10012 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10014         * config.guess: Update to 2003-10-07 version.
10015         * config.sub: Update to 2003-10-07 version.
10017 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10019         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10020         * ltconfig (irix5*, irix6*): Don't override version_type.
10022 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10024         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10025         * configure: Rebuilt
10026         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10027         * Makefile.in: Rebuilt
10029 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10031         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10033 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10035         * MAINTAINERS (Write After Approval): Add myself.
10037 2003-09-29  Paul Koning  <ni1d@arrl.net>
10039         * MAINTAINERS: Move myself from "Write After Approval"
10040         to CPU platform maintainers for pdp11 platform.
10042 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10044         * MAINTAINERS: Move myself from 'Write After Approval' to
10045         'Various Maintainers' section as libffi testsuite maintainer.
10047 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10049         * configure.in: Pass a computed --program-transform-name
10050         to subconfigures.
10051         * configure: Regenerated.
10053 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10055         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10056         * Makefile.in: Regenerate.
10058         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10059         * Makefile.in: Regenerate.
10061 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10063         * MAINTAINERS: Move myself from 'Write After Approval'
10064         to 'Various Maintainers' (objective-c) section.
10066 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10068         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10069         quoting.
10070         * configure: Regenerated.
10072 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10074         * MAINTAINERS (Write After Approval): Add myself to write after
10075         approval list.
10077 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10079         * MAINTAINERS (Write After Approval): Add myself.
10081 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10083         * MAINTAINERS: Update my e-mail address.
10085 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10087         * libtool.m4 (LD): Correct powerpc64 host match.
10089 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10091         * MAINTAINTERS: Update my affiliation and email address.
10093 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10095         * MAINTAINERS (Write After Approval): Add myself.
10097 2003-09-04  DJ Delorie  <dj@redhat.com>
10099         * configure: Regenerate.
10101 2003-09-04  Robert Millan  <robertmh@gnu.org>
10103         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10105 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10107         * configure.in: Ensure arguments to sed are properly spaced.
10108         * configure: Regenerate.
10110 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10112         * MAINTAINERS: Update my e-mail address.
10114 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10116         * MAINTAINERS (Write After Approval): Add myself.
10118 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10120         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10121         * configure: Regenerated.
10123 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10125         * MAINTAINERS: Update my email address.
10127 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10129         * configure.in:  Use newline instead of semicolon when assuming
10130         shell arguments in a for loop.
10131         * configure:  Regenerated.
10133 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10135         * MAINTAINERS: Resurrect the i860 maintainer.
10137 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10139         PR 8180
10140         * configure.in: When testing with_libs and with_headers, treat
10141         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10142         * configure: Regenerate.
10144         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10145         make, shell, etc.
10146         (baseargs): Likewise.
10147         * configure: Regenerate.
10149 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10151         * MAINTAINERS (Write After Approval): Add myself.
10153 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10155         * configure.in: Disable libgcj for darwin not on powerpc.
10156         * configure: Rebuild.
10158 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10160         * config-ml.in, symlink-tree: Add license.
10162 2003-08-03  Richard Stallman  <rms@gnu.org>
10163             Eben Moglen  <moglen@columbia.edu>
10165         * README.SCO: New file.
10167 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10169         * Makefile.tpl (check, check-c++): Express dependencies using
10170         dependencies rather than commands.
10171         * Makefile.in: Regenerate.
10173 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10175         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10176         * configure: Ditto.
10178 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10180         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10181         * Makefile.in: Update.
10183 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10185         * configure.in: Enable libgcj for darwin.
10186         * configure: Rebuild.
10188 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10190         * config-ml.in:  Use ac_configure_args directly instead of
10191         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10192         actually seen.
10194 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10196         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10197         creating target and build subdirs to build all parent dirs as needed.
10198         * Makefile.in: Rebuild.
10199         * configure.in: Don't build dirs explicitly here.
10200         * configure: Rebuild.
10202 2003-07-26  Paul Brook  <paul@nowt.org>
10204         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10206 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10208         * Makefile.tpl (all-make): Depend on intl.
10209         * Makefile.in: Rebuilt.
10211 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10213         * install-sh:  Update to newer upstream versions (associated with
10214         aclocal 1.7).
10215         * mkinstalldirs:  Likewise.
10216         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10218 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10220         * MAINTAINERS: Move self from Bug database only accounts
10221         to write-after-approval.
10223 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10225         * config.if: Remove unused libc_interface determination.
10227 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10229         * MAINTAINERS: Move self from write-after-approval to
10230         build machinery (*.in).
10232 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10234         PR bootstrap/11273
10235         PR bootstrap/11408
10236         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10237         unused INSTALL_PROGRAM_ARGS.
10238         * configure.in: Use AC_PROG_INSTALL.
10239         * Makefile.in: Regenerate.
10240         * configure: Regenerate.
10242 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10244         * MAINTAINERS: Alphabetize.
10246 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10248         * configure: Rebuilt.
10249         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10250         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10251         newlib nor libgloss.
10252         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10253         * configure.in (am33_2.0-*-linux*): Added.
10255 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10257         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10258         * configure: Regenerate.
10260 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10262         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10263         * Makefile.in: Regenerate.
10265 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10267         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10268         * Makefile.in: Regenerate.
10270 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10272         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10273         * Makefile.in: Regenerated.
10275         * config-ml.in: Replace PWD with PWD_COMMAND.
10277 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10279         * intl: New directory; see intl/ChangeLog for details.
10280         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10281         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10282         * Makefile.in: Regenerate.
10284 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10286         * configure.in: Clean up config-lang.in handling.  Delete
10287         useless assignment to "subdirs".
10288         * configure: Regenerate.
10290 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10292         * configure.in: Rename 'target_libs' to 'target_libraries'.
10293         Remove useless reference to 'target_libs'.
10294         * configure: Regenerate.
10296 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10298         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10299         * Makefile.in: Regenerate.
10301 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10303         * Makefile.def: Introduce flags_to_pass.
10304         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10305         * Makefile.in: Regenerate.
10307 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10309         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10310         and target-libgloss.
10311         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10312         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10313         * configure: Regenerate.
10315 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10317         * configure.in: Update testsuite_flags to new location.
10318         * configure. Regenerate.
10320 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10322         * Makefile.tpl: Remove BUILD_CC stuff.
10323         * Makefile.in: Regenerate.
10325 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10327         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10329 2003-06-16  Graeme Peterson  <gp@qnx.com>
10331         * MAINTAINERS (Write After Approval): Add myself.
10333 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10335         * config.guess: Update to 2003-06-12 version.
10336         * config.sub: Update to 2003-06-13 version.
10338 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10340         * config.guess: Update to 2003-06-06 version.
10341         * config.sub: Update to 2003-06-06 version.
10343 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10345         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10346         * configure. Regenerate.
10348 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10350         * configure.in: Disable serial configure by default.
10351         * configure: Regenerate.
10352         * Makefile.tpl: Abolish .NOTPARALLEL.
10353         * Makefile.in: Regenerate.
10355         * Makefile.tpl: Replace {build,host,target}_canonical by
10356         {build,host,target}.
10357         * Makefile.in: Regenerate.
10359         * Makefile.tpl: Fix stupid pasto.
10360         * Makefile.in: Regenerate.
10362 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10364         * Makefile.tpl: Remove bogus conditional.
10365         * Makefile.in: Regenerate.
10367 2003-06-05  Jan Hubicka  <jh@suse.cz>
10369         * Makefile.tpl (profiledbootstrap): New target.
10370         * Makefile.in (profiledbootstrap): New target.
10372 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10374         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10375         Pinski. Remove user names from other bugzilla-only maintainers.
10377 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10379         * Makefile.tpl: Make 'recursive targets' using autogen rather
10380         than shell loop.  Remove duplicate 'clean' targets and false
10381         comments.
10382         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10383         Add systematic method of specifying missing targets in subdirs.
10384         Add copyright boilerplate.
10385         * Makefile.in: Regenerate.
10386         * configure.in: Add 'recursive targets' to maybe list.
10387         * configure: Regenerate.
10389         * MAINTAINERS: "GNATS only" -> "Bug database only".
10391         * Makefile.tpl: Rename [+target+] to [+make_target+].
10392         * Makefile.def: Rename 'target' to 'make_target'.
10394 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10396         * MAINTAINERS: Add self as options handling maintainer.
10398 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10400         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10401         been too long since I touched those ports.
10403 2003-05-28  DJ Delorie  <dj@redhat.com>
10405         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10406         * Makefile.in: Regenerate.
10408 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10410         * configure.in: Use curly braces in the definition of tooldir.
10411         * configure: Regenerate.
10413 2003-05-21  DJ Delorie  <dj@redhat.com>
10415         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10416         newlib or libgloss.
10417         * Makefile.in: Regenerate.
10419 2003-05-21  DJ Delorie  <dj@redhat.com>
10421         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10422         * Makefile.in: Regenerate.
10424 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10426         * MAINTAINERS: Update my e-mail address.
10428 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10430         * configure.in: Switch more things to use maybe dependencies.
10431         * Makefile.tpl: Switch more things to use maybe dependencies.
10432         Factor out common code from autogen IF statements.
10433         * configure: Regenerate.
10434         * Makefile.in: Regenerate.
10436 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10438         * configure.in: Accept i[3456789]86 for machine type.
10439         * configure: Regenerate.
10441 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10443         * configure.in: Switch more things to use maybe dependencies.
10444         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10445         * configure: Regenerate.
10446         * Makefile.tpl: Switch more things to use maybe dependencies.
10447         * Makefile.in: Regenerate.
10449 2003-05-16  Andreas Schwab  <schwab@suse.de>
10451         * Makefile.tpl (install-opcodes): Define.
10452         * Makefile.in: Rebuild.
10454 2003-05-13  Andreas Jaeger  <aj@suse.de>
10456         * config.guess: Update to 2003-05-09 version.
10457         * config.sub: Update to 2003-05-09 version.
10459 2003-05-13  Michael Eager  <eager@mvista.com>
10461         * configure.in: Correct sed script so that options in quotes are not
10462         deleted.
10463         * configure: Rebuild.
10465 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10467         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10468         and $$s/newlib/libc/sys/cygwin32 include paths.
10469         * configure: Ditto.
10471 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10473         * MAINTAINERS: Update my email addresses.
10475 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10477         * config-ml.in: Propagate INSTALL variables.
10479 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10481         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10483 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10485         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10486         * Makefile.in: Regenerate.
10488 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10490         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10492 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10494         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10496 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10498         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10499         * Makefile.in: Regenerated.
10501 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10503         * MAINTAINERS (Write After Approval): Upgrade myself from
10504         GNATS only to write-after-approval. Update my mail address.
10506 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10508         (OS Port Maintainers: freebsd): Add myself.
10510 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10512         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10514 2003-04-22  Kean Johnston  <jkj@sco.com>
10516         * MAINTAINERS (SCO ports): Added myself.
10518 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10520         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10522 2003-04-19  Kean Johnston  <jkj@sco.com>
10524         * MAINTAINERS (Write After Approval): Add myself.
10526 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10528         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10529         * Makefile.in: Regenerate.
10531 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10533         * configure.in (powerpc64*-*-linux*): Remove.
10534         * configure: Rebuilt.
10536 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10538         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10539         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10540         and restrap.
10541         * Makefile.in:  Regenerate.
10543 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10545         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10546         * configure: Regenerated.
10548 2003-04-15  DJ Delorie  <dj@redhat.com>
10550         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10552 2003-04-13  Nick Clifton  <nickc@redhat.com>
10554         * config-ml.in: Remove support for --disable-aix removing
10555         call-aix multilibs.
10557 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10559         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10560         * */configure: Rebuilt.
10562 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10564         * MAINTAINERS: Add my email address.
10566 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10568         * MAINTAINERS (Write After Approval): Add myself.
10570 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10572         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10573         * Makefile.in: Regenerate.
10575 2003-03-14  Michael Chastain  <mec@shout.net>
10577         * Makefile.in: Regenerate with correct Makefile.def.
10579 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10581         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10582         Make macro.
10583         * Makefile.in: Regenerate.
10584         * configure.in: Clean up gxx_include_dir logic.
10585         * configure: Regenerate.
10587 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10589         * MAINTAINERS (Write After Approval): Add myself.
10591 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10593         * MAINTAINERS: Update my mail address.
10595 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10597         * configure.in (gxx_include_dir): Fix typo.
10598         * configure: Regenerated.
10600 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10602         * Makefile.tpl: Reindent.
10603         * Makefile.in: Regenerate.
10604         * configure.in: Reindent.  Don't set unused variables.
10605         * configure: Regenerate.
10607 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10609         * configure.in: Include $(build_tooldir)/sys-include in
10610         FLAGS_FOR_TARGET.
10611         * configure: Regenerated.
10613 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10615         * Makefile.tpl: Always pass down RANLIB.
10616         * Makefile.in: Regenerate.
10618         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10619         * Makefile.in: Regenerate.
10620         * configure.in: Remove unused logic relating to --enable-shared
10621         and --enable-threads.  Remove bogus comments.  Remove redundant
10622         noconfigdirs.
10623         * configure: Regenerate.
10625         * configure.in: Replace ${libstdcxx_version} by its value.
10626         Remove reference to mh-dgux.
10627         * configure: Regenerate.
10629 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10631         * MAINTAINERS (Write After Approval): Add myself.
10633 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10635         * Makefile.tpl: Rearrange.
10636         * Makefile.in: Regenerate.
10638 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10640         * configure.in: Add support for kaOS as cross build target system.
10641         * configure: Regenerated.
10643 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10645         * MAINTAINERS (Write after approval): Add myself.
10647 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10649         * MAINTAINERS: Update my email address.
10651 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10653         * MAINTAINERS: Add self to blanket write privs. section.
10655 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10657         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10658         configure-target-* as some target builds may require additional
10659         flags for preprocessor tests.
10660         * Makefile.in: Regenerated.
10662 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10664         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10665         * ltconfig: Handle it.
10666         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10667         auto-detecting it.
10669         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10670         it is used as argument to $CC.
10671         * ltcf-gcj.sh: Likewise.
10673         * configure.in: Introduce --enable-maintainer-mode.
10674         * configure: Rebuilt.
10675         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10676         for maintainer mode.
10677         * Makefile.in: Rebuilt.
10679 2003-02-18  Jason Merrill  <jason@redhat.com>
10681         * Makefile.tpl (check-c++): Allow parallelism.
10683 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10685         * MAINTAINERS: Remove John Carr (who never actually had access to
10686         gcc.gnu.org).
10688 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10690         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10691         don't configure target-libobjc.
10692         * configure: Regenerate.
10694 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10696         * Makefile.tpl (RANLIB): Define.
10697         * Makefile.in: Regenerate.
10699 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10701         * MAINTAINERS: Update my email.
10703 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10705         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10706         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10707         * Makefile.in: Regenerated.
10708         * configure.in: Remove all traces of snavigator, db, and grep.
10709         * configure: Regenerated.
10711 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10713         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10714         After Approval.
10716 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10718         * MAINTAINERS (Write after approval): Add myself.
10720 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10722         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10723         * Makefile.in: Regenerated.
10725 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10727         * config.guess: Updated to 2003-01-30's version.
10728         * config.sub: Updated to 2003-01-28's version.
10730 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10732         * config.if: If gcc_version is already set, just use it.  Don't set
10733         gcc_version_trigger if it's already set, otherwise set it to
10734         gcc/version.c, but only if the file exists.  If it is not set and
10735         gcc/version.c does not exist, try to extract the version number from
10736         $CC.
10738 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10740         * MAINTAINERS: Add myself to write-after-approval list.
10742 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10744         * configure.in:  Revert 24Jan change.
10745         * configure:  Regenerate.
10747 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10749         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10750         entry of HJ Lu.
10752 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10754         * configure.in: Revert previous change.
10755         * configure: Regenerate.
10757 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10759         * configure.in: Make rda native-only.
10760         * configure: Regenerate.
10762 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10764         * MAINTAINERS: Move myself from GNATS-only-accounts to
10765         write-after-approval.
10767 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10769         * configure.in: Add missing \.
10770         * configure: Rebuilt.
10772 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10774         * configure.in (baseargs): Avoid using \| in sed regular
10775         expressions.
10776         * configure: Rebuilt.
10778 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10780         * configure.in (baseargs): Remove all supported forms of
10781         --cache-file, --srcdir, --host, --build and --target options
10782         from argument lists.
10783         * configure: Rebuilt.
10785 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10787         * MAINTAINERS: Add myself to write-after-approval list.
10789 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10791         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10792         * configure: Rebuilt.
10794 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10796         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10797         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10798         * Makefile.in: Regenerate.
10799         * configure: Regenerate.
10801 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10803         * configure.in: Remove Makefile in build, host and target modules
10804         unless configure was run with --no-recursion.
10805         * configure: Rebuilt.
10807 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10809         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10810         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10811         * Makefile.in: Regenerate.
10813 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10815         * config.guess: Update to 2003-01-03 version.
10816         * config.sub: Update to 2003-01-03 version.
10818 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10820         * configure: Regenerate with proper autoconf 2.13.
10822 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10824         * configure.in: Add AC_PREREQ for consistency.
10825         * configure: Regenerate.
10827 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10829         * configure.in (GDB_TK): Add tcl directories conditional on
10830         gdb/gdbtk directory being present.
10831         * configure: Regenerate.
10833 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10835         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10836         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10837         * configure: Rebuilt.
10839 2002-12-31  Tom Tromey  <tromey@redhat.com>
10841         * Makefile.in: Rebuilt.
10842         * Makefile.def (target_modules) [libffi]: Allow installation.
10844 2002-12-31  Andreas Schwab  <schwab@suse.de>
10846         * configure.in: Fix use of $program_transform_name.
10847         * configure: Regenerated.
10849 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10851         * configure.in (baseargs): Don't remove first configure argument.
10852         * configure: Regenerated.
10854 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10856         * Makefile.tpl (local-distclean): Don't remove...
10857         (multilib.ts): ... this.  Moved into...
10858         (multilib.out): ... this.  Don't use sub-make.
10859         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10860         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10861         (configure-build-[+module+], configure-[+module+],
10862         configure-target-[+module+], configure-gcc): ... these.  Test
10863         for Makefile existence.  Drop config.status from dependencies.
10864         * Makefile.in: Rebuilt.
10865         * configure.in: Move gcc-version-trigger to the end of
10866         ac_configure_args.  Add comments to maybedep.tmp and
10867         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10868         nonopt from baseargs, matching and removing corresponding
10869         whitespace while at it.
10870         * configure: Rebuilt.
10872 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10874         * configure.in (host_configargs): Replace reference to
10875         no-longer-defined buildopts with --build=${build_alias}.
10876         * configure: Rebuilt.
10878         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10879         program_transform_name to standard idiom.
10880         (AUTOGEN, AUTOCONF): Define.
10881         (Makefile.in): Use $(AUTOGEN).
10882         (Makefile): Depend on config.status, and use autoconf-style rule to
10883         build it.  Move original commands to...
10884         (config.status): ... this new target.
10885         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10886         $(AUTOCONF).
10887         * Makefile.in: Rebuilt.
10889 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10891         * Makefile.tpl: Fix dramatic bustage due to change in
10892         program_transform_name.
10893         * Makefile.in: Regenerate.
10895         * configure.in: Remove unnecessary PATH setting.
10896         * configure: Regnerate.
10898         * configure.in: Don't default to unprefixed tools unless
10899         the native tools will work.
10900         * configure: Regenerate.
10902         * configure.in: Convert to autoconf script.  Blow away lots
10903         of now-redundant Makefile fragments.
10904         * configure: Generate using Autoconf.
10905         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10906         * Makefile.in: Regenerate.
10908 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10910         * configure: Fix stupid bug where RANLIB was mistakenly included.
10912         * configure.in: Rename (buildargs, hostargs, targargs) to
10913         (build_configargs, host_configargs, target_configargs).
10915         * configure.in: Move logic out of sed statement.
10917         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10918         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10920 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10922         * config.sub: Import from master repository
10923         * config.guess: Ditto
10925 2002-12-24  Andreas Schwab  <schwab@suse.de>
10927         * Makefile.tpl (multilib.out): Fix missing space.
10928         * Makefile.in: Regenerate.
10930 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10932         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10933         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10934         * Makefile.in: Regenerate.
10935         * configure.in: Remove unnecessary leftovers.
10937 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10939         * configure.in (extra_ranlibflags_for_target): New variable.
10940         (*-*-darwin): Add -c to ranlib commands.
10941         * configure (tooldir): Handle extra_ranlibflags_for_target.
10943 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10945         * Makefile.tpl: Revert HJL's change.
10946         * Makefile.in: Regenerated.
10947         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10948         always.
10950 2002-12-19  Andreas Schwab  <schwab@suse.de>
10952         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10953         * Makefile.in: Regenerate.
10955 2002-12-18  H.J. Lu  <hjl@gnu.org>
10957         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10958         * Makefile.in: Regenerated.
10960         * configure.in (build_prefix): New. Substitute.
10962 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10964         * Makefile.tpl: Don't let real targets depend on phony targets.
10965         * Makefile.in: Regenerate.
10967         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10968         * Makefile.in: Regenerate.
10970 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10972         * config.sub: Import from master repository
10973         * config.guess: Ditto
10975 2002-12-16  Jason Merrill  <jason@redhat.com>
10977         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10978         previous 'make bootstrap'.
10979         * Makefile.in: Regenerate.
10981 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10983         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10985 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10987         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10988         * Makefile.in: Regenerate.
10990 2002-12-13  Jason Merrill  <jason@redhat.com>
10992         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10993         library tests.
10994         (check-c++): Just depend on it and check-target-libstdc++-v3.
10995         * Makefile.in: Regenerate.
10997 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10999         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11000         * Makefile.in: Rebuilt.
11002 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11004         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11006 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11008         * configure: Fix bug put in by gremlins.
11010         * Makefile.tpl: Substitute more autoconfily.
11011         * configure: Substitute more autoconfily.
11012         * Makefile.in: Regenerate.
11014 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11016         * config.sub: Import from master repository
11017         * config.guess: Ditto
11018         * MAINTAINERS: Added Svein Seldal under write after approval
11020 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11022         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11023         * Makefile.in (all-sim): Ditto.
11025 2002-12-06  DJ Delorie  <dj@redhat.com>
11027         * Makefile.tpl: Change configure dependencies to not have real
11028         targets depend on phony targets.
11030 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11032         * configure.in: Revert unintentional change.
11034         * Makefile.tpl: Change dependency for */multilib.out so that
11035         it works when gcc isn't in the tree.
11037         * configure.in: Substitute more.
11038         * configure: Run subconfigures from the Makefile.
11039         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11040         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11042 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11044         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11046 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11048         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11049         and corresponding dependencies.
11050         * Makefile.in: Regenerate.
11052         * configure.in (host_tools): Order binutils, gas and ld for
11053         convenience in running the testsuites.
11055         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11056         * Makefile.in: Regenerate.
11057         * configure.in: Introduce rules to serialize subconfigure runs.
11059         * configure.in: Introduce BASE_CC_FOR_TARGET.
11060         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11061         Realize configure-build-* targets.  Realize configure-target-* targets.
11062         * Makefile.in: Regenerate.
11064 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11066         * configure: Move gcc_version_trigger stuff from here...
11067         * configure.in: ...to here.
11069         * configure.in: Separate subconfigure options added by this file from
11070         options given by the user.  Add machinery to put args for host
11071         subconfigures into the Makefile.
11073         * Makefile.tpl: Remove 'vault' targets.
11074         * Makefile.tpl: Reorder and comment dependencies.
11075         * Makefile.in: Regenerate.
11077 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11078         * configure.in: Fix my broken commit of previous patch. (sigh)
11080 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11082         * configure.in: Move host-specific darwin noconfigdirs into
11083         the host-specific section.
11085 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11087         * configure.in: Move host-specific darwin noconfigdirs into
11088         the host-specific section.
11090 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11092         * configure: Remove skip-this-dir support.
11093         * Makefile.tpl: Remove skip-this-dir support.
11095         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11096         subdirectories.
11097         * Makefile.in: Regenerate.
11099         * Makefile.tpl: Strip out useless setting of 'dir'.
11100         * Makefile.in: Regenerate.
11102 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11104         * configure.in: Fix deeply stupid bug.
11106         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11107         shell code in CXX_FOR_TARGET
11108         * Makefile.def: Introduce raw_cxx.
11109         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11110         RAW_CXX_FOR_TARGET.
11111         * Makefile.in: Regenerate.
11113 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11115         * Makefile.tpl: Remove unnecessary ifs.
11116         * Makefile.in: Regenerate.
11118         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11119         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11120         targets for 'no_install' modules.
11121         * configure: Move GDB_TK substitution to configure.in.  Move
11122         build_modules stuff to configure.in.
11123         * configure.in: Implement soft dependency machinery.  Maybe-ize
11124         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11125         * Makefile.in: Regenerate.
11127 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11129         * Makefile.tpl: Make all-target, install-target behave similarly
11130         to all, install (only hitting configured targets).  Eliminate
11131         unused macro defintions.
11133         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11134         build != host.
11136         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11138         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11140         * configure.in: Produce lists of subdir targets we're actually
11141         configuring.  Remove references to "dosrel".
11142         * Makefile.tpl: Let configure set which subdir targets are hit.
11143         Remove install-cross; clean up install; remove ALL.  Remove
11144         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11145         Autogenerate host module targets.  Remove empty dependency lines
11146         and redundant dependency; rearrange slightly.
11147         * Makefile.def: Add host-side libtermcap, utils.
11149         * Makefile.in: Regenerate.
11151 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11153         * ltconfig (osf[345]): Append $major to soname_spec.
11154         Reflect this in library_names_spec.
11155         * ltmain.sh (osf): Prefix $major with . for use as extension.
11157 2002-11-19  Andreas Jaeger  <aj@suse.de>
11159         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11160         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11161         and sparc64 GNU/Linux systems.
11163 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11165         * MAINTAINERS: Update email.
11167 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11169         * MAINTAINERS: Complete James Dennett's entry.
11171 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11173         * MAINTAINERS (Write After Approval): Add myself.
11175 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11177         * Makefile.tpl: syntactic cleanup
11179 2002-11-13  Stuart Hastings  <stuart@apple.com>
11181         * MAINTAINERS: Add myself to write-after-approval list.
11183 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11185         * Makefile.def: Add list of recursive targets to autogenerate.
11186         Add build_modules.
11187         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11188         targets.  Autogenerate *-build-* targets.
11189         * Makefile.in: Regenerate.
11191 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11193         * configure: More autoconf-style substitutions.
11194         * Makefile.tpl: More autoconf-style substitutions.
11195         * Makefile.in: Regenerate.
11197 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11199         * configure: Substitute more variables in a more autoconf-friendly
11200         way.  Simplify slightly.
11201         * Makefile.tpl: Make more variables substitutable in an
11202         autoconf-friendly way.
11203         * Makefile.in: Regenerate.
11205 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11207         * MAINTAINERS (Write After Approval): Add myself.
11209 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11211         * configure.in (v810*): Remove special setting of tools.
11213         * configure: Add support for extra required flags for ar or nm.
11214         * configure.in (aix4.3+): Use above support for target-specific
11215         issues, rather than using config/mt-aix43.
11217 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11219         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11220         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11221         with $srcdir.  Reformat indentation.  Substitute some variables
11222         formerly hard-coded in the Makefile for build=host.
11223         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11224         * Makefile.def: Autogenerate more.
11225         * Makefile.in: Regenerate.
11227 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11229         * MAINTAINERS (Write After Approval): Add myself.
11231 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11233         * Makefile.def (host_modules): Add rda.
11234         * Makefile.in: Regenerate.
11235         * configure.in (target_tool): Add target-rda to list.
11237 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11239         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11241 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11243         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11244         and restrap targets to this rule.
11245         * Makefile.in:  Regenerate.
11247 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11249         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11250         GNATS only accounts.
11252 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11254         * configure.in (i[3456]86-*-linux*): Add check to disable
11255         ${libgcj} for glibc1.
11257 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11259         * MAINTAINERS: Add myself as ip2k port maintainer.
11261 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11263         * configure.in: Add tic4x target.
11265 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11267         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11268         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11269         * Makefile.in: Regenerate.
11271         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11272         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11273         * Makefile.in: Regenerate.
11275 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11277         * MAINTAINERS: Add myself as web pages co-maintainer.
11279 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11281         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11282         * Makefile.in: Regenerate.
11284 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11286         * MAINTAINERS: Add myself and Nathan Sidwell
11287         <nathan@codesourcery.com> as VxWorks maintainers.
11289 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11291         * Makefile.def: Remove order dependency comments.
11292         * Makefile.tpl: Add explicit install-install dependencies.
11293         * Makefile.in: Regenerate.
11295         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11296         * Makefile.in: Regenerate.
11298         * Makefile.tpl: Add configure-target (for src-release in src)
11299         * Makefile.in: Regenerate.
11301 2002-09-30  Nick Clifton  <nickc@redhat.com>
11303         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11305 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11307         * configure.in (s390*-*-linux*): Enable libgcj.
11309 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11311         * configure: Revert accidentally applied changes.
11313         * Makefile.tpl: Make more autoconf-friendly.
11314         * Makefile.in: Regenerate.
11315         * configure: Make substitution more autoconf-like.
11317 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11319         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11320         single entry to handle all these.
11321         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11322         libjava on arm-*-elf.
11324 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11326         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11327         things that depend on them.
11329 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11331         * Makefile.tpl: Make subsituted variables more autoconfy.
11332         * Makefile.in: Regenerate.
11333         * configure: Make seds more autoconfy.
11335 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11337         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11338         * Makefile.in: Regenerate.
11339         * configure.in: Rewrite sed statements to look autoconfy.
11341         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11342         all-target-foo on configure-target-foo.
11343         * Makefile.def: Ditto.
11344         * Makefile.in: Rebuild.
11346 2002-09-25  Andrew Haley  <aph@redhat.com>
11348         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11350 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11352         * Makefile.def: New file.
11353         * Makefile.tpl: New file.
11354         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11355         * contrib/gcc_update: Note that Makefile.in is a generated file.
11357         * configure.in: Minor rearrangement.  Simplify tests.
11359 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11361         * configure.in (with_headers): Skip copy if value is "yes".
11362         (with_libs): Likewise.
11364 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11366         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11367         * configure.in (sh*-*-pe*): Ditto.
11368         * configure.in (mips*-*-pe*): Ditto.
11369         * configure.in (*arm-wince-pe): Ditto.
11371         * configure.in: Rearrange.
11373 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11375         * MAINTAINERS: Update my email address.
11377 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11379         * MAINTAINERS: (Write After Approval): Add myself.
11381 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11383         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11385 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11387         * MAINTAINERS: Change my mailing address.
11389 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11391         * MAINTAINERS (Write After Approval): Remove myself.
11392         (Various Maintainers: c++ runtime libs): Add myself.
11394 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11396         * MAINTAINERS (Write After Approval): Remove myself.
11397         (Various Maintainers: c++ runtime libs): Add myself.
11399 2002-08-15  Eric Christopher  <echristo@redhat.com>
11401         * config.sub: Import from master repository.
11402         * config.guess: Ditto.
11404 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11406         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11407         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11408         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11410 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11412         * MAINTAINERS: Add self to rs6000 vector extensions.
11414 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11416         * libiberty/configure: Reverted unintended yesterday's check in.
11418 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11420         * boehm-gc/configure, libf2c/configure: Rebuilt.
11421         * libffi/configure, libiberty/configure: Ditto.
11422         * libjava/configure, libobjc/configure: Ditto.
11423         * libstdc++-v3/configure, zlib/configure: Ditto.
11424         Merged from binutils:
11425         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11426         From Steve Ellcey <sje@cup.hp.com>:
11427         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11428         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11429         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11430         IA64.
11431         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11432         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11433         soname_spec, sys_lib_search_path_spec): Ditto.
11435 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11437         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11439 2002-08-04  H.J. Lu  (hjl@gnu.org)
11441         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11443 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11445         * MAINTAINERS (Write After Approval): Add myself.
11447 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11449         * configure.in: Move generic linux case to end.  Copy generic
11450         linux noconfigdirs to mips*-*-linux* entry and new
11451         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11453 2002-07-19  Michael Matz  <matz@suse.de>
11455         * MAINTAINERS: Add myself as ra* maintainer.
11457 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11459         * config.guess: Update to 2002-07-09 version.
11460         * config.sub: Update to 2002-07-03 version.
11462 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11464         * MAINTAINERS: Fix typo in a maintainer email address.
11466 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11468         * configure.in: Remove two redundant tests.
11470 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11472         * configure.in (mips*-*-irix6*o32): Enable stabs.
11474 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11476         * configure.in: Don't build grez.
11477         * Makefile.in: Ditto.
11479         * Makefile.in: Remove references to bsp, cygmon, libstub.
11480         * configure.in: Ditto.
11482         * configure.in: Remove leftover reference to gdbtest.
11484 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11486         * configure.in (gxx_include_dir):  Change to match versioned
11487         C++ headers if --enable-version-specific-runtime-libs is used.
11489 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11491         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11493 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11495         * configure.in: Make --without-x work.
11497 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11499         * configure.in: Rearrange target Makefile fragment collection.
11501         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11502         cvs[src].
11503         * configure.in: Ditto.
11505 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11507         * MAINTAINERS (Write After Approval): Update my e-mail address.
11509 2002-06-24  Ben Elliston  <bje@redhat.com>
11511         * configure.in (host_tools): Remove cgen.
11513         * Makefile.in (all-cgen): Remove; runs from its source directory.
11514         (check-cgen, install-cgen, clean-cgen): Likewise.
11515         (all-opcodes): Do not depend on all-cgen.
11516         (all-sim): Likewise.
11518 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11520         * Makefile.in: Eliminate 'apache' targets.
11521         * configure.in: Eliminate 'apache' targets.
11523         * configure.in: Eliminate redundant tests.  Reorganize.
11525         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11527         * config-ml.in: Eliminate references to Cygnus configure.
11529         * Makefile.in: Eliminate references to building emacs.
11531 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11533         * MAINTAINERS: Update my email address.
11535 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11537         * config.if (libstdcxx_incdir): Version C++ headers.
11538         (cxx_incdir): Remove.
11540 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11542         * MAINTAINERS (Write After Approval): Add self.
11544 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11546         * configure.in: Add support for ip2k.
11548 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11550         * configure.in: Fix AIX configury bug.
11552 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11554         * MAINTAINERS (Write After Approval): Add self.
11556 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11558         * configure.in: replace ${topsrcdir} with ${srcdir}
11560         * configure.in: Move definition of libstdcxx_flags
11561         right above usage, rather than waaay earlier.
11563         * configure.in: Pull definition of is_cross_compiler earlier.
11565         * configure.in: Rearrange a little.
11567         * configure.in: Remove references to librx.
11568         * Makefile.in: Remove references to librx.
11570 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11572         * config.sub: Add support for avr target.
11573         Import from master sources, rev 1.255
11575 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11577         * configure, .cvsignore:  Revert previous change...
11578         * Makefile:  ...delete.
11580 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11582         * configure.in: Eliminate ${gasdir} variable.
11584 2002-06-18  Dave Brolley  <brolley@redhat.com>
11586         * configure.in: Add support for frv.
11587         * config.sub: Add support for frv.
11589 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11591         * configure:  Remove garbage from previous commit.
11593 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11595         * configure:  For in-source builds, make a subdir and re-exec there.
11596         * Makefile:  New file.  Pass targets through to build directory.
11597         * .cvsignore:  No longer ignore "Makefile".
11599 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11601         * MAINTAINERS (Write After Approval): Add self.
11603 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11605         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11607 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11609         * configure.in (vax-*-netbsd*): Re-enable gas.
11611 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11613         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11614         BUILD_PREFIX_1, to correct nomenclature.
11615         * configure: Likewise.
11617         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11618         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11620 2002-05-31  Olaf Hering  <olh@suse.de>
11622         * config-ml.in: Propogate DESTDIR also.
11624 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11626         * configure.in (vax-*-netbsd*): Don't build gas for this
11627         platform.
11629 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11631         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11632         and libgcj for AVR.
11634 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11636         * MAINTAINERS (Write After Approval): Add myself.
11638 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11640         * config.guess: Update to 2002-05-22 version.
11641         * config.sub: Likewise.
11643 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11645         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11646         * config-ml.in: Likewise.
11647         * configure: Likewise.
11648         * configure.in: Likewise.
11650 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11652         * MAINTAINERS: Update my email address.
11654 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11656         * configure.in: Simplify makefile fragment collection.
11658         * configure.in: Remove code to build emacs.
11660         * configure.in : Remove --srcdir argument from targargs and buildargs
11661         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11663         * configure: Move some logic to configure.in.
11664         * configure.in: Move some logic from configure.
11666 2002-05-11  Tom Tromey  <tromey@redhat.com>
11668         * MAINTAINERS: Reflect libgcj reality.
11670 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11672         * Makefile.in: Honour DESTDIR.
11674 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11676         * config.guess: Import 2002-03-20 version.
11677         * config.sub: Import 2002-04-26 version.
11679 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11681         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11683 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11685         * MAINTAINERS: Add self.
11687 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11689         * ltmain.sh: Detect and handle object name conflicts
11690         while piecewise linking a static library.
11692 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11694         * configure.in (noconfigdirs): Don't disable libgcj on
11695         sparc64-*-solaris* and sparcv9-*-solaris*.
11697 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11699         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11701 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11703         * configure.in (FLAGS_FOR_TARGET): Do not add
11704         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11705         on i[3456]86-*-linux*.
11707 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11709         * configure.in (noconfigdirs): Replace [ ] with test.
11711         * configure.in (noconfigdirs): Do not add target-newlib if
11712         target == i[3456]86-*-linux*, and host == target.
11714 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11716         * configure.in: delete reference to absent file
11718         * configure.in: replace '[' with 'test'
11720         * configure.in: Eliminate references to gash.
11721         * Makefile.in: Eliminate references to gash.
11723         * configure.in: remove useless references to 'pic' makefile fragments.
11725         * configure.in: (*-*-windows*) Finish removing.
11727         * configure.in: Eliminate redundant test for libgui.
11729 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11731         * MAINTAINERS: Add self and realphabetize.  Update entries
11732         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11733         entry for a29k port maintainer.
11735 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11737         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11738         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11740 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11742         * configure.in: remove references to dead files
11744 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11746         * MAINTAINERS: Add information about purpose of this file.
11748 2002-04-18  Tom Tromey  <tromey@redhat.com>
11750         * configure.in: Disallow configuring libgcj when it is already
11751         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11752         Solaris 2.8 by default.  For PR libgcj/6158.
11754 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11756         * configure.in:  Move default CC setting out of config/mh-* fragments
11757         directly into here.
11759 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11761         * configure.in: don't even try to configure or make a subdirectory
11762         if there's no configure script for it.
11764 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11766         * MAINTAINERS: Remove chill maintainers.
11767         * Makefile.in (CHILLFLAGS): Remove.
11768         (CHILL_LIB): Remove.
11769         (TARGET_CONFIGDIRS): Remove libchill.
11770         (CHILL_FOR_TARGET): Remove.
11771         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11772         CHILL_LIB.
11773         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11774         (CHECK_TARGET_MODULES): Likewise.
11775         (INSTALL_TARGET_MODULES): Likewise.
11776         (CLEAN_TARGET_MODULES): Likewise.
11777         (configure-target-libchill): Remove.
11778         (all-target-libchill): Remove.
11779         * configure.in (target_libs): Remove target-libchill.
11780         Do not compute CHILL_FOR_TARGET.
11781         * libchill: Remove directory.
11783 2002-04-11  DJ Delorie  <dj@redhat.com>
11785         * Makefile.in, configure.in: Sync with binutils, entries
11786         follow...
11788 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11790         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11791         (do-tar, do-bz2): New rules.
11792         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11793         (gdb-tar): New rule.
11794         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11795         (insight_dejagnu.tar): New rule.
11796         (insight.tar): New rule.
11797         (gdb+dejagnu.tar): New rule.
11798         (gdb.tar): New rule.
11800 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11802         * Makefile.in: Add all-tix to deps for all-snavigator
11803         so that tix is built when building snavigator.
11805 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11807         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11808         ld and gdb are not supported.
11810 2002-01-07  Mark Salter  <msalter@redhat.com>
11812         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11813         Allow target-libgloss to be built for arm, strongarm, and xscale.
11815 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11817         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11818         options for i[3456]86-pc-linux* native builds.
11820 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11822         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11823         files from .po files for a distribution.
11825 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11827         * configure.in: Enable libstdc++-v3 for h8300 targets.
11829 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11831         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11832         version from bfd/.
11834 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11836         * Makefile.in (VER): When present, extract the version number from
11837         the file version.in.
11839 2001-05-24  Tom Rix  <trix@redhat.com>
11841         * configure.in : enable ld for aix
11843 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11845         * config.guess: Add linux target for S/390.
11847 2000-11-07  Philip Blundell  <pb@futuretv.com>
11849         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11851 2000-11-03  Philip Blundell  <pb@futuretv.com>
11853         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11854         files.
11856 2001-01-15  Ben Elliston  <bje@redhat.com>
11858         * configure.in (host_tools): Add sid.
11859         Always configure cgen.
11861 2000-11-24  Nick Clifton  <nickc@redhat.com>
11863         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11865 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11867         * Makefile.in (ALL_MODULES): Add all-cgen.
11868         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11869         (all-cgen): New target.
11870         (all-opcodes,all-sim): Depend on all-cgen.
11871         * configure.in (host_tools): Add cgen.
11872         Only configure cgen if --enable-cgen-maint.
11874 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11876         * configure.in: Add *-*-freebsd* configurations.
11878 2002-04-08  Tom Tromey  <tromey@redhat.com>
11880         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11881         Fixes PR libgcj/6068.
11883 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11885         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11887 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11889         * configure.in (alpha*-dec-osf*): Enable libgcj.
11891 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11893         * MAINTAINERS (Write After Approval): Add myself.
11895 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11897         Fix for: PR bootstrap/3591, target/5676
11898         * configure.in (mcore-pe): Disable the configuration of
11899         libstdc++-v3 since exceptions are not supported.
11901 2002-03-20  Anthony Green  <green@redhat.com>
11903         * configure.in: Enable libgcj for xscale-elf target.
11905 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11907         * MAINTAINERS:  Update my email address.
11909 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11911         * ltmain.sh (relink_command): Fix typo in previous change.
11913 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11915         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11916         (relink_command): Added --tag flags.
11917         (mode=install): If relinking fails; error out.
11919 2002-03-12  Richard Henderson  <rth@redhat.com>
11921         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11922         .NOTPARALLEL tag.
11923         (do-check): Rename from check.
11924         (check): Allow parallel check.
11926 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11928         * MAINTAINERS: Add myself as maintainer for xtensa port.
11929         Fix alphabetical order in CPU port maintainer list.
11930         Remove myself from Write After Approval list.
11932 2002-03-11  Richard Henderson  <rth@redhat.com>
11934         * Makefile.in (.NOTPARALLEL): Add fake tag.
11936 2002-03-07  H.J. Lu  (hjl@gnu.org)
11938         * configure.in: Enable gprof for mips*-*-linux*.
11940 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11942         * MAINTAINERS (Write After Approval): Add myself.
11944 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11946         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11947         libjava.
11948         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11950 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11952         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11953         because its Makefile is there; test for the executable instead.
11955 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11957         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11958         libstdc++-v3 and libjava.
11960 2002-02-11  Adam Megacz  <adam@xwt.org>
11962         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11963         boehm-gc
11965 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11967         * config.guess: Updated to 2002-01-30's version.
11968         * config.sub: Updated to 2002-02-01's version.
11969         Contribute sh64-elf.
11970         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11971         * configure.in: Added sh64-*-*.
11973 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11975         * MAINTAINERS: Belatedly add myself to write after approval list.
11977 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11979         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11980         Remove self as Write After Approval.
11982 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11984         * MAINTAINERS: Put self in as maintainer for contrib/regression
11985         directory.
11987 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11989         * MAINTAINERS:  Update my email address.
11991 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11993         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11994         target-libiberty, and target-libgloss.  Skip Java-related
11995         libraries if not supported for NetBSD on target CPU.
11997 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11999         * install-sh: Use _inst.$$_ for temp file name.
12001 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12003         * MAINTAINERS (Write After Approval): Move my contact info
12004         from here...
12005         (OS Port Maintainers): ...to here (netbsd).
12007 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12009         * MAINTAINERS (Write After Approval): Add myself.
12011 2002-01-17  H.J. Lu  <hjl@gnu.org>
12013         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12014         (all-target-fastjar): Also depend on all-target-libiberty.
12016 2002-01-16  H.J. Lu  (hjl@gnu.org)
12018         * config.guess: Import from master sources, rev 1.225.
12019         * config.sub: Import from master sources, rev 1.238.
12021 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12023         * MAINTAINERS (Write After Approval): Remove myself.
12025 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12027         * MAINTAINERS (Write After Approval): Add myself.
12029 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12031         * MAINTAINERS: Add self as docs co-maintainer.
12033 2001-12-11  Matthias Klose  <doko@debian.org>
12035         * MAINTAINERS (Write After Approval): Add myself.
12037 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12039         * MAINTAINERS: Update my email address.
12041 2001-12-07  Turly O'Connor  <turly@apple.com>
12042         * MAINTAINERS (Write After Approval): Add myself.
12043         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12044         (rs6000_initialize_trampoline): Call __trampoline_setup for
12045         ABI_DARWIN too.
12046         * darwin-tramp.asm: New file, implements __trampoline_setup.
12047         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12049 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12051         * MAINTAINERS (Write After Approval): Add myself.
12053 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12055         * configure, configure.in: Use temp file for long sed commands.
12057 2001-12-03  Laurent Guerby  <guerby@acm.org>
12059         * config.sub: Update to version 1.232 on subversion.
12061 2001-12-03  Ben Elliston  <bje@redhat.com>
12063         * MAINTAINERS: Update mail address for config.* patches.
12065 2001-11-27  DJ Delorie  <dj@redhat.com>
12066             Zack Weinberg  <zack@codesourcery.com>
12068         When build != host, create libiberty for the build machine.
12070         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12071         CONFIG_ARGUMENTS.
12072         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12073         New variables.
12074         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12075         and rules.
12076         (all.normal): Depend on ALL_BUILD_MODULES.
12077         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12078         (all-build-libiberty): Depend on configure-build-libiberty.
12080         * configure: Calculate and substitute proper value for
12081         ALL_BUILD_MODULES.
12082         * configure.in: Create the build subdirectory.
12083         Calculate and substitute TARGET_CONFIGARGS (formerly
12084         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12086 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12088         * MAINTAINERS (write-after-approval): Add self.
12090 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12092         * MAINTAINERS (GNATS only accounts): Remove self.
12094 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12096         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12097         libf2c.
12099 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12101         * MAINTAINERS (Write After Approval): Add self.
12103 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12105         * MAINTAINERS: mips and s390 are also CPU ports.
12107 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12109         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12111 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12113         * MAINTAINERS: Alphabetize.
12115 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12117         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12119 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12121         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12123 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12125         * configure.in (--enable-languages): Be more permissive about
12126         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12128 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12130         * config.sub: Import from master sources, rev. 1.230.
12131         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12133 2001-11-07  Laurent Guerby  <guerby@acm.org>
12135         * MAINTAINERS (Write After Approval): Add self.
12137 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12139         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12141 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12143         * config.sub: Import from master sources, rev 1.226.
12144         * config.guess: Import from master sources, rev 1.216.
12146 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12148         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12149         * MAINTAINERS: Add self as maintainer of MMIX port.
12150         Remove old after-approval entry.
12152 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12154         * ChangeLog, configure: Fix spelling errors.
12156 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12158         * MAINTAINERS: Tweak my address.
12160 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12162         * MAINTAINERS: Update my email address.
12164 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12166         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12167         * MAINTAINERS: Add self as maintainer of CRIS port.
12169 2001-10-10  Geert Bosch  <bosch@gnat.com>
12171         * MAINTAINERS (Various maintainers: Ada front end):
12172         Added Robert Dewar.
12174 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12176         * MAINTAINERS (Write After Approval): Added self
12178 2001-10-02  Geert Bosch  <bosch@gnat.com>
12180         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12182 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12184         * configure: Handle temporary files securely using mkdir.
12186 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12188         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12190 2001-09-26  Will Cohen  <wcohen@redhat.com>
12192         * configure.in (*-*-linux*): Disable configuration of target-newlib
12193         and target-libgloss.
12195 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12197         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12198         RANLIB.
12200 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12202         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12203         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12204         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12205         avoid quotes nesting problems.
12206         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12207         (DO_X): Export only variables that are set.
12209 2001-09-19  Ben Elliston  <bje@redhat.com>
12211         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12212         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12213         semantics.  Use the shell built-in "type" command instead.
12215 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12217         Merged from gcc-3_0-branch:
12218         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12219         * ltcf-c.sh: Use $objext, not $ac_objext.
12220         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12221         * ltcf-cxx.sh: Add support for GNU.
12222         2001-07-22  Timothy Wall  <twall@redhat.com>
12223         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12224         default settings if using GNU tools with that configuration.
12225         * ltcf-cxx.sh: Ditto.
12226         * ltcf-gcj.sh: Ditto.
12227         2001-07-21  Michael Chastain  <chastain@redhat.com>
12228         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12229         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12230         * ltmain.sh: Mark as gcc-local.
12232 2001-08-30  Eric Christopher  <echristo@redhat.com>
12233             Jason Eckhardt  <jle@redhat.com>
12235         * config.guess: Merge from master sources.
12236         * config.sub: Merge from master sources, add support for mipsisa32.
12238 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12239         * config.sub: Merge from master sources, rev 1.219.
12240         * MAINTAINERS: Add self as contact for stormy16 port.
12242 2001-08-14  Zack Weinberg  <zackw@panix.com>
12244         * config.sub: Merge from master sources, rev 1.218.
12245         * config.guess: Merge from master sources, rev 1.209.
12247 2001-08-11  Graham Stott  <grahams@redhat.com>
12249         * Makefile.in (check-c++): Add missing semicolon.
12251 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12253         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12255 2001-07-30  Eric Christopher  <echristo@redhat.com>
12257         * MAINTAINERS (Various maintainers: mips port): Added myself.
12259 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12261         * configure.in (sh-*-linux*): New.
12263 2001-07-27  Richard Henderson  <rth@redhat.com>
12265         * .cvsignore: Add LAST_UPDATED.
12267 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12269         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12271 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12273         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12275 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12277         * MAINTAINERS (Write After Approval): Added myself.
12279 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12281         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12282         and libgcj on m68hc11/m68hc12.
12284 2001-06-27  H.J. Lu  (hjl@gnu.org)
12286         * Makefile (CFLAGS_FOR_BUILD): New.
12287         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12289 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12291         * README: Remove version number.
12293 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12295         * INSTALL/README: Update wrt. to the installation instructions now
12296         residing in gcc/doc/install.texi.
12298 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12300         * README: Replace with a cut-down and updated version of gcc/README.
12302 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12304         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12305         multilibs to be disabled.
12307 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12309         * MAINTAINERS (Write After Approval): Add myself.
12311 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12313         * config.guess: Import CVS version 1.195.
12314         * config.sub: Import CVS version 1.212.
12316 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12318         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12319         gcc/xgcc is built, use -print-prog-name to find out the program
12320         name to use.
12322 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12324         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12325         appear to also be in the master copy.
12326         * config.sub:  Import CVS version 1.211.
12328 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12330         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12331         with_gcc]: Use `gcc -shared' to build a shared library.
12333 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12335         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12336         archives.
12338 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12340         * MAINTAINERS (Write After Approval): Add myself.
12342 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12344         * configure.in (libstdcxx_flags): Do not try to execute
12345         libstdc++-v3/testsuite_flags until it exists.
12347 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12349         * MAINTAINERS: Update my email address.
12351 2001-05-31  Graham Stott  <grahams@redhat.com>
12353         * MAINTAINERS (Write After Approval): Add myself.
12355 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12357         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12358         libraries when using g++ with native linker.
12360 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12362         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12364 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12366         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12367         [aix4*|aix5*]: Prepend blank.
12369 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12371         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12372         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12373         of subdir/configure scripts to use the new libtool.m4.
12375 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12377         * MAINTAINERS (Write After Approval): Add myself.
12379 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12381         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12383 2001-05-11  Ben Elliston  <bje@redhat.com>
12385         * Makefile.in (all-sid): New target.
12386         (check-sid, clean-sid, install-sid): Likewise.
12388 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12390         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12392 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12394         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12395         libgcj.
12397 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12399         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12400         gcc/xgcc is built, use -print-prog-name to find out the program
12401         name to use.
12403 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12405         * configure.in (noconfigdirs): Don't reset it from scratch in the
12406         target case; only append to it.
12408         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12409         sparc-*-solaris2.8]: Disable ${libgcj}.
12411 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12413         * configure.in (libgcj_saved): Copy from $libgcj.
12414         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12415         --disable-libgcj.
12417 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12419         * MAINTAINERS: Remove self as MIPS maintainer and
12420         C front end maintainer.
12422 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12424         * configure.in: Move *-chorusos target case to the proper switch.
12425         Disable libgcj.
12427 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12429         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12430         1.641.2.228.
12432 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12434         * Makefile.in (STAGE1_CFLAGS): Pass down.
12436 2001-04-13  Alan Modra  <amodra@one.net.au>
12438         * config.guess: Add hppa64-linux support.  Note for next import that
12439         this is already in the master file.
12440         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12442 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12444         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12445         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12447 2001-04-11  Stan Shebs  <shebs@apple.com>
12449         * MAINTAINERS: Add self as Darwin port maintainer.
12451 2001-04-11  Alan Modra  <amodra@one.net.au>
12453         * MAINTAINERS: Update my email address.
12455 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12457         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12458         recent versions of FreeBSD (release 3 or later).
12459         * ltconfig: On FreeBSD, -lc must not be provided when building
12460         a shared library or else the standard -pthread gcc option is
12461         rendered worthless to later users of the built library.
12463 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12465         * MAINTAINERS: Add self and RTH as C front end maintainers.
12467 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12469         * config.sub: Make sure to match an already-canonicalized
12470         machine name (eg. mn10300-unknown-elf).
12472 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12474         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12475         New macros.
12476         (bootstrap, cross): Use RECURSE_FLAGS.
12477         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12479 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12481         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12483 2001-03-22  Colin Howell  <chowell@redhat.com>
12485         * Makefile.in (DO_X): Do not backslash single-quotes in
12486         backquotes (two places).
12488 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12490         Re-installed:
12491         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12492         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12493         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12494         * ltcf-cxx.sh: Likewise.
12495         * ltcf-gcj.sh: Likewise.
12497 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12499         * MAINTAINERS: Add myself as "documentation co-maintainer".
12501 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12503         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12504         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12506 2001-03-19  Tom Tromey  <tromey@redhat.com>
12508         * config-ml.in: Handle GCJ and GCJFLAGS.
12510 2001-03-21  Michael Chastain  <chastain@redhat.com>
12512         * Makefile.in: all-m4 depends on all-texinfo.
12514 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12516         * MAINTAINERS: Add myself to write after approval list.
12518 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12520         * Makefile.in (DO_X): Quote nested quotes.
12522 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12524         * MAINTAINERS: Add myself to write after approval list.
12526 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12528         * Makefile.in (DO_X): Use double quotes for quoting
12529         "RANLIB=$${RANLIB}".
12531 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12533         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12535 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12537         * configure.in: Only use `lang_requires' for languages athat are
12538         actually enabled.
12540 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12542         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12544 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12546         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12548 2001-03-07  Tom Tromey  <tromey@redhat.com>
12550         * configure.in: Allow config-lang.in to set `lang_requires' to list
12551         of other required languages.
12553 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12555         * Makefile.in: Remove RANLIB definition. Use RANLIB
12556         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12557         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12559 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12560             Alexandre Oliva  <aoliva@redhat.com>
12562         * Makefile.in (check-c++): Use tabs, not spaces.
12564 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12566         * MAINTAINERS: add myself to Write After Approval list.
12568 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12570         * Makefile.in (check-c++): New rule.
12572         * configure.in (target_libs): Remove libg++.
12573         (noconfigdirs): Remove libg++.
12574         (noconfigdirs): Same.
12575         (noconfigdirs): Same.
12576         (noconfigdirs): Same.
12578         * config-ml.in: Remove libg++ references.
12580         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12581         (ALL_TARGET_MODULES): Same.
12582         (configure-target-libg++): Remove.
12583         (all-target-libg++): Remove.
12584         (configure-target-libio): Remove.
12585         (all-target-libio): Remove.
12586         (check-target-libio): Remove.
12587         (.PHONY): Remove.
12588         (libg++.tar.bz2): Remove.
12589         (all-target-cygmon): Remove libio.
12590         (all-target-libstdc++): Remove.
12591         (configure-target-libstdc++): Remove.
12592         (TARGET_LIB_PATH): Remove libstdc++.
12593         (ALL_GCC_CXX): Remove libstdc++.
12594         (all-target-gperf): Correct.
12596 2001-02-16  Nick Clifton  <nickc@redhat.com>
12598         * configure.in (noconfigdirs): Allow configuration of texinfo
12599         for Cygwin hosts.
12601 2001-02-15  Anthony Green  <green@redhat.com>
12603         * configure: Introduce GCJ_FOR_TARGET.
12604         * configure.in: Ditto.
12605         * Makefile.in: Ditto.
12607 2001-02-13  Andreas Schwab  <schwab@suse.de>
12609         * MAINTAINERS: Update mail address.
12611 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12613         * config.guess: Add linux target for S/390.
12614         * config.sub: Likewise.
12616 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12618         * configure.in: for *-chorusos, don't config target-newlib and
12619         target-libgloss.
12621 2001-02-06  Ben Elliston  <bje@redhat.com>
12623         * configure: Output host type to stdout, not stderr.
12625 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12627         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12628         * ltcf-cxx.sh: Likewise.
12630         * config.if: Assume enable_libstdcxx_v3 is defined.
12632 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12634         Remove V2 C++ library.
12635         * configure.in: Remove --enable-libstdcxx_v3 support.
12637 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12639         * include/demangle.h: Add prototype for java_demangle_v3.
12641 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12643         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12645 2001-01-27  Richard Henderson  <rth@redhat.com>
12647         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12649 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12651         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12652         Don't unset, it's non-portable and no longer necessary, set to empty
12653         instead.
12655 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12657         * ltconfig: Shell portability fix for the tagname validity check.
12659 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12661         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12662         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12664 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12666         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12668 2001-01-26  Tom Tromey  <tromey@redhat.com>
12670         * configure.in: Allow libgcj to be built on Sparc Solaris.
12672 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12674         * ltcf-c.sh: Add aix5 case.
12675         * ltcf-cxx.sh: Likewise.
12676         * ltconfig: Likewise.
12678 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12680         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12681         keep at least one of build_libtool_libs or build_old_libs set to
12682         yes.
12684         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12685         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12687 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12689         * configure.in: Enable libgcj on several additional platforms.
12691 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12693         * configure.in: Enable libgcj for linux targets.
12695 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12697         * MAINTAINERS (Write After Approval): Add myself.
12699 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12701         * MAINTAINERS: Add myself as vax port maintainer.
12703 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12705         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12707 2001-01-09  Mike Stump  <mrs@wrs.com>
12709         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12710         failures of subdirectories.
12712 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12714         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12715         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12716         * ltcf-cxx.sh: Likewise.
12717         * ltcf-gcj.sh: Likewise.
12718         * ltconfig.sh: Fix typo.
12720 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12722         * configure: handle DOS-style absolute paths.
12724 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12726         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12728 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12730         * MAINTAINERS: Add myself as avr port co-maintainer.
12732 2000-12-28  Ben Elliston  <bje@redhat.com>
12734         * MAINTAINERS: Add myself under ``Write After Approval''.
12736 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12738         * texinfo: Remove directory from GCC.
12740 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12742         * COPYING: Update to current
12743         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12744         to 19yy as example year in copyright notice).
12746 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12748         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12749         (libstdcxx_incdir): Pass down.
12750         * config.if: Remove expired bits for cxx_interface, add stub.
12751         (libstdcxx_incdir): Add variable for g++ include directory.
12752         * configure.in (gxx_include_dir): Use it.
12754 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12756         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12757         with old-email address from ``Write After Approval''.
12759 2000-12-15  Andreas Jaeger  <aj@suse.de>
12761         * configure.in: Handle lang_dirs.
12763 2000-12-14  Tom Tromey  <tromey@redhat.com>
12765         * MAINTAINERS: Removed brads.
12767         * MAINTAINERS: Added gcj developers.
12769 2000-12-13  Anthony Green  <green@redhat.com>
12771         * configure.in: Disable libgcj for any target not specifically
12772         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12773         with g++ abi.
12775 2000-12-13  Mike Stump  <mrs@wrs.com>
12777         * Makefile.in (local-distclean): Also remove fastjar.
12779 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12781         * contrib/gcc_update: Add fastjar --touch entries.
12783 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12785         * configure.in: Disable language-specific target libraries for
12786         languages that aren't enabled.
12788 2000-12-10  Anthony Green  <green@redhat.com>
12790         * configure.in: Define libgcj.  Disable libgcj target libraries for
12791         most targets.
12793 2000-12-10  Neil Booth  <neilb@earthling.net>
12795         * MAINTAINERS: Update mail address, remove from WAA list.
12797 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12799         * libjava: Imported from /cvs/java.
12800         * libffi: Likewise.
12801         * Boehm-gc: Likewise.
12803 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12805         * configure.in (target_libs): Revert 2000-12-08 patch.
12806         (noconfigdirs): Added target-libjava.
12808 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12810         * djunpack.bat: removed.
12812 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12814         * Makefile.in: handle DOS-style absolute paths.
12815         * config-ml.in: likewise.
12816         * symlink-tree: likewise.
12818 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12820         * fastjar: Imported.
12822 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12824         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12825         libjava.
12826         * configure.in (target_libs): Removed `target-libjava'.
12828 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12830         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12831         (ALL_MODULES): Added fastjar.
12832         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12833         (all-target-libjava): all-fastjar replaces all-zip.
12834         (all-fastjar): Added.
12835         (configure-target-fastjar, all-target-fastjar): Likewise.
12836         * configure.in (host_tools): Added fastjar.
12838 2000-12-07  Mike Stump  <mrs@wrs.com>
12840         * Makefile.in (local-distclean): Remove leftover built files.
12842 2000-11-24  Nick Clifton  <nickc@redhat.com>
12844         * configure.in (xscale-elf): Add target.
12845         (xscale-coff): Add target.
12847 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12849         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12850         recent versions of FreeBSD (release 3 or later).
12851         * ltconfig: On FreeBSD, -lc must not be provided when building
12852         a shared library or else the standard -pthread gcc option is
12853         rendered worthless to later users of the built library.
12855 2000-11-16  Fred Fish  <fnf@be.com>
12857         * configure.in (enable_libstdcxx_v3): Fix typo,
12858         libstd++ -> libstdc++.
12860 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12862         * MAINTAINERS: Add self to Write After Approval list.
12864 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12866         * MAINTAINERS: Update my email address.  Add myself to global write
12867         privs list.
12869 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12871         * Makefile.in: Merge with src and libgcj.
12872         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12873         configure-target-<library> when their configure scripts need the C
12874         or C++ library to have already been built to work properly.
12875         (do_proto_toplev): Set them to an empty string.
12877         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12878         (REALLY_SET_LIB_PATH): Use them.
12880 2000-11-17  Stan Shebs  <shebs@apple.com>
12882         * MAINTAINERS: Add self to Write After Approval list.
12884 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12886         * configure: Provide the original toplevel configure arguments
12887         (including $0) to subprocesses in the environment rather than
12888         through gcc/configargs.h.
12890 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12892         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12893         C99.  Alphabetise "Write After Approval" list.
12895 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12897         * configure: Turn on libstdc++ V3 by default.
12899         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12900         if we've got GCC.
12902 2000-11-11  Philip Blundell  <philb@gnu.org>
12904         * MAINTAINERS: Add self to Write After Approval list.
12906 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12908         * ltcf-c.sh (aix4): Improve shared library configuration; require
12909         exporting symbols.
12910         * ltcf-cxx.sh (aix4): Define.
12911         * ltconfig (aix4): Define library and soname specs appropriate for
12912         AIX.  Define command to create export symbols list.
12914 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12916         * config.sub: Add support for Sun Chorus
12918 2000-10-31  Nick Clifton  <nickc@redhat.com>
12920         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12921         <name>@redhat.com.  Also installed new email address for Clint
12922         Popetz.
12924 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12926         * etc: Remove directory from GCC.
12928 2000-10-16  Michael Meissner  <meissner@redhat.com>
12930         * configure (gcc/configargs.h): Only create if there is a build GCC
12931         directory created.
12933 2000-10-16  Matthias Klose  <doko@debian.org>
12935         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12936         when configured for libstdc++-v3.
12938 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12940         * configure: Save configure arguments to gcc/configargs.h.
12942 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12944         * config.guess: Import CVS version 1.157.
12945         * config.sub: Import CVS version 1.181.
12947 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12949         * Makefile.in (bootstrap): avoid recursion if subdir missing
12950         (cross): ditto
12951         (do-proto-toplev): ditto
12953 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12955         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12956         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12958         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12959         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12960         all affected `configure' scripts.
12962 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12964         * MAINTAINERS: Add self as cpplib co-maintainer.
12966 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12968         * MAINTAINERS: Add self to Write After Approval list.
12970 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12972         * INSTALL/README: egcs -> GCC update.
12974 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12976         * MAINTAINERS: Add myself to Write After Approval list.
12978 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12980         * MAINTAINERS: Add myself to Write After Approval list.
12982 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12984         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12985         X11 libraries for hppa64.
12987 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12989         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12991 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12993         * Makefile.in (all-zlib): Added dummy target.
12995         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12996         ltcf-gcj.sh: Updated from libtool multi-language branch.
12998 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13000         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13001         (bootstrap*): Depend on all-bootstrap.
13003 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13005         * config.guess: Import CVS version 1.156.
13006         * config.sub: Import CVS version 1.179.
13008 2000-09-02  Anthony Green  <green@cygnus.com>
13010         * Makefile.in (all-gcc): Depend on all-zlib.
13011         (CLEAN_MODULES): Add clean-zlib.
13012         (ALL_MODULES): Add all-zlib.
13013         * configure.in (host_libs): Add zlib.
13015 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13017         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13018         crosses, but add gcc/include to the header search path for them.
13020 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13022         * MAINTAINERS: Add self to Write After Approval list.
13024 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13026         * config.guess: Import CVS version 1.152.
13027         * config.sub: Import CVS version 1.177.
13029 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13031         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13032         $targargs to tell whether newlib is going to be built.
13034         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13035         $$r/TARGET_SUBDIR/libio for _G_config.h.
13037 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13039         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13041 2000-08-22  DJ Delorie  <dj@redhat.com>
13043         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13045 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13047         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13048         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13049         sub-configures.
13051 2000-08-21  DJ Delorie  <dj@redhat.com>
13053         * MAINTAINERS: Add self as a libiberty maintainer
13055 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13057         * configure.in (libstdcxx_flags): Use
13058         libstdc++-v3/src/libstdc++.INC.
13060 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13062         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13064 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13066         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13068         * configure: Make enable_threads and enable_shared defaults
13069         explicit.  Substitute enable_threads into generated Makefiles.
13070         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13071         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13073 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13075         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13077 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13079         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13080         previous delta.
13082 2000-08-11  Jason Merrill  <jason@redhat.com>
13084         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13085         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13086         (FLAGS_FOR_TARGET): Not here.
13087         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13089 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13091         * config-ml.in (CC, CXX): Don't introduce a leading space.
13093 2000-08-07  DJ Delorie  <dj@delorie.com>
13095         * MAINTAINERS: Add self as a DJGPP maintainer
13097 2000-08-07  DJ Delorie  <dj@redhat.com>
13099         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13100         "if we're also building gcc, and it's a gcc that will run on the
13101         build machine, we want to use its includes instead of the system's
13102         default includes".
13104 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13106         * MAINTAINERS: Add self to Write After Approval list.
13108 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13110         * configure.in (libstdcxx_flags): Don't use `"'.
13112         * config-ml.in: Adjust multilib search paths to the
13113         appropriate multilib tree.
13115 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13117         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13118         commas in $LANGUAGES.
13120 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13122         * configure.in: Re-enable all references to libg++ and librx.
13124 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13126         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13127         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13128         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13129         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13131         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13133 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13135         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13136         CXX_FOR_TARGET for sed.
13138 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13140         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13141         Do not override if already set in the environment or in configure.
13142         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13143         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13145 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13147         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13148         the libtool CVS tree multi-language branch.
13149         * ltconfig, ltmain.sh: Updated.
13151 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13153         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13154         (clean-target): Depend on it.
13156         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13157         (GCC_FOR_TARGET): Use it.
13158         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13159         * configure.in: ... here.
13160         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13161         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13163 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13165         * MAINTAINERS: Add self to Write After Approval list.
13167 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13169         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13170         (configure-target-libchill, configure-target-libobjc): Likewise.
13172         * configure.in: Use the same cache file for all target libs.
13173         * config-ml.in: But different cache files per multilib variant.
13175 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13177         * configure (topsrcdir): Don't use dirname.
13179 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13181         * MAINTAINERS: Add self to Write After Approval list.
13183 2000-07-20  Jason Merrill  <jason@redhat.com>
13185         * configure.in: Remove all references to libg++ and librx.
13187         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13189 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13191         * config.sub: Update to subversions version 2000-07-06.
13193 2000-07-12  Andrew Haley  <aph@cygnus.com>
13195         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13196         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13198 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13200         * symlink-tree:  Check number of arguments.
13202 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13204         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13205         search path for a g++ extracted from the build tree.  This
13206         will allow link tests run by configure scripts in
13207         subdirectories to succeed.
13209 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13211         * ltconfig: Add support for mips-dde-sysv4.2MP
13213 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13215         * MAINTAINERS: Add myself as loop discovery maintainer.
13217 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13219         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13220         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13222 2000-06-19  Timothy Wall  <twall@cygnus.com>
13224         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13225         * config.sub: Add tic54x target.
13227 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13229         * MAINTAINERS: Add self as Fortran maintainer,
13230         remove Craig Burley.
13232 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13234         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13235         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13237 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13239         * MAINTAINERS: Add self as i18n maintainer
13241 20000-05-21  H.J. Lu  (hjl@gnu.org)
13243         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13244         directory are used if they exist. Make sure
13245         $(build_tooldir)/include is searched for header files,
13246         $(build_tooldir)/lib/ for library files.
13247         (GCC_FOR_TARGET): Likewise.
13248         (CXX_FOR_TARGET): Likewise.
13250 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13252         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13254 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13256         * Makefile.in (configure-target-libiberty): Depend on
13257         configure-target-newlib.
13259 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13261         * configure.in, Makefile.in: Merge all libffi-related
13262         configury stuff from the libgcj tree.
13264 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13266         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13267         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13269 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13271         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13272         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13273         current version information.  Add to proto-toplev directory.
13274         (gdb-taz): Build do-djunpack.
13276 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13278         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13280 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13282         * MAINTAINERS: Add self to Write After Approval list.
13284 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13286         * ltmain.sh: Preserve in relink_command any environment
13287         variables that may affect the linker behavior.
13289 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13291         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13293 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13295         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13297 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13299         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13300         with the version name.
13302 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13304         * MAINTAINERS: Add self as bb-reorder maintainer.
13306 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13308         * config.if: Tweak.
13310 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13312         * djunpack.bat: New file.
13314 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13316         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13317         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13318         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13319         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13321 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13323         * config.sub (case $basic_machine): Change default for "ibm-*"
13324         to "openedition".
13326 2000-04-13  Andreas Jaeger  <aj@suse.de>
13328         * MAINTAINERS: Added myself.
13330 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13332         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13333         (do-md5sum): New target.
13334         (MD5PROG): Define.
13335         (PACKAGE): Default to TOOL.
13336         (VER): Default to a shell script.
13337         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13338         md5 checksum generation.
13339         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13340         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13341         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13342         insight.tar.bz2): Use gdb-taz to create archive.
13344 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13346         * configure (warn_cflags): Delete.
13348 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13350         * MAINTAINERS: Added myself.
13352 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13353             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13355         * configure.in (enable_libstdcxx_v3): Add.
13356         (target_libs): Add bits here to switch between libstdc++-v2 and
13357         libstdc++-v3.
13358         * config.if: And this file too.
13359         * Makefile.in: Add libstdc++-v3 targets.
13361 2000-04-05  Michael Meissner  <meissner@redhat.com>
13363         * config.sub (d30v): Add d30v as a basic machine type.
13365 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13367         * configure.in: -linux-gnu*, not -linux-gnu.
13369 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13371         * MAINTAINERS: Add self in write-after-approval section.
13373 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13375         * MAINTAINERS: Add self as ia64 port maintainer.
13377 2000-03-08  Neil Booth  <NeilB@earthling.net>
13379         * MAINTAINERS: Add self in write-after-approval section.
13381 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13383         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13384         (do-tar-bz2): Replace TOOL with PACKAGE.
13385         (gdb.tar.bz2): Remove GDBTK from GDB package.
13386         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13387         dejagnu.tar.bz2): New packages.
13389 2000-02-27  Andreas Jaeger  <aj@suse.de>
13391         * configure.in: Add entry for mips*-*-linux*, move catch all
13392         *-*-*linux* entry below this one.
13394 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13396         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13398 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13400         * config.sub: Support an OS of "wince".
13402 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13404         * config.guess, config.sub: Updated to match config's 2000-02-15
13405         version.
13407 2000-02-23  Linas Vepstas  <linas@linas.org>
13409         * config.sub: Add support for Linux/IBM 370.
13410         * configure.in: Likewise.
13412 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13414         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13416 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13418         * config.guess: Guess "cygwin" rather than "cygwin32".
13420 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13422         * configure (gcc_version): When setting, narrow search to
13423         lines containing `version_string'.
13425 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13427         * config.sub: Add support for avr target.
13429 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13431         * MAINTAINERS: Add maintainers for MCore port.
13433 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13435         * config.sub: Add mmix-knuth-mmixware.
13437 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13439         * MAINTAINERS: Pair cccp with cpplib maintainership.
13441 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13443         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13444         structure stuff to -L library search.
13445         (CXX_FOR_TARGET): Ditto.
13446         (CROSS_CHECK_MODULES): Fix spelling mistake.
13448 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13450         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13451         the C++ compiler.
13453 2000-01-12  Richard Henderson  <rth@cygnus.com>
13455         * configure.in: Don't build some bits for beos.
13457 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13459         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13460         as include files.
13462 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13464         * Add self as cpplib maintainer, as requested by Jason
13465         Merrill.  Correct my e-mail address.
13467 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13469         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13470         not mh-aix43.
13472 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13474         * MAINTAINERS: Add myself to "write after approval" list.
13476 1999-12-14  Richard Henderson  <rth@cygnus.com>
13478         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13479         * config.sub: Accept alphaev[78], alphaev8.
13481 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13483         * config.guess, config.sub: Update from autoconf.
13485 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13487         * MAINTAINERS:  update my playtime e-address.
13489 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13491         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13492         necessary libraries are missing.
13494 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13496         * MAINTAINERS: Add new 'write after approval' maintainer.
13498 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13500         * MAINTAINERS: Add new Java maintainer.
13502 1999-10-25  Andreas Schwab  <schwab@suse.de>
13504         * configure: Fix quoting inside arguments of eval.
13506 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13508         * config-ml.in: Allow suppression of some ARM multilibs.
13510 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13512         * config.guess: Add OS/390 match pattern.
13513         * config.sub: Add mvs, openedition targets.
13514         * configure.in (i370-ibm-opened*): New.
13516 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13518         * config.sub: Add support for configuring for pj.
13520 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13522         * config.sub (maybe_os): Add support for configuring for fr30.
13524 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13526         * configure.in: Do not configure or build ld for AIX
13527         platforms.  ld is known to be broken on these platforms.
13529 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13531         * config-ml.in: Pass compiler flag corresponding to multidirs to
13532         subdir configures.
13534 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13536         * Makefile.in (LDFLAGS): Define.
13538 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13540         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13541         noconfigdirs.
13542         (*-*-cygwin*): Likewise.
13544 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13546         * mkdep: New file.
13547         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13548         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13550         From Eli Zaretskii <eliz@is.elta.co.il>:
13551         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13552         long file name when using DJGPP on MS-DOS.
13554 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13556         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13558 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13560         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13561         dependency as this causes "make check" to globally "make all"
13563 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13565         * configure.in (target_libs): Added target-zlib.
13566         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13567         (CONFIGURE_TARGET_MODULES): Likewise.
13568         (CHECK_TARGET_MODULES): Likewise.
13569         (INSTALL_TARGET_MODULES): Likewise.
13570         (CLEAN_TARGET_MODULES): Likewise.
13571         (configure-target-zlib): New target.
13572         (all-target-zlib): Likewise.
13573         (all-target-libjava): Depend on all-target-zlib.
13574         (configure-target-libjava): Depend on configure-target-zlib.
13576         * Makefile.in (configure-target-libjava): Depend on
13577         configure-target-newlib.
13578         (configure-target-boehm-gc): New target.
13579         (configure-target-qthreads): New target.
13581         * configure.in (target_libs): Added target-qthreads.
13582         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13583         (CONFIGURE_TARGET_MODULES): Likewise.
13584         (CHECK_TARGET_MODULES): Likewise.
13585         (INSTALL_TARGET_MODULES): Likewise.
13586         (CLEAN_TARGET_MODULES): Likewise.
13587         (all-target-qthreads): New target.
13588         (configure-target-libjava): Depend on configure-target-qthreads.
13589         (all-target-libjava): Depend on all-target-qthreads.
13591         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13592         (CONFIGURE_TARGET_MODULES): Likewise.
13593         (CHECK_TARGET_MODULES): Likewise.
13594         (INSTALL_TARGET_MODULES): Likewise.
13595         (CLEAN_TARGET_MODULES): Likewise.
13596         (all-target-libjava): New target.
13597         (all-target-boehm-gc): Likewise.
13598         * configure.in (target_libs): Added libjava, boehm-gc.
13600 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13602         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13603         configure.bat in SUPPORT_FILES.
13604         (gas+binutils.tar.bz2): Likewise.
13606         * makeall.bat: Remove; obsolete.
13608 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13610         From Mark Elbrecht:
13611         * configure.bat: Remove; obsolete.
13613 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13615         * configure: Add -W -Wall to the default CFLAGS when compiling with
13616         gcc.
13618 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13620         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13622 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13624         * configure.in: Build ld on IRIX6.
13626 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13628         * Makefile.in: Change distribution targets to use bzip2 instead of
13629         gzip.
13630         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13631         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13633 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13635         * config.sub: Add mcore target.
13637 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13639         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13641 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13643         * config.guess (dummy): Changed to $dummy.
13645 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13647         * config.sub: Tidied up case statements.
13649 1999-05-22  Ben Elliston  <bje@cygnus.com>
13651         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13652         <jiro@din.or.jp>.
13654         * config.guess: Merge with FSF version. Future changes will be
13655         more accurately recorded in this ChangeLog.
13656         * config.sub: Likewise.
13658 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13660          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13662 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13664         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13666 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13668         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13670 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13672         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13673         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13674         Bad merge removed these two changes.
13676 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13677                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13679         * config.guess (interix Alpha): Add.
13681 1999-04-11  Richard Henderson  <rth@cygnus.com>
13683         * configure.in (i?86-*-beos*): Do config gperf; don't config
13684         gdb, newlib, or libgloss.
13686 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13688         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13689         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13690         from multidirs.
13692 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13694         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13696 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13698         * config.sub: Add support for mcore targets.
13700 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13702         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13703         not mt-ospace, in order to shut up assembler warning about using
13704         symbols that are named the same as registers.
13706 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13708         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13709         dependency list for all-target-cygmon.
13711 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13713         * config-ml.in: Check $host, not $target, for selective multilibs.
13714         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13715         thumb interworking, and underscore prefix multilibs.
13717 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13719         * missing: Update to version from current automake.
13721 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13723         * configure (gxx_include_dir): Removed.
13725         * configure.in (gxx_include_dir): Handle it.
13726         * Makefile.in: Likewise.
13728 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13730         * config.sub (mips64vr4111,mips64vr4111el) Add.
13732 1999-03-21  Ben Elliston  <bje@cygnus.com>
13734         * config.guess: Correct typo for detecting ELF on FreeBSD.
13736 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13738         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13739         config/mh-djgpp.
13741 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13743         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13744         all-target-newlib to dependency list for all-target-bsp.
13746 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13748         * config.sub: Add i386-uwin support.
13749         * config.guess: Likewise.
13751 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13753         * configure.in: cleanup, add mh-*pic handling for arm, special
13754         case powerpc*-*-aix*
13756 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13758         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13759         can be built.
13761 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13763         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13764         targets.
13766 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13768         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13770 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13772         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13774 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13776         * config.sub: Fix typo in arm recognition.
13778 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13780         * configure.in (noconfigdirs): Changed target_configdirs to
13781         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13782         rather than m68k-*-* since it is not known to work on
13783         m68k-aout. Ditto for arm-*-*oabi.
13785 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13787         * configure.in (*-*-windows*): Remove, no longer used.
13789 1999-02-19  Ben Elliston <bje@cygnus.com>
13791         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13792         Smart and improved by Andrew Cagney.
13794 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13796         * config.guess: Recognize openbsd-*-hppa.
13798 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13800         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13801         only if it is not empty.
13803 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13805         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13807         * config.guess: Modified to recognize uname's armv* syntax.
13809         * config.sub: Modified to recognize uname's armv* syntax.
13811 1999-02-17  Mark Salter  <msalter@cygnus.com>
13813         * configure.in: Added target-bsp for sparclite.
13815 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13817         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13819 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13821         * configure.in: Add support for strongarm port.
13822         * config.sub: Add support for strongarm target.
13824 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13826         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13827         the old name config/mh-cygwin32.
13828         Enable texinfo.
13830 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13832         * configure.in: Do build ld for ix86 Solaris.
13834 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13836         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13837         $AR_FOR_TARGET.  Likewise for RANLIB.
13839 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13841         * config.sub (oabi):  Recognize.
13842         * configure.in (arm-*-oabi):  Handle.
13844 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13846         * config.guess: Improve detection of i686 on UnixWare 7.
13848 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13850         * config.guess: Add support for i386-pc-interix.
13851         * config.sub: Likewise.
13852         * configure.in: Likewise.
13854 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13856         * Makefile.in: Remove unneeded all-target-libio from
13857         from all-target-winsup target since it is now unneeded.
13858         Add all-target-libtermcap in its place since it is now
13859         needed.
13861 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13863         * configure.in: makefile stub for cygwin target is probably
13864         unnecessary.  Remove it for now.
13866 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13868         * configure.in: libtermcap.a should be built when cygwin is the
13869         target as well as the host.
13870         * config.guess: Allow mixed case in cygwin uname output.
13871         * Makefile.in: Add libtermcap target.
13873 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13875         * config.sub: Clean up handling of hppa2.0.
13877 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13879         * config.guess: Use C code to identify more HP machines.
13881 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13883         * config.sub: Handle hppa2.0.
13885 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13887         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13888         cygmon for all sparclite targets, regardless of object format.
13890 1998-12-15  Mark Salter  <msalter@cygnus.com>
13892         * configure.in: Added target-bsp for several target architectures.
13894         * Makefile.in: Added rules for bsp.
13896 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13898         * config.guess: Improve detection of hppa2.0 processors.
13900 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13902         * config.guess: Recognize FreeBSD using ELF automatically.
13904 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13906         * configure (skip-this-dir): Add handling for new shell script, which
13907         might be created by a sub-directory's configure to indicate, this particular
13908         directory is "unwanted".
13909         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13911 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13913         * ltconfig: import from libtool, after changing libtool to
13914         account for the cygwin name change.
13916 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13918         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13919         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13921 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13923         * configure.in: Add libtermcap to list of cygwin dependencies.
13925 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13927         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13928         they include winsup/include when it's a cygwin target.
13930 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13932         * configure.in (host_tools): Added zip.
13933         * Makefile.in (all-target-libjava): Depend on all-zip.
13934         (all-zip): New target.
13935         (ALL_MODULES): Added all-zip.
13936         (NATIVE_CHECK_MODULES): Added check-zip.
13937         (INSTALL_MODULES): Added install-zip.
13938         (CLEAN_MODULES): Added clean-zip.
13940 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13942         * Makefile.in: lose "32" from comment about cygwin.
13944 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13946         * configure.in: Use -Os to build target libraries for the fr30.
13948 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13950         * config.sub: Add fr30.
13952 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13954         * configure.in: drop "32" from config/mh-cygwin32.  Check
13955         cygwin* instead of cygwin32*.
13956         * config.sub: Check cygwin* instead of cygwin32*.
13958 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13960         * config.guess: Match any version of Unixware7.
13962 1998-10-20  Syd Polk  <spolk@cygnus.com>
13964         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13965         if desired.
13967 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13969         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13970         these if the appropriate directories and files to not exist.
13972 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13974         * Makefile.in (DEVO_SUPPORT): Add config.if.
13976 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13978         * configure: Add pattern to replace "build_tooldir"'s
13979         definition in the generated Makefile with "tooldir"'s
13980         actual value.
13982 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13984         * config.sub: Bring back lost sparcv9.
13986         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13988 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13990         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13991         CC_FOR_TARGET and friends.
13993 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13995         * Makefile.in (build_tooldir): New variable, same as tooldir.
13996         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13997         -B$(build_tooldir)/bin/.
13998         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14000 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14002         * README: Remove installation instructions and refer to the
14003         INSTALL directory instead.
14005 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14007         * config.sub: Add support for i[34567]86-pc-udk.
14008         * configure.in: Likewise.
14010 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14012         * Makefile.in: add bzip2 package building bits for user
14013         tools module
14014         * configure.in: ditto
14016 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14018         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14019         (ALL_TARGET_MODULES): Add all-target-libobjc.
14020         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14021         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14022         (all-target-libchill): Add dependencies.
14023         * configure.in (target_libs): Add libchill.
14025 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14027         * configure.in (target_subdir): Remove duplicate line.
14029 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14031         * Makefile.in (all-automake): fix dependencies.
14033 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14035         * configure.in: Minor cleanups for building in the $(target_alias)
14036         subdir.
14038 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14040         * Makefile.in (bootstrap): Set r and s before make all.  Use
14041         BASE_FLAGS_TO_PASS in make all.
14042         (cross): Likewise.
14044 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14046         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14048 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14050         * config.sub: Fix typo in last change.
14052 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14054         * config.sub: Add support for C4x target.
14055         * configure.in: Likewise.
14057 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14059         * config.sub: Recognize sparcv9 just like sparc64.
14061 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14063         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14065 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14067         * config.guess: Correctly identify Pentium II sco boxes.
14069         * config.guess: Fix "tr" code.  From Weiwen Liu.
14071 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14073         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14074         stabs.
14076 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14078         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14079         (ALL_TARGET_MODULES): Add all-target-libchill.
14080         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14081         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14082         (all-target-libchill): Add dependencies.
14083         * configure.in (target_libs): Add libchill.
14085 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14087         * config.guess: Avoid assumptions about "tr" behaves when
14088         LANG is set to something other than English.
14090 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14092         * configure (gxx_include_dir): Changed to
14093         '${prefix}/include/g++'-${libstdcxx_interface}.
14095         * config.if: New to determine the interfaces.
14097 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14099         * config.guess: Detect and handle MPE/IX.
14100         * config.sub: Deal with MPE/IX.
14102 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14104         * configure.in: Use mh-aix43.
14106 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14108         * configure: Fix --without/--disable cases for gxx-include-dir.
14110 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14112         * mdata-sh:  Imported.  Needed for automake support.
14114 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14116         * Makefile.in (taz): Try "chmod -R og=u ." before
14117         "chmod og=u `find . -print`".
14119 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14121         * configure.in: Add arm-elf and thumb-elf support.
14123 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14125         * Makefile.in: Undo previous patch.
14127 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14129         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14130         to here ...
14131         (install-no-fixedincludes): and here
14132         (INSTALL_MODULES): ... from here.
14134 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14136         * config.sub: Merge with FSF.
14138         * config.guess: Merge with FSF.
14140 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14142         * configure (extraconfigdirs): New variable.
14143         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14144         * Makefile.in (all): Move higher in file.
14145         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14146         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14147         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14148         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14149         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14151 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14153         * Makefile.in (all-target-libjava): Depend on all-gcc and
14154         all-target-newlib.
14155         (configure-target-libjava): Depend on $(ALL_GCC).
14157 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14159         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14160         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14162 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14164         * INSTALL/README: Fix typo.
14166 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14168         * ylwrap: Change absolute path checks to check for DOS style path
14169         names.
14171         * ylwrap: Don't use a full path name if the source file is in the
14172         same directory.  From hjl@lucon.org (H.J. Lu).
14174         * config-ml.in: Default to being verbose, to match Feb 18 change to
14175         configure.
14177 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14179         Brought over from egcs:
14181         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14183         * configure.in (target_subdir): Set to ${target_alias} instead
14184         of "libraries".
14186         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14188         * configure.in (target_subdir): Set to libraries if enable_multilib.
14190 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14192         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14193         multilibs, force reconfiguration the first time we create
14194         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14196 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14198         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14199         avoid confusion with --no-recursion.
14201 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14203         * configure.in: Win32 hosts shouldn't use install -x
14204         * install-sh: remove -x option, and special .exe-handling
14205         hack.
14207 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14209         * config.guess: Recognize i586-pc-beos.
14210         * configure.in: Don't build some bits for beos.
14212 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14214         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14215         CFLAGS default to -O2.
14217         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14218         when using GNU ld.
14220 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14222         * ltmain.sh: Correct install when using a different shell.
14224 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14226         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14228 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14230         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14231         target.
14233 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14235         * ltconfig: Update to correct AIX handling.
14237 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14239         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14241         * configure.in (target_subdir): Set to ${target_alias} instead
14242         of "libraries".
14244 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14246         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14247         (Makefile): Depend on $(gcc_version_trigger).
14249         * configure (gcc_version): Change default initializer to empty
14250         string.
14251         (gcc_version_trigger): New variable; pass this variable down
14252         to subdir configures to enable them checking gcc's version
14253         themselves. Emit make macros for both gcc_version vars.
14254         (topsrcdir): Initialize reliably.
14255         (recursion line): Remove --with-gcc-version=${gcc_version}.
14257 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14259         * configure (enable_version_specific_runtime_libs): Implement new flag
14260         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14261         in $(libsubdir); emit definition in each generated Makefile.
14262         (gxx_include_dir): Initialize depending on
14263         $enable_version_specific_runtime_libs.
14265 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14267         * configure (gcc_version): Initialize properly depending on
14268         how and where configure is started.
14269         (recursion line): Pass a --with-gcc-version=${gcc_version}
14270         to configures in subdirs.
14272 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14274         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14275         cygmon
14277 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14279         * configure.in: Add cygmon and libstub support for mn10200.
14281 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14283         * configure (gcc_version): Add new variable describing the
14284         particular gcc version we're building.
14285         * Makefile.in (libsubdir): Add new macro for the directory
14286         in which the compiler finds executables, libraries, etc.
14287         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14288         and libsubdir.
14290 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14292         * Makefile.in (local-clean): Remove *.log.
14293         (warning.log): Built with warn_summary from build.log.
14294         (mail-report.log): Run test_summary.
14295         (mail-report-with-warnings.log): Run test_summary including
14296         warning.log in the report.
14298 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14300         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14302 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14304         * Makefile.in (grep): Grep no longer depends on libiberty.
14306 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14308         * Makefile.in: all-snavigator needs all-libgui.
14310 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14312         * configure.in: Add cygmon and libstub support for mn10300.
14314 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14316         * missing: Update to version from automake 1.3.
14318         * ltmain.sh: On installation, don't get confused if the same name
14319         appears more than once in the list of library names.
14321 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14323         * config.sub: Accept m68060 and m5200 as CPU names.
14325 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14327         * configure: Use && rather than using -a in test, because odd
14328         strings can confuse test.
14329         * configure.in: Likewise.
14331 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14333         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14335 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14337         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14338         bootstrap4-lean): New targets.
14340 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14342         * mpw-* Delete.  Not used.
14344 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14346         * COPYING.LIB: Update FSF address.
14348 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14350         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14352         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14353         GAS_SUPPORT_DIRS.
14355 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14357         * ltconfig, ltmain.sh: Avoid producing a version number if
14358         -version-info was not used.
14360 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14362         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14363         building with newlib.
14365 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14367         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14368         Solaris `make' causes it to continue to next definition.
14370 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14372         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14373         the right GUI libraries and files are installed along with GDB.
14375 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14377         * configure.in: Change alpha to alpha* in several places.
14379 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14381         * config.sub: Recognize sparc86x.
14383 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14385         * configure.in (--enable-target-optspace): Remove debug echo.
14387 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14389         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14391 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14393         * ltconfig: Update cygwin32 support.
14395         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14396         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14397         (GDB_SUPPORT_DIRS): Likewise.
14399 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14401         * configure.in (target_makefile_frag): If --enable-target-optspace,
14402         use -Os to compile target libraries rather than -O2.  Default to
14403         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14404         not used.
14405         * configure.in (target_cflags): Ditto for d30v.
14407 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14409         * Makefile.in (all-bfd): Depend on all-intl.
14410         (all-binutils): Likewise.
14411         (all-gas): Likewise.
14412         (all-gprof): Likewise.
14413         (all-ld): Likewise.
14415 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14417         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14419 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14421         * Makefile.in (all-bfd): Depend upon all-libiberty.
14423         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14425 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14427         * Makefile.in: Add libstub.
14429         * configure.in: Ditto. Build libstub for targets that have cygmon
14430         support.
14432 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14434         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14436 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14438         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14439         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14441 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14443         * configure: Define DEFAULT_M4 by searching PATH.
14444         * Makfile.in: Use DEFAULT_M4.
14446 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14448         * ltconfig: Add cygwin32 support.
14450         * Makefile.in, configure.in: Add libtool as a native only directory
14451         to configure and build.
14453 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14455         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14457 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14459         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14461 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14463         * Makefile.in: add ash make rules
14464         * configure.in: add ash to native_only and host_tools lists
14466 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14468         * Makefile.in (all-gettext, all-intl): New targets.
14469         (ALL_MODULES): Added all-gettext, all-intl.
14470         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14471         (INSTALL_MODULES): Added install-gettext, install-intl.
14472         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14474         * configure.in (host_tools): Added gettext.
14475         (native_only): Likewise.
14476         (noconfigdirs) [various cases]: Likewise.
14477         (host_libs): Added intl.
14479 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14481         * configure: Do not disable building gdbtk for cygwin32 hosts.
14483 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14485         * configure.in: Add thumb-coff target.
14486         * config.sub: Add thumb-coff target.
14488 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14490         * Makefile.in: Revert yesterday's change.
14491         (all-target-winsup):  all-target-librx stays out of here.
14493 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14495         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14496         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14497         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14498         Remove references to librx and libg++.
14500 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14502         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14503         recursive makes
14505 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14507         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14508         for newlib directory.
14509         (CXX_FOR_TARGET): Likewise.
14511 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14513         * ltconfig: Update after libtool/ltconfig.in change for
14514         hpux11.
14516 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14518         * ltconfig, ltmain.sh: Update to libtool 1.2.
14520 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14522         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14523         (install-gcc-cross): Instead, override LANGUAGES here.
14525 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14527         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14528         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14530 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14532         * configure.in: Add Thumb-pe target.
14534 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14536         * Makefile.in - changed sn targets to snavigator
14537         * configure.in - changed sn targets to snavigator
14539 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14541         * config-ml.in: After building symlink tree call make distclean
14542         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14543         to be the case for libiberty.
14545 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14547         * configure: When making link, also check the current
14548         directory. The configure scripts may create one.
14550 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14552         * config.sub: Accept alphapca56 and alphaev6 properly.
14554 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14556         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14558 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14560         * config.sub (sco5): Fix typo.
14562 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14564         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14565         install-itcl.
14566         (install-itcl): Remove dependency on install-tcl.
14568 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14570         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14572 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14574         * configure.in: Don't build libgui for a cygwin32 target when not on
14575         a cygwin32 host.
14577 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14579         * configure (redirect): Set to null, so default behavior of
14580         configure is now --verbose.
14582 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14584         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14585         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14587 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14589         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14590         this change to sync Makefile.in with its ChangeLog entries.
14592 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14594         * ltmain.sh (mkdir): Check that the directory doesn't exist
14595         before we exit with error, so that we don't get races during
14596         parallel builds.
14598 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14600         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14602 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14604         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14605         PICFLAG_FOR_TARGET.
14606         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14608         * configure: Emit a definition for the new macro enable_shared
14609         into each Makefile.
14611 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14613         * configure.in (host_tools, native_only): Add libtool.
14615 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14617         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14618         Fix typo in ming config comment.
14620 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14622         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14624 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14626         * config.sub: Add tic30 cases, and map c30 to tic30.
14628 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14630         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14631         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14632         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14633         (CLEAN_TARGET_MODULES): Similarly
14634         (all-target-libf2c): Add dependences.
14635         * configure.in (target_libs): Add libf2c.
14637 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14639         * configure.in: Remove expect from noconfigdirs when target
14640         is cygwin32.  OK to build expect and dejagnu with Canadian
14641         Cross.
14643 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14645         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14646         host.
14648         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14649         and mingw32.
14651 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14653         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14654         here as it is not defined in the toplevel Makefile.
14656 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14658         * configure (package_makefile_rules_frag): New variable, which names
14659         a file with generic rules, ...
14660         Change comment to mention we now have FIVE parts.
14661         * configure: Undo last change.
14663 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14665         * config.guess: More accurate determination of HP processor types.
14666         * config.sub: More accurate determination of HP processor types.
14668 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14670         * configure (package_makefile_frag): Move inserting the
14671         ${package_makefile_frag} to where it should be according
14672         to the comment.
14674 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14676         * config.guess: Add support for Linux/ARM.
14678 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14680         * .cvsignore: Remove *-info and *-install since they match
14681         release-info and mpw-install, which we don't want to just ignore.
14683 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14685         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14687 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14689         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14690         local_prefix to sub-make invocations.
14692 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14694         * configure.in: Check makefile fragments in the source
14695         directory.
14697 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14699         * configure.in: Check whether host and target makefile
14700         fragments exist before adding them to *_makefile_frag.
14702 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14704         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14706 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14708         * configure.in: Make sure we only replace RPATH_ENVVAR on
14709         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14710         regexp to sed.
14712         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14713         to sub-makes.
14715 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14717         * config-ml.in (multi-do): LDFLAGS must include multilib
14718         designator.
14720 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14722         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14724 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14726         * config.sub: Add mingw32 support.
14727         * configure.in: Likewise.
14729 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14731         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14733 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14735         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14736         * configure (gxx_include_dir): Provide a definition for subdirs
14737         which do not use autoconf.
14739 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14741         * config.guess: Sync with egcs.  Picks up new alpha support,
14742         BeOS & some additional linux support.
14744 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14746         * config.guess: HP 9000/803 is a PA1.1 machine.
14748 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14750         * configure.in: It's alpha*-...
14752 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14754         * configure.in (host_makefile_frag, target_makefile_frag):
14755         Handle multiple config files.
14756         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14757         alpha-*-*.
14759 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14761         * mkdep: New file.
14763 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14765         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14767 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14769         * Makefile.in: Add libgui directory.
14770         (GDB_TK): Add all-libgui.
14771         * configure.in: Add libgui directory.
14772         * configure: Add all-libgui to GDB_TK.
14774 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14776         * config-ml.in (multidirs): Add m32r to multilib list.
14778 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14780         * Makefile.in (all-target-gperf): Change dependency to
14781         all-target-libstdc++.
14783 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14785         * config.guess: Add BeOS support.
14787 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14789         Source directory cvs renamed to cvssrc:
14790         * configure.in (host_tools): Change cvs to cvssrc.
14791         (native_only): Likewise.
14792         (noconfigdirs) [various cases]: Likewise.
14793         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14794         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14795         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14796         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14797         (all-cvssrc): Rename target from all-cvs.
14799 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14801         * configure (gxx_include_dir): Fix thinko.
14803 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14805         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14806         (install-cross, install-gcc-cross): New targets.
14808 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14810         * configure.in (noconfigdirs): Add support for Thumb target.
14812         * config.sub (maybe_os): Add support for Thumb target.
14814 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14816         * Makefile.in: Add rules for cygmon.
14818         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14820 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14822         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14823         * configure (gxx_include_dir): Provide a definition for subdirs
14824         which do not use autoconf.
14826 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14828         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14829         11/18/97 build
14831 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14833         * From Franz Sirl.
14834         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14835         found on RedHat Linux systems.
14837 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14839         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14840         guesses.
14842 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14844         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14846 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14848         * ltmain.sh: If mkdir fails, check whether the directory was created
14849         anyhow by some other process.
14851 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14853         * configure.in (d30v-*-*): Configure all directories.
14855 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14857         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14858         for the D30V.
14860 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14862         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14864 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14866         * include/libiberty.h: Add extern "C" { so it can be used with C++
14867         progrms.
14868         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14869         programs.
14871 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14873         * configure.in (d30v-*-*): Configure GCC now.
14875 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14877         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14878         is no longer needed.
14880 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14882         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14884 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14886         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14887         targets using "$@" to provide support for similar but not identical
14888         targets without having to duplicate code.
14890 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14892         * makefile.vms: Fix to work with DEC C.
14894 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14896         * config.sub: Add mips-tx39-elf to marketing names.
14898 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14900         * ltmain.sh: Handle symlinks in generated script.
14902 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14904         * configure: Handle autoconf style directory options: --bindir,
14905         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14906         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14907         --sysconfdir.
14908         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14909         (sharedstatedir, localstatedir, oldincludedir): New variables.
14910         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14911         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14912         sbindir, sharedstatedir, and sysconfdir.
14914 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14916         * Makefile.in (bootstrap-lean): New target.
14918 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14920         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14921         sn, and gnuserv from noconfigdirs.
14923 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14925         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14927 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14929         * Makefile.in (cross): New target.
14931 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14932                           Jeff Law         <law@cygnus.com>
14934         * Makefile.in (bootstrap2, bootstrap3): New targets.
14935         (all-bootstrap): Remove outdated and confusing target.
14936         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14938 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14940         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14941         windows.  Consistent with gdb/configure.
14943 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14945         * configure.in: Name Linux target fragment.
14947         * configure: Rewrite so that project Makefile fragment is inserted
14948         first and appears last in the resulting Makefile.
14950 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14952         * Makefile.in (install-itcl): Install tcl first.
14954 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14956         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14958 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14960         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14962         * configure.in (skipdirs): Add target-librx for Linux.
14963         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14965 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14967         * Makefile.in (bootstrap): New target.
14969 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14971         * config.sub: Accept 'amigados' for backward compatibility.
14973 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14975         * config.guess: Merge with FSF.
14977 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14979         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14981 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14983         * config.sub: Add "marketing-names" patch.
14985 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14987         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14989 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14991         * config.sub: Handle v850-elf.
14993 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14995         * .cvsignore (*-install): Remove.
14997 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14999         * ltconfig: Set CONFIG_SHELL in libtool.
15000         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15002 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15004         * configure.in (target_subdir): Set to libraries if enable_multilib.
15006 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15008         * config.guess: Update from gcc directory.
15010 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15012         * Makefile.in (all-sim): Depends on all-readline.
15014 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15016         * Makefile.in (BISON, YACC): Use $$s.
15017         (all-bison): Depend on all-texinfo.
15019 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15021         * Makefile.in (BISON): Add -L flag.
15022         (YACC): Likewise.
15024 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15026         * configure.in (noconfigdirs): Add support for v850e target.
15028         * config.sub (maybe_os): Add support for v850e target.
15030 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15032         * configure.in (noconfigdirs): Add support for v850ea target.
15034         * config.sub (maybe_os): Add support for v850ea target.
15036 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15038         * config.sub: Add mipstx39.  Delete r3900.
15040 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15042         * Makefile.in (all-autoconf): Depends on all-texinfo.
15044 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15046         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15047         eabi targets.
15049 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15051         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15053         * configure: When handling a Canadian Cross, handle YACC as well as
15054         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15055         * Makefile.in (all-bison): Depend upon all-texinfo.
15057 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15059         * Makefile.in (BISON): bison, not byacc or bison -y.
15060         (YACC): bison -y or byacc or yacc.
15061         (various): Add *-bison as appropriate.
15062         (taz): No need to mess with BISON anymore.
15064 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15066         * configure: If OSTYPE matches *win32*, try to find a good value for
15067         CONFIG_SHELL.
15069 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15071         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15072         configure.in if it is present.
15074 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15076         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15078 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15080         * config.sub: Recognize `arc' cpu.
15081         * configure.in: Likewise.
15082         * config-ml.in: Likewise.
15084 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15086         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15088 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15090         * configure: Changed sed delimiter from ':' to '|' when
15091         attempting to substitute ${config_shell} for SHELL. On
15092         NT ${config_shell} may contain a ':' in it.
15094 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15096         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15098 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15100         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15102 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15104         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15106         * ylwrap: If the program is a relative path, force it to be
15107         absolute.
15109 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15111         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15113 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15115         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15116         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15117         for libraries.
15119 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15121         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15122         separated by spaces.
15124 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15126         * ylwrap: New file.
15127         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15129         * ltmain.sh: Handle /bin/sh at start of install program.
15131         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15133         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15134         * missing: New file, from automake 1.2.
15136 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15138         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15139         check-tk to CHECK_X11_MODULES.
15141 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15143         * config.sub: Merge with FSF.
15145 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15147         * config.guess: Merge with FSF.
15149 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15151         * configure: Treat msdosdjgpp like go32.
15152         * configure.in: Likewise.  Don't remove gprof for go32.
15154         * configure: Change Makefile.tem2 to Makefile.tm2.
15156 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15158         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15160 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15162         * install-sh (chmodcmd): Set to null if the DST directory already
15163         exists.  Same as Nov 11th change.
15165 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15167         * configure (GDB_TK): Needs itcl and tix.
15169 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15171         * config.guess: Update from FSF.
15173 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15175         * Makefile.in (GDB_TK): Depend on itcl and tix.
15177 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15179         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15180         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15181         (INSTALL_SCRIPT): New variable.
15182         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15183         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15184         to -x.
15185         * install-sh: Add support for -x option.
15187 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15189         * configure.in, Makefile.in: Treat tix like itcl.
15191 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15193         * Makefile.in (WINDRES): New variable.
15194         (WINDRES_FOR_TARGET): New variable.
15195         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15196         (EXTRA_HOST_FLAGS): Add WINDRES.
15197         (EXTRA_TARGET_FLAGS): Add WINDRES.
15198         (EXTRA_GCC_FLAGS): Add WINDRES.
15199         ($(DO_X)): Pass down WINDRES.
15200         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15201         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15202         DLLTOOL_FOR_TARGET.
15204 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15206         * configure.in: configure sim before gdb for win32-x-ppc
15208 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15210         Move gperf into the toplevel, from libg++.
15211         * configure.in (target_tools): Add target-gperf.
15212         (native_only): Add target-gperf.
15213         * Makefile.in (all-target-gperf): New target, depend on
15214         all-target-libg++.
15215         (configure-target-gperf): Empty rule.
15216         (ALL_TARGET_MODULES): Add all-target-gperf.
15217         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15218         (CHECK_TARGET_MODULES): Add check-target-gperf.
15219         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15220         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15222 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15224         * config.sub (mn10200): Recognize new basic machine.
15226 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15228         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15229         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15231 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15233         * configure.in: If we're building mips-sgi-irix6* native, turn on
15234         ENABLE_MULTILIB and set TARGET_SUBDIR.
15236 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15238         * Makefile.in (all-sn): Depend on all-grep.
15240 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15242         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15244         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15245         Makefile.  From Jeff Makey <jeff@cts.com>.
15246         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15248         * Makefile.in (DISTBISONFILES): Remove.
15249         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15250         $(DEFAULT_YACC).
15252         * configure.in: Build itl, db, sn, etc., when building for native
15253         cygwin32.
15255         * Makefile.in (LD): New variable.
15256         (EXTRA_HOST_FLAGS): Pass down LD.
15257         ($(DO_X)): Likewise.
15259 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15261         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15263 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15265         * configure.in (targargs): Strip out any supplied --build argument
15266         before adding our own. Always add --build.
15268 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15270         * configure.in (targargs): Pass --build if we're doing
15271         a cross-compile.
15273 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15275         * configure: Use '|' instead of ":" as the separator in
15276         sed. Otherwise sed chokes on NT path names with drive
15277         designators. Also look for "?:*" as the leading characters in an
15278         absolute pathname.
15280 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15282         * config.sub: Support for r3900.
15284 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15286         * configure.in: Use install-sh, not install.sh.
15288 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15290         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15291         apply it twice.
15293 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15295         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15296         install-binutils.
15298 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15300         * Makefile.in: Add automake targets.
15301         * configure.in (host_tools): Add automake.
15303 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15305         * configure: Default CXX to c++, not gcc.
15306         * Makefile.in (CXX): Set to c++, not gcc.
15307         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15309 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15311         * install-sh: try appending a .exe if source file doesn't
15312         exist
15314 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15316         * configure.in: Turn on multilib by default.
15317         (cross_only): Remove target-libiberty.
15319         * Makefile.in (all-gcc): Don't depend on libiberty.
15321 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15323         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15325 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15327         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15328         (DISTBISONFILES): Add ld/Makefile.in
15330 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15332         * configure.in: if target is cygwin32 but host isn't cygwin32,
15333         don't configure gdb tcl tk expect, not just gdb.
15335 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15337         * configure.in: Added gnuserv everywhere sn appears.
15339         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15340         (CROSS_CHECK_MODULES): Added check-gnuserv.
15341         (INSTALL_MODULES): Added install-gnuserv.
15342         (CLEAN_MODULES): Added clean-gnuserv.
15343         (all-gnuserv): New target.
15345 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15347         * config.guess: Fixes for MIPS OpenBSD systems.
15349 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15351         * Makefile.in (INSTALL_XFORM): Remove.
15352         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15354         * mkinstalldirs: New file, copied from automake.
15355         * Makefile.in (installdirs): Rename from install-dirs.  Use
15356         mkinstalldirs.  Change all users.
15357         (DEVO_SUPPORT): Add mkinstalldirs.
15359 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15361         * install-sh: Rename from install.sh.
15362         * Makefile.in (INSTALL): Change install.sh to install-sh.
15363         (DEVO_SUPPORT): Likewise.
15365         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15366         Graichen <graichen@rzpd.de>.
15368 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15370         * config.guess: Recognize OpenBSD systems correctly.
15372 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15374         * README, Makefile.in (ETC_SUPPORT): Remove references to
15375         cfg-paper*, configure.{texi,man,info*}._
15377 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15379         * Makefile.in (all.normal): Ensure that gcc is built after all
15380         the x11 - ie gdb - targets.
15382 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15384         * makefile.vms: Don't run conf-a-gas.
15386 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15388         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15390 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15392         * configure.in: Remove noconfigdirs case since gdb also
15393         configures and builds for tic80-coff.
15395 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15397         * configure: Set cache_file to config.cache.
15398         * Makefile.in (local-distclean): Remove config.cache.
15400 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15402         * COPYING: Update FSF address.
15404 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15406         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15407         noconfigdirs.
15409 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15411         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15412         MAKEDIRS, is empty.
15414 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15416         * config.sub: Tweak mn10300 entry.
15418 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15420         * configure.in (host_tools): Put sim before gdb, so gdb's
15421         configure.tgt can determine if the simulator was configured.
15423 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15425         * config.sub: Move BeOS $os case to be with other Cygnus
15426         local cases.
15428 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15430         * config.sub: Remove misplaced comment that broke Linux.
15432 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15434         * config.sub: Add BeOS support.
15436 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15438         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15440 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15442         * configure.in (noconfigdirs): Remove tcl and tk from
15443         noconfigdirs for cygwin32 builds.
15445 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15447         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15449 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15451         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15452         make-all.com, use makefile.vms instead.
15454 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15456         * config.sub: Accept -lnews*.
15458 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15460         * configure.in (noconfigdirs): Disable target-newlib,
15461         target-examples and target-libiberty for d30v.
15463 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15465         * configure.in (noconfigdirs): Enable ld for d30v.
15467 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15469         * configure.in (tic80-*-*): Build compiler.
15471 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15473         * configure.in (d30v-*): Remove sim directory from list of
15474         unsupported d30v directories
15476 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15478         * config.sub, configure.in: Add d30v target cpu.
15480 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15482         * makefile.vms: New file.
15483         * make-all.com: Remove.
15485 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15487         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15489 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15491         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15493 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15495         * Makefile.in (ALL_MODULES): Added all-db.
15496         (CROSS_CHECK_MODULES): Addec check-db.
15497         (INSTALL_MODULES): Added install-db.
15498         (CLEAN_MODULES): Added clean-db.
15500 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15502         * config.guess: Merge with latest FSF sources.
15504 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15506         * Makefile.in (ALL_MODULES): Added all-itcl.
15507         (CROSS_CHECK_MODULES): Added check-itcl.
15508         (INSTALL_MODULES): Added install-itcl.
15509         (CLEAN_MODULES): Added clean-itcl.
15511 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15513         * configure.in: build gdb for mn10200
15515 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15517         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15519 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15521         * configure.in (tic80-*-*): Turn off most targets right now.
15523 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15525         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15526         rather than the makeinfo program.
15527         (do-info): Depend upon all-texinfo.
15529 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15531         * configure.in: Remove uses of config/mh-linux.
15533         * config.sub, config.guess: Merge with latest FSF sources.
15535 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15537         * config.sub (case $basic_machine): Add tic80 entries.
15539 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15541         * config.sub, config.guess: Merge with latest FSF sources.
15543 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15545         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15546         * mpw-config.in: Test for NewFolderRecursive.
15547         * mpw-install: Use symbolic name for startup filename.
15548         * mpw-README: Add various additional details.
15550 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15552         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15554 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15556         * configure.in: Do build gcc and the target libraries for
15557         the mn10200.
15559 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15561         * configure.in: don't avoid building gdb for mn10300 any more
15562         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15563         instead of single-quoting it.
15565 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15567         * configure.in: Don't use --with-stabs on IRIX 6.
15569 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15571         * configure.in (m32r): Build gdb, libg++ now.
15573 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15575         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15576         directories from noconfigdirs.
15578 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15580         * config.sub (basic_machine): added mips16 configuration
15582 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15584         * config.sub: Handle d10v-unknown.
15586 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15588         * config.sub: Handle v850-unknown.
15590 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15592         * Makefile.in: add findutils
15593         * configure.in: add findutils to list of host_tools
15595 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15597         * config.sub: Handle mn10200 and mn10300.
15599 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15601         * configure.in (d10v-*): Do not build librx.
15603 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15605         * configure.in (mn10300): Build everything except gdb & libgloss.
15607 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15609         * config.guess:  Patch for Dansk Data Elektronik servers,
15610         from Niels Skou Olsen <nso@dde.dk>.
15612         For ncr, use /bin/uname rather than uname, since GNU uname does not
15613         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15615         Patch for MIPS R4000 running System V,
15616         from Eric S. Raymond <esr@snark.thyrsus.com>.
15618         Fix thinko for nextstep.
15620         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15622         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15623         * config.guess: Guess mips-dec-mach_bsd4.3.
15625         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15626         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15627         release numbers.
15628         * config.guess (mips-mips-riscos*):  Emit just enough of the
15629         release number.
15631         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15632         * config.guess (sparc-auspex-sunos*):  Added.
15633         (f300-fujitsu-*): Added.
15635         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15636         * config.guess:  Recognize a Tadpole as a sparc.
15638 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15640         * config.guess: Don't assume that NextStep version is either 2 or
15641         3.  NextStep 4 (aka OpenStep 4) has come out now.
15643 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15645         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15646         From Rik Faith <faith@cs.unc.edu>.
15648 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15650         * config.sub: Contributions from bug-gnu-utils to:
15651         Support plain "hppa" (no version given) architecture, reported by
15652         OpenStep.
15653         OpenBSD like NetBSD.
15654         LynxOs is not a hardware supplier.
15656         * config.guess: Contributions from bug-gnu-utils to add support for:
15657         OpenBSD like NetBSD.
15658         Stratus systems.
15659         More Pyramid systems.
15660         i[n>4]86 Intel chips.
15661         M680[n>4]0 Motorola chips.
15662         Use unknown instead of lynx for hardware manufacturer.
15664 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15666         * install.sh (chmodcmd): Set to null if the DST directory already
15667         exists.
15669 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15671         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15672         not use mt-ppc target Makefile fragment any more.
15674 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15676         * configure.in (*-*-windows):  Exclude everything but those dirs
15677         needed to build windows.
15679 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15681         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15683 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15685         * configure.in:  Exclude mmalloc from i386-windows.
15687 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15689         * Undo my previous change.
15691 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15693         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15694         unconditionally.
15695         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15697 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15699         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15700         host to add it's own flags.
15702 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15704         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15706 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15708         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15709         (CXX_FOR_TARGET): Likewise.
15710         (GCC_FOR_TARGET): Define.
15711         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15712         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15713         CC_FOR_TARGET was specified on the command line.
15714         (MAKEOVERRIDES): Don't define.
15716 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15718         * configure.in (m32r): Fix spelling of libg++ libs.
15720 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15722         * config.sub (-apple*): Remove, now redundant.
15724 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15726         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15728         * configure: Rework yesterday's sed script patch.
15730         * config.sub: Merge with FSF.
15732 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15734         * config.guess:  Merge from FSF.
15736         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15737         * config.guess: Use pc instead of unknown, for pc clone systems.
15738         Change linux to linux-gnu.
15740         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15741         * config.guess: Avoid non-portable tr syntax.
15743 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15745         * test-build.mk (HOLES): Add "xargs" for gdb.
15747         * configure: Avoid hpux10.20 sed bug.
15749 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15751         * configure.in:  Add support for windows host
15752         (that is a build done under the Microsoft build environment).
15754 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15756         * Makefile.in: Replace all uses of srcroot with s, to shrink
15757         command line lengths.
15759         Patches from Geoffrey Noer <noer@cygnus.com>:
15760         * configure.in: If configuring for newlib, pass --with-newlib to
15761         subdirectories.
15762         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15763         -Bnewlib/ and -Lwinsup to gcc.
15764         (CXX_FOR_TARGET): Likewise.
15766 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15768         * Makefile.in (ETC_SUPPORT): Add configure.
15770 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15772         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15773         host configuration file.
15775 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15777         * configure.in: Break mn10x00 support into separate
15778         mn10200 and mn10300 configurations.
15779         * config.sub: Likewise.
15781 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15783         * configure.in: Add lots of stuff to noconfigdirs for
15784         the mn10x00 targets.
15786         * config.sub, configure.in: Add mn10x00 support.
15788 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15790         * make-all.com: Call conf-a-gas, not config-a-gas.
15792 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15794         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15795         targets.
15797 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15799         * mpw-README: Add much more detail for native PowerMac.
15800         * mpw-install: New file.
15801         * mpw-configure: Add --norecursion and --help options.
15802         * mpw-config.in: Translate readme and install files when
15803         copying to objdir.
15804         * mpw-build.in: Don't always depend on byacc and flex.
15805         (install-only-top): New action.
15807 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15809         * configure.in:  You can now configure GDB for the v850.
15811 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15813         * configure.in (noconfigdirs): Don't configure any C++ dirs
15814         if targeting D10V.
15816 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15818         * config.sub: Recognize mips64vr5000.
15820 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15822         * configure.in: Use a single line for host_tools and native_only.
15824 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15826         * config.sub, configure.in: Add entries for m32r.
15828 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15830         * Makefile.in (inet-install): Don't run install-gzip.
15832 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15834         * configure.in:  Don't config lots of things for *-*-windows*.
15836 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15838         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15839         (host_libs, host_tools): Copy from configure.in.
15840         * mpw-configure: Don't complain about directories not found.
15842 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15844         * configure.in (i[345]86): Recognize i686 for pentium pro.
15845         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15846         file.
15848         * config.guess (i[345]86): Ditto.
15850 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15852         * configure.in (noconfigdirs): Removed gdb for D10V.
15854 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15856         * configure.in: Remove ld, target-libio, target-libg++, and
15857         target-libstdc++ from noconfigdirs.
15859 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15861         * configure: Fix three locations where shell scripts were
15862         being run directly rather than with config_shell.
15864 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15866         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15867         * config.sub (basic_machine): Recognize v850.
15869 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15871         * mpw-configure: Handle multiple enable/disable options and
15872         pass them down recursively, handle -c and -s flags appropriately
15873         depending on choice of compiler, add escape mechanism for
15874         quoted arguments to gC.
15876 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15878         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15879         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15880         so that -mrelocatable-lib and -mno-eabi are used.
15882         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15883         not support --print-multi-lib, don't abort.
15885 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15887         * make-all.com: Run config-a-gas.
15888         * setup.com: Don't copy subdirectory files around.
15890 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15892         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15893         target, it now compiles correctly.
15895 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15897         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15899 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15901         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15903 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15905         * configure.in (native_only): Add prms.
15907 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15909         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15910         (BINUTILS_SUPPORT_DIRS): Likewise.
15912 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15914         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15915         d10v support is added.
15917 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15919         * configure.in (d10v-*-*): New target.
15921 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15923         * config.guess (HP 9000/811): Recognize this as a PA1.1
15924         machine.
15926 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15928         * Makefile.in (do-tar-gz): New target, split out from tail end of
15929         taz target.  Run each command separately, don't use pipes.
15930         (taz): Use it.
15932 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15934         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15935         * mpw-build.in: No builds should depend on building byacc or flex,
15936         they are assumed to be installed already.
15938 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15940         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15941         variable that CC_FOR_TARGET needs.
15943 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15945         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15946         options have changed since the last time the subdirectory was
15947         configured, and if it has, reconfigure.
15948         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15949         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15951 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15953         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15954         CLEAN_MODULES): Add bash.
15955         (all-bash): New target.
15957 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15959         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15961 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15963         * config.sub (basic_machine): Recognize d10v as a valid processor.
15965 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15967         * mpw-configure: Add support for --bindir.
15968         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15970 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15972         * configure.in: add bash, time, gawk to list of hosttools and things
15973         to only build for native toolchains
15975 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15977         * Makefile.in (docdir): Remove.
15979 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15981         * Makefile.in (datadir): Set to $(prefix)/share.
15983 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15985         * configure.in: build diff and patch for cygwin32-hosted
15986         toolchains.
15988 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15990         * config.sub: Accept -rtems*.
15992 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15994         * configure.in: enable dosrel for cygwin32-hosted builds,
15995                 remove diff from the list of things not buildable
15996                 via Canadian Cross
15998 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16000         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16001         don't get ". ".
16003 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16005         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16007 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16009         * Makefile.in (taz): Handle case where tex3patch didn't even get
16010         checked out.  Also, if it was found, put the symlink in a new util
16011         subdirectory.
16013 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16015         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16017 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16019         * config.sub: Recognize -openvms.
16020         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16021         * make-all.com, setup.com: New files.
16023 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16025         * Makefile.in (taz): tex3patch moved to texinfo/util.
16027 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16029         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16030         * configure.in: remove make from disable-if-Can-Cross list
16031                 enable gdb if ${host} and ${target} are cygwin32
16033 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16035         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16036         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16038 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16040         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16041         distinguish sysv/svr4/bsd variants.
16042         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16044 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16046         * configure.in: Added copyright notice.
16047         * move-if-change: Added copyright notice.
16049 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16051         * configure.in (powerpcle-*-solaris*): Until we get shared
16052         libraries working, don't build gdb, sim, make, tcl, tk, or
16053         expect.
16055 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16057         * config.guess:  Merge with FSF:
16059         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16060         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16062         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16063         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16065         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16066         * config.guess:  Combine two OSF1 rules.
16067         Also recognize field test versions.  From mjr@zk3.dec.com.
16068         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16069         because GNU uname does not support -p.  From pmr@pajato.com.
16071 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16073         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16075 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16077         * mpw-README: Document GCCIncludes.
16079 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16081         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16083 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16085         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16087 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16089         * configure.in (*-*-cygwin32): Configure make.
16091 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16093         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16095 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16097         * Makefile.in (all-inet): Depend on all-perl.
16099         * Makefile.in (inet-install): New target.
16101         * Makefile.in (all-inet): Depend on all-tcl.
16102         (all-inet): Depend on all-send-pr.
16104 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16106         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16107         temporarily.
16109 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16111         * configure.in: Don't configure --with-gnu-ld on AIX.
16113 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16115         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16117 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16119         * Makefile.in (ALL_MODULES): Added all-inet.
16120         (CROSS_CHECK_MODULES): Added check-inet.
16121         (INSTALL_MODULES): Added install-inet.
16122         (CLEAN_MODULES): Added clean-inet.
16123         (all-indent): New target.
16125         * configure.in (host_tools): Added inet.
16126         (native_only): Added inet.
16127         (noconfigdirs): Added inet.
16129 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16131         * configure.in: Don't configure libgloss if we are not configuring
16132         newlib.
16134 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16136         * configure.in: Don't configure libgloss for unsupported
16137         architectures.
16139 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16141         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16143 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16145         * Makefile.in (ALL_MODULES): Include all-apache.
16146         (CROSS_CHECK_MODULES): Include check-apache.
16147         (INSTALL_MODULES): Include install-apache.
16148         (all-apache): New target.
16150         * configure.in: Added apache everywhere perl is seen.
16152 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16154         * Makefile.in: Add support for clean-{module} and
16155         clean-target-{module} rules.
16157 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16159         * configure.in (*-*-ose) do not build libgloss.
16161 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16163         * config.guess (prep*:SunOS:5.*:*): Turn into
16164         powerpele-unknown-solaris2.
16166 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16168         * configure.in: Permit --enable-shared to specify a list of
16169         directories.
16171 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16173         * configure.in (host==solaris): Pass only the first word of $CC
16174         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16176 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16178         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16180 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16182         * Makefile.in (ALL_MODULES): Include all-perl.
16183         (CROSS_CHECK_MODULES): Include check-perl.
16184         (INSTALL_MODULES): Include install-perl.
16185         (ALL_X11_MODULES): Include all-guile.
16186         (CHECK_X11_MODULES): Include check-guile.
16187         (INSTALL_X11_MODULES): Include install-guile.
16188         (all-perl): New target.
16189         (all-guile): New target.
16191         * configure.in (host_tools): Include perl and guile.
16192         (native_only): Include perl and guile.
16193         (noconfigdirs): Don't build guile and perl; no ports have been
16194         done.
16196 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16198         * configure (--enable-*): Handle quoted option lists such as
16199         --enable-sim-cflags='-g0 -O' better.
16201 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16203         * Makefile.in ({,inst}all-target): New rule so we can make and
16204         install all of the target directories easily.
16206 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16208         * configure.in: Add missing global flag in sed substitution when
16209         deleting `target-' from ${configdirs}.
16211 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16213         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16214         option.
16216         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16217         config/mh-necv4.
16219         * install.sh: Correct misspelling of transformbasename.
16221         * config.guess: Recognize mips-*-sysv*.
16223 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16225         * config.sub: Recognize mon960.
16227 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16229         * configure: Restore Canadian Cross handling of BISON and LEX,
16230         removed in Feb 20 change.
16232 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16234         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16235         Mention make install.  Remove the old copyright date as well the
16236         clumsy and rather pointless copyright on the README file.
16238 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16240         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16241         Makefile after running symlink-tree, then run `make distclean' to
16242         avoid clobbering any generated files in srcdir.
16244 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16246         * configure.in (m68k-*-netbsd*): Build everything now.
16248 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16250         * Makefile.in (taz): Fix quoting.
16252 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16254         * configure.in (sparclet-*-*): Build everything now.
16256 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16258         * configure.in (m68k-*-linux*): New host.
16260 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16262         * configure: Check for bison before byacc.
16264 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16266         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16267         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16268         searching PATH.  These are used as fallbacks by Makefile.in if
16269         flex/bison/byacc aren't in objdir.
16271 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16273         * Makefile.in: Make everything which depends upon all-bfd also
16274         depend upon all-opcodes, in case --with-commonbfdlib is used.
16276 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16278         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16279         building NT native compilers on Unix.
16281 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16283         * configure.in: Don't get CC from the host Makefile fragment if we
16284         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16285         Solaris test for /usr/ucb/cc to the post target script, just after
16286         the compiler sanity test.
16288 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16290         * config.sub: Merge with FSF.
16292 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16294         * Makefile.in (RPATH_ENVVAR): New variable.
16295         (REALLY_SET_LIB_PATH): Use it.
16296         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16298 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16300         * config.sub, configure.in: Recognize sparclet cpu.
16302 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16304         * config.guess:  Support m68k-cbm-sysv4.
16306 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16308         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16309         m68k-unknown-linuxaout from linker help string.  Put quotes around
16310         $ld_help_string.
16312 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16314         * config.guess (powerpc-harris-powerunix): Add guess for port
16315         to new target.
16317 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16319         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16321 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16323         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16324         $(REALLY_SET_LIB_PATH) in Makefile.
16325         * Makefile.in (SET_LIB_PATH): New variable.
16326         (REALLY_SET_LIB_PATH): New variable.
16327         ($(DO_X)): Use $(SET_LIB_PATH).
16328         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16329         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16330         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16331         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16332         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16333         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16334         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16335         (install-dosrel): Likewise.
16336         (all-opcodes): Depend upon all-libiberty.
16338 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16340         * config.guess (*:CYGWIN*): New
16342 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16344         * Makefile.in (all-target-winsup): All all-target-libiberty.
16346 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16348         * configure.in (noconfigdirs): Add missing # in front of comment.
16350 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16352         * configure.in: add second pass to things added to noconfigdirs
16353         so *-gm-magic can exclude libgloss properly.
16355 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16357         * mpw-configure (extralibs_name, rez_name): Set correctly
16358         for MWC68K compiler.
16360         * mpw-README: Add more info on the necessary build tools.
16362 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16364         * configure.in, config.sub: Recognize cygwin32.
16366 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16368         * config.guess, config.sub: Recognize A/UX.
16370 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16372         * config.sub: Merge with gcc/config.sub.
16374 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16376         * mpw-build.in (do-binutils): Add build of stamps.
16378 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16380         * config.sub: Add recognition for mips64vr4100*-* targets.
16382 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16384         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16385         Add creation of gconfigargs with `--enable-shared' turned on.
16386         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16387         ($(host)-stamp-stage3-configured): Likewise.
16388         (HOLES): Add chatr and ldd.
16389         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16391 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16393         * configure: Pass --nfp to recursive configures.
16395 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16397         * Makefile.in (DLLTOOL): New.
16398         (DLLTOOL_FOR_TARGET): New.
16399         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16400         (EXTRA_TARGET_FLAGS): Ditto.
16401         (EXTRA_GCC_FLAGS): Ditto.
16402         (CONFIGURE_TARGET_MODULES): Ditto.
16403         (DO_X): Ditto.
16404         * configure: Add DLLTOOL.
16406 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16408         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16409         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16410         mh-sco, since old workarounds no longer needed, and don't
16411         build ld, since libraries have weak symbols in COFF.
16413 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16415         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16417 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16419         * configure.in: Make sure that ${CC} can be used to compile an
16420         executable.
16422 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16424         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16425         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16426         nothing depending on whether gdbtk is being built.
16428 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16430         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16432 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16434         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16435         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16437 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16439         * config-ml.in: Add support for
16440         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16441         Simplify setting of multidirs from --disable-foo.
16443 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16445         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16446         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16447         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16448         non-empty, pass them on to the  GCC make.
16449         (all-bootstrap): New rule that is like all-gcc, except it executes
16450         the GCC bootstrap rule instead of the GCC all rule.
16452 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16454         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16456 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16458         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16459         DG/UX support.
16461 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16463         * config.sub (i*86*) Change [345] to [3456]
16465 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16467         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16468         --with-gnu-ld=no.
16470 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16472         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16473         AIX multilibs get built.
16475 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16477         * configure.in (i386-win32): Don't build expect if we're not
16478         building the tcl subdir.
16480 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16482         * Makefile.in: (configure-target-examples, all-target-examples):
16483         New targets, configure and build example programs.
16485 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16487         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16488         use it as input to sedit the generated MPW makefile.
16489         * mpw-README: Add a suggestion about Gestalt.h.
16491 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16493         * config.sub: Accept *-*-ieee*.
16495 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16497         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16498         Ronald F. Guilmette <rfg@monkeys.com>.
16500 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16502         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16503         for powerpc-pe native.
16504         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16505         (target==powerpc-pe): duplicate i386-win32 entry.
16507 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16509         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16510         of vxworks, not just vxworks5.1.
16512 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16514         * mpw-configure: Add support for exec-prefix.
16516 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16518         * config.guess: Recognize HP model 816 machines as having
16519         a PA1.1 processor.
16521 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16523         * configure: Ignore new autoconf configure options.
16525 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16527         * config.guess:  Recognize Pentium under SCO.
16528         From Robert Lipe <robertl@arnet.com>.
16530 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16532         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16534 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16536         * configure.in: Don't configure gas for alpha-dec-osf*.
16538 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16540         * configure.in: Default to --with-stabs for some targets for which
16541         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16542         i[345]86*-*-unixware*.
16544 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16546         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16547         rather than basing it on the target.  Simplify handling of options
16548         controlling which directories to configure.  Remove extraneous
16549         slash in multi-clean target.
16551 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16553         * config-ml.in: Prefix more variables with ml_ so they don't collide
16554         with configure's.
16556 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16558         * configure: Don't turn -v into --v.
16560 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16562         * configure.in (targargs): Fix typo.
16564         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16566 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16568         * configure.in: Strip --host and --target options from
16569         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16570         --with-cross-host option when building with a cross-compiler.
16571         * configure: Canonicalize the arguments put into config.status by
16572         always using `=' for an option with an argument.  Pass a presumed
16573         --host or --target explicitly.
16575 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16577         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16578         into general OS recognition case.
16580 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16582         * configure.in (target_configdirs): add target-winsup only
16583         for win32 target systems.
16585 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16587         * Makefile.in (all-target-libgloss): Depend upon
16588         configure-target-newlib, since when libgloss is built it looks to
16589         see if the newlib directory exists.
16591 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16593         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16594         cfg-ml-*.in.
16596 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16598         * configure: Handle LD and LD_FOR_TARGET when configuring a
16599         Canadian Cross.
16601 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16603         * configure.in (target_libs): add target-winsup.
16604         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16605         (target==ppcle-pe): remove ld from $noconfigdirs.
16607 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16609         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16610         Preserve relative path names in $srcdir.  Build symlink tree if
16611         configuring cross target dir and srcdir=. (= no VPATH support).
16612         (configure-target-libg++): Depend on configure-target-librx.
16613         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16614         * config-ml.in: New file.
16615         * symlink-tree: New file.
16616         * configure: Ensure srcdir="." if that's what it is.
16618 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16620         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16621         includes and FLEX_SKELETON setting.
16622         * mpw-configure (--with-gnu-ld): New option, controls whether
16623         to use PPCLink or ld with PowerMac GCC.
16624         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16625         * mpw-config.in: Configure grez if targeting Mac.
16627         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16628         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16629         just macos.
16630         * configure.in: Configure grez resource compiler if targeting Mac.
16631         * Makefile.in (all-grez, install-grez): New targets.
16633 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16635         * configure: CXX defaults to gcc, not g++.  If we find
16636         gcc in the path, set CC to gcc -O2.
16638 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16640         * configure: Default ${build} correctly.  Avoid picking up extra
16641         spaces when reading CC and CXX from Makefile.  When doing a
16642         Canadian Cross, use plausible default values for numerous
16643         variables.
16644         * configure.in: When doing a Canadian Cross, don't try to
16645         configure tools whose configure script can't handle it.
16647 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16649         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16651 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16653         * configure:  Remove dubious bug reporting address.
16655 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16657         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16658         configure script, run that instead of this directory's configure.
16659         In either case, print a message that we're configuring the sub-dir.
16661 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16663         * configure.in: Before checking for the existence of various files,
16664         use sed to filter out "target-".
16666 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16668         * Makefile.in (DO_X): Split rule to decrease command line length
16669         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16670         (Philippe De Muyter).
16672 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16674         * Makefile.in (all-patch): depend on all-libiberty.
16676 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16678         * configure.in: If the only directory in target_configdirs which
16679         actually exists is libiberty, then set target_configdirs to empty,
16680         to avoid trying to build a target libiberty in a gas or gdb
16681         distribution.
16683 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16685         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16686         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16687         systems.
16689 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16691         * configure.in (copy_dirs): Use sys-include instead of include
16692         for --with-headers option.
16694 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16696         * Makefile.in, configure.in: Make winsup builds work with
16697         new scheme.
16699 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16701         * configure.in: Build the linker on AIX.
16703 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16705         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16706         where needed.
16708 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16710         * Makefile.in (all-gcc): Fix typo.
16712 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16714         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16716 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16718         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16719         to target-xiberty, to provide more flexibility.
16720         (target_subdir):  Define.  Create if cross.
16721         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16722         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16723         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16724         check-libFOO -> check-target-libFOO, etc.
16725         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16726         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16727         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16728         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16729         allow ALL_GCC="" to only configure.
16730         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16731         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16732         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16734 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16736         * Makefile.in (taz): Build "info" in etc explicitly.
16738 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16740         * configure.in:  Make sure that CC is undefined (as opposed to
16741         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16742         problem with autoconf trying to configure on a host without GCC.
16744 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16746         * mpw-configure: Set host alias from choice of host compiler,
16747         only use generic MPW Makefile sed if present, edit a file
16748         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16749         * mpw-README: Add problem notes about CW6 and CW7.
16751 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16753         * Makefile.in (taz): Use ";" instead of ";;".
16755 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16757         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16758         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16759         DISTDOCDIRS.
16760         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16761         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16763 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16765         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16766         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16767         Move bfd to DISTSTUFFDIRS.
16769 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16771         * Makefile.in (X11_LIB): Removed.
16772         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16774         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16776 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16778         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16779         names.
16781 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16783         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16785 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16787         * configure.in (i[345]86-*-win32): Always build newlib.
16788         Don't configure cvs, autoconf or texinfo.
16789         * Makefile.in (LD_FOR_TARGET): New.
16790         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16791         Pass down LD_FOR_TARGET.
16793 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16795         * winsup: New directory.
16796         * Makefile.in: Build winsup.
16797         * configure.in: Winsup is configured when target is win32.
16798         Can only build win32 target GDB when native.
16800 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16802         * config.guess: Recognize HP model 819 machines as having
16803         a PA 1.1 processor.
16805 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16807         * configure: Fix sed loop which substitutes for CC and CXX to
16808         avoid bug found in various sed implementations.
16810 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16812         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16813         simulator.  Use standard powerpc-*-eabi*.
16815 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16817         * configure.in: Stop putting gas and binutils in noconfigdirs for
16818         powerpc-*-aix* and rs6000-*-*.
16820 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16822         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16823         -mcall-aixdesc libraries.
16825 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16827         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16829         * config.sub (arm | armel | armeb): Fix shell syntax.
16831 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16833         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16834         -msoft-float and -mcpu=common support.
16835         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16836         libraries.
16838 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16840         * configure.in: Allow configuration and build of emacs19 for the alpha.
16842 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16844         * configure.in (CC): Get ^CC, not just any old CC, from
16845         ${host_makefile_frag}.
16847 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16849         * configure.in (CC): Try to get CC from
16850         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16852 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16854         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16855         only if it exists in $(srcdir).
16857 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16859         * configure: If CC and CXX are not set in the environment, set
16860         them, based on either an existing Makefile or on searching for gcc
16861         in PATH.  Substitute for CC and CXX in Makefile.
16862         * configure.in: Remove libm from target_libs.  Separate
16863         target_configdirs from configdirs.  If CC is not set in
16864         environment, try to get it from a host Makefile fragment.  Rewrite
16865         changes of configdirs to use skipdirs instead.  A few minor
16866         tweaks.  Take directories out of target_configdirs as they are
16867         taken out of configdirs.  Remove existing Makefile files from
16868         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16869         CONFIG_ARGUMENTS in Makefile.
16870         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16871         by configure.in.
16872         (CONFIG_ARGUMENTS): Likewise.
16873         (CONFIGURE_TARGET_MODULES): New variable.
16874         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16875         ($(CONFIGURE_TARGET_MODULES)): New target.
16876         (configure-libg++, configure-libio): New targets.
16877         (all-libg++): Depend upon configure-libg++.
16878         (all-libio): Depend upon configure-libio.
16879         (configure-libgloss, all-libgloss): New targets.
16880         (configure-libstdc++): New target.
16881         (all-libstdc++): Depend upon configure-libstdc++.
16882         (configure-librx, all-librx): New targets.
16883         (configure-newlib): New target.
16884         (all-newlib): Depend upon configure-newlib
16885         (configure-xiberty): New target.
16886         (all-xiberty): Depend upon configure-xiberty.
16888 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16890         * configure.in (host i[345]86-*-win32):  Expand the
16891         noconfigdirs again.
16893 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16895         * mpw-configure: Fix sed command file name.
16897 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16899         * configure.in (host i[345]86-*-win32): Reduce the
16900         noconfigdirs again.
16902 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16904         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16905         or powerpc*-*-pe*, since they are not yet supported.
16907 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16909         Add PowerMac support and many other enhancements.
16910         * mpw-configure: New option --cc to select compiler to use,
16911         paste options set according to --cc into the generated
16912         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16913         if mpw-make.sed is present.
16914         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16915         add forward includes for PowerPC include files.
16916         * mpw-build.in: Build using Makefile.PPC if present.
16917         (do-byacc, etc): Remove separate version resource builds.
16918         (do-gas): Build "stamps" before "all".
16919         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16920         * mpw-README: Update to reflect --cc option, PowerMac support,
16921         and recently-reported compatibility problems.
16923 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16925         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16926         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16927         (--with-multilib-top): Pass to recursive invocations.
16929 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16931         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16932         v810-*-*.
16934 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16936         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16937         gdb, ld and opcodes on v810-*-*.
16939 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16941         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16942         (local-maintainer-clean): New target.
16943         (maintainer-clean): New target.
16944         (realclean): Just depend upon maintainer-clean.
16946 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16948         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16950 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16952         * configure.in: Build ld in mips*-*-bsd* case.
16954 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16956         * config.sub: Accept -lites* OS.  From Ian Dall.
16958 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16960         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16961         targets.
16963 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16965         * configure.in: treat i386-win32 canadian cross the same as
16966         i386-go32 canadian cross.
16968 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16970         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16971         running under the simulator to build a reduced set of libraries.
16972         (powerpc-*-eabiaix): Add fine grained multilib support added to
16973         other powerpc targets yesterday.
16975 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16977         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16978         -disable-softfloat, -disable-relocatable, -disable-aix, and
16979         -disable-sysv to control which multilib libraries get built.
16981 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16983         * configure: Add Makefile.tem to list of files to remove in trap
16984         handler.
16986 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16988         * config.guess (*Linux*):  Add missing "exit"s.
16989         Also, need specific check for alpha-unknown-linux (uses COFF).
16991 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16993         * config.guess:  Merge with FSF:
16995         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16996         * config.guess (AIX4): More robust release numbering discovery.
16998         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16999         * config.guess (i386-sequent-ptx): Properly get version number.
17001         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17002         * config.guess (mips:*:4*:UMIPS): New case.
17004 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17006         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17007         (i386-win32 host): Likewise.  Don't build readline.
17009 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17011         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17012         SUPPORT_FILES to submakes.
17014 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17016         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17017         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17018         mpw-configure.
17020 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17022         * configure.in (appdirs): Use =, not ==, in test expression when
17023         trying to build the text to print in the warning message for
17024         Solaris users.
17026 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17028         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17030 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17032         * config.guess: Recognize lynx-2.3.
17034 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17036         * config.sub (z8ksim): Deleted
17037         (z8k-*-coff): New, this is the one true name of the target.
17039 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17041         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17043 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17045         * config.guess (*:Linux:*:*): First try asking the linker what the
17046         default object file format is (elf, aout, or coff).  Then if this
17047         fails, try previous methods.
17049 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17051         * configure.in: Don't build newlib for *-*-vxworks5.1.
17053 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17055         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17056         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17058 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17060         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17062 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17064         * cfg-ml-com.in: New file.
17065         * cfg-ml-pos.in: New file.
17067 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17069         * COPYING.NEWLIB: Add HP free copyright to list.
17071 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17073         * config.sub: Recognize -eabi* for the system, not just -eabi.
17075 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17077         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17078         * config.sub, configure.in (win32): New target and host.
17080 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17082         * configure.in: Add i386-pe configuration.
17084 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17086         * mpw-build.in (install): Install GDB after LD.
17088 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17090         * mpw-config.in (elf/mips.h): Always forward-include, needed
17091         for GDB to build.
17093 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17095         * testsuite: New directory for customer acceptance and whole tool
17096         chain tests.
17098 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17100         * configure: If per-host line isn't found, but AC_OUTPUT is found
17101         and a configure script exists, run it instead.
17103 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17105         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17107 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17109         * configure: Set build_{cpu,vendor,os,alias} to host values when
17110         --build isn't specified.
17112 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17114         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17115         (FLAGS_TO_PASS): Pass them.
17116         (EXTRA_TARGET_FLAGS): Ditto.
17118 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17120         * Makefile.in (all-libg++): Depend on all-libstdc++.
17122 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17124         * configure.in (noconfigdirs): Enable all packages for
17125           i386-unknown-netbsd.
17127 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17129         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17130         hosted builds (DOS builds)
17132 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17134         Changes for ARM based on patches from Richard Earnshaw:
17135         * config.sub: Handle armeb and armel.
17136         * configure.in: Omit arm linker only for riscix.
17138 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17140         * config.guess:  Update from FSF.
17142 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17144         * config.sub: Recognize powerpcle as the little endian variant of
17145         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17146         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17147         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17148         temporarily.
17150 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17152         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17154 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17156         * config.sub: Accept -lites* as a basic system type.
17158 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17160         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17161         installed, and if so return linuxoldld as the system name.
17163 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17165         * config.guess: Add hppa1.1-hp-lites support.
17167 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17169         * configure.in: Don't build newlib for m68k-vxworks5.1.
17171 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17173         * configure.in (mips-sgi-irix6): Use mh-irix5.
17175 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17177         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17179 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17181         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17182         OSF/1.  Fix compiler flags.
17183         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17185 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17187         * configure.in: Recognize --with-newlib.
17188         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17190 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17192         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17193         to *_X11_MODULES due to gdbtk needing X include files et al.
17195 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17197         Merge in support for Mac MPW as a host.
17198         (Old change descriptions retained for informational value.)
17200         * mpw-config.in: Add generic include forwards for cpu-specific
17201         include files in aout and elf directories.
17203         * mpw-configure: Added copyright.
17204         * mpw-config.in: Check for presence of required build tools.
17205         (target_libs): Add newlib.
17206         (target_tools): Add examples.
17207         (Read Me): Generate as "Read Me for MPW" instead.
17208         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17209         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17210         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17212         * mpw-configure: Remove subdir-specific makefile hackery,
17213         delete mk.tmp after using it.
17215         * mpw-build.in (all): Display start and end times.
17217         * mpw-configure (host_canonical): Set.
17218         (target_cpu): Always add to makefiles.
17219         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17220         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17221         (mpw-mh-mpw): Look for in srcdir and srcroot.
17222         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17224         * mpw-build.in: (install-only): New target.
17226         * mpw-configure (host_alias, target_alias): Rename from hostalias
17227         and targetalias, add into generated Makefile.
17228         (mk.tmp): If present, add into generated Makefile.
17229         * mpw-build.in (all-gas): Build config.h first before gas proper.
17231         * mpw-configure (config.status): Write only if changed.
17232         * mpw-config.in (readline): Configure it (not built, just used for
17233         definitions).
17235         * mpw-config.in (elf/mips.h): Add a forward include.
17237         * mpw-config.in: Forward-include most .h files in include into
17238         extra-include.
17239         (readline): Don't build.
17240         mpw-build.in (install): Install GDB.
17242         * mpw-configure (prefix, mpw_prefix): Handle it.
17243         * mpw-config.in (mmalloc, readline): Don't configure.
17244         * mpw-build.in (thisscript): Rename to ThisScript.
17245         Use mpw-build instead of BuildProgram everywhere.
17246         (mmalloc, readline): Don't build.
17247         * mpw-README: New file, basic documentation about the MPW port.
17249         * mpw-config.in: Use forward-include to create include files.
17251         * mpw-configure: Add more things to the top of each configured
17252         Makefile, including contents of config/mpw-mh-mpw.
17253         * mpw-config.in (extra-include): Create this directory and fill it
17254         with Posix-like include files when configuring.
17256         * config.sub (apple, mac, mpw): Add various aliases.
17258         * mpw-build.in: New file, top-level build script fragment for MPW.
17259         * mpw-configure: New file, configure script for MPW.
17260         * mpw-config.in: New file, config fragment for MPW.
17262 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17264         * configure.in (host_libs): Remove glob, since it is gone from the
17265         sources.
17267 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17269         * Makefile.in: define empty GDB_NLM_DEPS var.
17271         * configure.in(target_makefile_frag): use config/mt-netware
17272         for netware targets.
17274 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17276         * config.sub: Merge in recent FSF changes.  Remove linux special
17277         cases.
17279 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17281         Revert this change:
17283         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17285                 * build-all.mk: Use CC=cc -Xs on Solaris.
17287 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17289         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17290         stop using it.
17291         * Makefile.in: Nuke all references to glob subdirectory.
17293 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17295         * configure.in: Fix --enable-shared logic in per-host.
17297 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17299         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17301 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17303         * configure.in (noconfigdirs): Don't build gas on AIX, for
17304         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17306 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17308         * configure: Fix --cache-file to work if the file argument is a
17309         relative path.
17311 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17313         * configure: If the --cache-file is used, pass it down to
17314         configure in subdirectories.
17316 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17318         * config.sub: add vxworks29k configuration.
17320 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17322         * Makefile.in (taz): Do "diststuff" part quietly.
17324 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17326         * config.sub: Mini-merge with gcc/config.sub.
17328 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17330         * config.guess (IRIX): Sed - to _.
17332 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17334         * Makefile.in (source-vault, binary-vault): New targets.
17336 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17338         * config.sub: Recognize -eabi as a basic system type.
17340 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17342         * configure.in (enable_shared stuff): Fix typo.
17344 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17346         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17348 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17350         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17352 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17354         * configure.in (rs6000-*-*): Don't build gas.
17356 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17358         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17359         reduce command line length.
17360         (AS_FOR_TARGET): Check for as.new, not Makefile.
17361         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17363 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17365         * config.guess:  Merge from FSF.
17367 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17369         * configure: Don't use $ when handling program_suffix.
17371 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17373         * configure.in:  Configure tk for hppa/hpux.
17375 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17377         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17379 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17381         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17382         to LIBCXXFLAGS.  Tests are better run without it.
17384 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17386         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17388 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17390         * configure.in (*-*-netware*): Don't configure xiberty.
17392 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17394         * configure.in:  Remove tk from native_only list.
17396 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17398         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17399           for special NCD build.
17401 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17403         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17404         makeall.bat, they're only useful for binutils snapshots.
17405         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17406         makeall.bat to specified SUPPORT_FILES.
17408 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17410         * build-all.mk: Add Ericsson targets to sun4 and solaris
17411           hosts.  Add  BNR's sun4 target to solaris host, so their
17412           build-from-source will be tested in-house first.
17414 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17416         * Makefile.in (LIBCFLAGS): New variable.
17417         (CFLAGS_FOR_TARGET): Ditto.
17418         (LIBCFLAGS_FOR_TARGET): Ditto.
17419         (LIBCXXFLAGS): Ditto.
17420         (CXXFLAGS_FOR_TARGET): Ditto.
17421         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17422         (BASE_FLAGS_TO_PASS): Pass them.
17423         (EXTRA_TARGET_FLAGS): Ditto.
17425         * configure.in: Support --enable-shared.
17427 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17429         * configure.in (target_libs):  Include libstdc++ again.
17430         * config.guess:  Update from FSF (for FreeBSD).
17432 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17434         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17435         makeall.bat.
17436         (DISTDOCDIRS): Add `etc'.
17437         (ETC_SUPPORT_PFX): New variable.
17438         (taz): Include anything from etc starting with a word in
17439         ETC_SUPPORT_PFX.
17441 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17443         * config.sub: Update for recent FSF changes.  Remove obsolete
17444         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17445         spacing changes.
17447 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17449         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17451         * config.guess:  Merge with FSF.
17452         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17454 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17456         * configure: Since the "trap 0" handler will override the exit
17457         status on many systems, only use it for "exit 1", and make it set
17458         a non-zero exit status; reset it before "exit 0".  Also, check
17459         exit status of config.sub, and error out if it failed.
17461 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17463         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17464         and install libgloss.
17466 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17468         * Makefile.in (all-binutils): Depend upon all-byacc.
17470         * configure.in: Don't build emacs on Irix 5.
17472 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17474         * configure.in (*-*-netware*): Add libio.
17476 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17478         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17479         (CHECK_TARGET_MODULES): Ditto.
17480         (INSTALL_TARGET_MODULES): Ditto.
17481         (TARGET_LIBS): Ditto.
17482         (all-libstdc++): Note dependencies.
17484 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17486         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17488 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17490         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17491         -fexternal-templates.
17493         * configure.in (target_libs): Add libstdc++.
17494         (noconfigdirs): Add libstdc++ as appropriate.
17496 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17498         * config.guess:  Update from FSF.
17500 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17502         * configure: Use ${config_shell} when running ${configsub}.
17504 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17506         * config.sub: No longer recognize h8300h.
17508 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17510         * config.sub: Remove extraneous differences between config.sub and
17511         gcc/config.sub.
17513 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17515         * Makefile.in (DISTSTUFFDIRS): Add gas.
17517 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17519         * COPYING.NEWLIB: New file.
17521 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17523         * config.guess (HP-UX):  Patch from Harlan Stenn
17524         <harlan@landmark.com> to also emit release level.
17526 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17528         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17530 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17532         * config.sub:  Merge nextstep cleanup from FSF.
17534 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17536         * configure.in (arm-*-*): Don't configure ld for this target.
17538 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17540         * configure.in (*-*-netware): don't configure libg++, libio,
17541           librx, or newlib.
17543 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17545         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17546         configure ld--it works, but it doesn't support shared libraries.
17548 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17550         * config.guess (*-unknown-freebsd*):  Get rid of possible
17551         trailing "(Release)" in version string.
17552         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17554 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17556         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17557         Fix type: *-next-neststep -> *-next-nextstep.
17559         * config.guess:  Merge from FSF:
17561         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17563         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17565         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17567         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17568         instead of UNIX_SV for UnixWare 1.0).
17570 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17572         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17573         to make gdb/nlm/* build after the compiler and linker.
17575 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17577         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17578         not just i[34]86.
17579         (m68k-atari-sysv4):  Relocate to match FSF version.
17581         * config.guess:  More merges from the FSF:
17583         Add a space before function call or macro invocation.
17585         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17587         * config.guess: Add trap cmd to remove dummy.c and dummy when
17588         interrupted.
17590         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17592         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17593         (dummy): Redirect stderr from compilation of dummy.c.
17595         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17597         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17599 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17601         * configure: Accept and ignore --cache*, for compatibility with
17602         new autoconf.
17604 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17606         * config.guess:  Merge from FSF:
17608         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17610         * config.guess (Pyramid*:OSx*:*:*): New case.
17611         (PATH): Add /.attbin at end for finding uname.
17612         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17614         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17616         * config.guess (M88*:DolphinOS:*:*): New case.
17618         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17620         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17621         to select whether to use ELF or COFF.
17623         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17625         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17627         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17629         * config.guess: Guess the OS version for HPUX.
17631         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17633         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17635 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17637         * configure.in: Recognize --with-headers, --with-libs, and
17638         --without-newlib.
17639         * Makefile.in (all-xiberty): Depend upon all-ld.
17641 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17643         * configure.in: Change i[34]86 to i[345]86.
17645 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17647         * configure (version): A few more tweaks to help message.
17649 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17651         * Makefile.in:  Remove (for now) librx as a host library,
17652         now that we're building it for target.
17654 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17656         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17657         (Karl Berry).
17659 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17661         * configure.in:  Also configure librx.
17663 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17665         * Makefile.in:  Update various rules to reflect that librx
17666         is now needed for libg++.
17668 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17670         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17672 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17674         * configure.in: Configure the examples directory.
17676 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17678         * configure: Simplify Jun 2 1994 change.
17680 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17682         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17683         /bin/gcc isn't good enough to build gcc.
17685 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17687         * Makefile.in (GDB_SUPPORT_FILES): Remove
17688         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17689         (gdb.tar.gz): Add new rule to use standard distribution building
17690         mechanism.
17692 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17694         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17695         Bill Cox <bill@cygnus.com>.
17697 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17699         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17701 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17703         * configure:  Search current dir first in .gdbinit.
17705 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17707         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17709 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17711         * config.sub:  Refer to NeXT's operating system as nextstep.
17713         * config.sub (case $basic_machine):  Re-order the cases, to match
17714         the order in the FSF version (which is mostly alphabethical).
17715         Merge in some additions and changes from the FSF.
17717 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17719         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17720         * config.sub: Recognize cxux7.
17721         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17723 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17725         * config.sub:  Fix typo powerpc -> powerpc-*.
17727 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17729         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17731         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17732         parallel with all-emacs and install-emacs).  Top-level command
17733         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17735 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17737         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17738         $(relbindir)/make before doing ``make install'', and use
17739         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17740         installing over running make binary.
17741         ($(host)-stamp-stage3-installed): Likewise.
17743 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17745         * config.guess: Recognize Mach.
17747 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17749         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17750         see whether --exec-prefix was used.
17752 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17754         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17756 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17758         * Makefile.in: Add all-librx target similar to all-libproc.
17760 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17762         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17763         with post 1.2 uname bogosity.
17765 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17767         * configure: Remove temporary files on receipt of a signal.
17769 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17771         * configure: If there is a package_makefile_frag, remove
17772         ${subdir}/Makefile.tem after copying it in.
17774 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17776         * build_all.mk: support rs6000 lynx identifies itself as
17777         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17778         since /bin/gcc is too feeble to compile a modern gcc.
17780 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17782         * brought devo/test-build.mk update-to-date with progressive/
17783           test-build.mk. Add lynx targets and hppa flag info.
17785 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17787         * configure.in:  Use mh-ncrsvr43.  Patch from
17788         Tom McConnell <tmcconne@sedona.intel.com>.
17790 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17792         * config.guess (i386-unknown-bsdi):  No longer need to
17793         check #if defined(__bsdi__) && defined(__i386__).
17795 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17797         * configure: Set program_transform_nameoption correctly.
17799 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17801         * brought build-all.mk update-to-date with progressive build-all.mk,
17802           added new targets and hppa info.
17804 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17806         * configure: If config.guess result is a prefix of the user
17807         specified target, assume a native build and use the user specified
17808         target as the host alias.  Remove SunOS patch suffix removal hack.
17809         * configure.in: Remove SunOS patch suffix removal hack.
17811         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17812         in NATIVE_CHECK_MODULES.
17814 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17816         * Makefile.in: Rename HOST_ONLY to NATIVE.
17817         * configure: Delete SunOs patch suffix from host_canonical
17818           and build_canonical variables that are prepended to Makefiles.
17819         * configure.in: Add comments for easier maintenance.
17821 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17823         * Makefile.in: Add all-libproc target similar to all-gui.
17825 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17827         * Makefile.in (CHECK_MODULES): split into
17828         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17830 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17832         * config.guess (i386-unknown-bsdi): New system to guess.
17834 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17836         * Makefile.in: Add all-gui target (but not yet build by "all").
17838 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17840         * config.sub: Move deletion of patch suffix from here...
17841         * configure.in: To here, at Ian's suggestion.  The top-
17842           level scripts might need to know of a patch level.
17844 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17846         * config.sub: Strip off patch suffix so rtl is recognized
17847           as a sunos4.1.3 machine, even though it's been patched.
17849 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17851         * Makefile.in (INSTALL_LAST): Delete.
17852         (INSTALL_DOSREL): New.
17854 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17856         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17857         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17858         whether we pass down --with-gnu-ld anyhow.
17860 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17862         * Makefile.in (INSTALL_LAST): Change operation so it works
17863         on more flavors of make.
17864         * configure.in (go32): Don't build libg++ or libio.
17866 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17868         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17869         they can be overriden by templates.
17871 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17873         * configure.in (target==go32): Don't build gdb.
17874         * dosrel: New directory.
17876 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17878         * configure.in (host==go32): Configure dosrel too.
17879         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17880         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17881         be set by incoming names or templates.
17882         (INSTALL_LAST): New rule.
17884 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17886         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17888 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17890         * configure.in (appdirs): New variable.  Currently empty, but will
17891         be used in gas distribution.  If nonempty, lists a set of
17892         directories at least one of which must get configured, or top
17893         level configuration is considered to have failed.
17894         (rs6000-*-lynxos*): Use new file name.
17896 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17898         Eliminate XTRAFLAGS.
17899         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17900         newlib include files using -idirafter, and also use -nostdinc.
17901         (CXX_FOR_TARGET): Likewise.
17902         (XTRAFLAGS): Removed.
17903         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17904         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17905         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17906         ($(DO_X)): Don't pass down XTRAFLAGS.
17908 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17910         * configure.in (mips*-dec-bsd*): New target; do build linker.
17911         (mips*-*-bsd*): New target; don't build linker.
17913 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17915         * configure.in: support rs6000-*-lynxos* configuration.
17916         support sunos4 as a cross target.
17918         * config.sub: look for lynx*, not lynx since the OS version may
17919         legitimately be part of the name.
17921 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17923         * configure.in (i[34]86-*-sco*): Move to be with other i386
17924         targets.
17925         (romp-*-*): New target.  Skip various binary utilities.
17926         (vax-*-*): New target.  Don't build newlib.
17927         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17929 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17931         * configure.in: Only set host_makefile_frag if config
17932         directory exists.
17934 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17936         * install.sh: If $dstdir exists, don't check whether each
17937         component does.
17939 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17941         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17943 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17945         * configure.in (*-*-lynxos*): Don't configure newlib for either
17946         native or cross Lynx.
17948 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17950         * config.sub (sparc64-elf): Fix os.
17951         (z8k): Remove duplicate.
17953 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17955         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17956         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17958 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17960         * configure: Make file links cleanly even if Lynx fails on
17961           an NFS symlink (at least fail cleanly).
17963 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17965         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17966         -XNh2000.
17968 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17970         * configure: Unknown options are fatal again.
17972 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17974         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17975         compatibility.
17977 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17979         * build-all.mk: Add `clean' target.
17981 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17983         * config.guess:  Add SINIX support.
17984         * configure.in:  Add mips-*-sysv4* support.
17986 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17988         * build-all.mk: Document all useful targets.
17989         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17990         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17992 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17994         * configure: Support --silent, --quiet.
17996 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17998         * configure: Support --disable-FEATURE.
18000 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18002         * config.guess: Recognize NCR running SVR4.3.
18004 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18006         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18007         Patch from Paul Eggert <eggert@twinsun.com>.
18009 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18011         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18013 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18015         * configure: Make unrecognized options give nonfatal warnings
18016         instead of fatal errors, and pass them to any subdirectory
18017         configures in case they recognize them.
18018         Make --x equivalent to --with-x.
18020 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18022         * configure: Add --enable-* options.  Clean up usage message and
18023         some comments.
18025 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18027         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18029 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18031         * configure.in (hppa*-*-*): Enable binutils.
18033 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18035         * config.sub: Recognize cisco.
18037 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18039         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18041 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18043         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18044         than one configuration name.  Add comment.
18046 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18048         * config.guess: about target *-hitachi-hiuxwe2, fixed
18049         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18050         macro is incorrect.]
18052 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18054         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18055         than the "make ls" stuff which used to be here.
18057 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18059         * config.guess:  Recognize i[34]86-unknown-freebsd.
18060         From Shawn M Carey <smcarey@rodan.syr.edu>.
18062 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18064         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18066 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18068         * config.guess: Check for ptx.
18070 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18072         * config.sub: Add os9k checking.
18074 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18076         * config.guess: Handle OSF1 running on HPPA processors
18078 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18080         * configure: If subdir configure fails, print out a message with
18081         subdirectory name, in case subdir's configure code didn't identify
18082         itself.
18084 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18086         * configure.in: Remove embedded newlines from configdirs.
18087         Avoid mismatches of substrings.  Fix matching strings at end
18088         of configdirs.
18090 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18092         * config.guess:  Add Lynx/rs6000 config support.
18094 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18096         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18098 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18100         * configure.in (hppa*-*-osf*): Treat this just like most other
18101         PA configurations (eg no binutils or ld).
18102         (hppa*-*-*elf*): These configurations have binutils and ld.
18104 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18106         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18108 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18110         * configure.in (rs6000-*-*): Build gas.
18112 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18114         * Makefile.in:  Avoid bug in losing hpux sed.
18116 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18118         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18119         for GDB and GDB has been fixed to not need it.
18121 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18123         * config.guess: Recognize vax hosts.
18125 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18127         * configure (while loop): Don't use "break 2" inside case
18128         statement -- the case statement isn't an enclosing loop.
18130 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18132         * config.guess:  Clean up NeXT support, to allow nextstep
18133         on Intel machines.  Make OS be nextstep.
18135 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18137         * config.guess: Add alternate forms for Convex.
18139 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18141         * configure:  Completely rewrite option processing.  Take
18142         advantage of pattern-matching to avoid invoking test frequently.
18143         Also clean up host and target defaulting logic.
18145 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18147         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18148         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18149         commands (plus user environment) will fit SCO limits.
18151 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18153         * configure.in: Don't issue warnings about directories which are
18154         not being configured if -norecursion is set.  Correct test for
18155         --with-gnu-as and --with-gnu-ld to not get confused by substring
18156         matches.
18158         * configure.in: Don't build gas for alpha-dec-osf1*.
18160 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18162         * configure:  Back out Per's change of 12/19/1993.  It changes the
18163         behavior of configure in unexpected and confusing ways.
18165         Also, use different delim char when calculating
18166         program_transform_name so that the name can contain slashes.
18168 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18170         * configure.in, config.sub: Add support for VSTa micro-kernel.
18172 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18174         * configure.in: Nuke hacks which were used to get a special
18175         version of GAS for HPPA configurations.
18177 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18179         * configure:  If only ${target_alias} is given, use that
18180         as the default for ${host_alias}.
18181         * configure:  Add missing back-slashes before nested quotes.
18183 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18185         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18187 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18189         * config.guess:  Recognize some Tektronix configurations.
18190         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18192 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18194         * config.sub: Match any flavor of SH.
18196 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18198         * configure.in: Don't try to configure newlib for Alpha.
18200 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18202         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18203         libg++ or libio for any Alpha target.
18205         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18207 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18209         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18210         default arguments -- so it tried to compress itself.
18212 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18214         * configure.in (notsupp): ensure that a space is always at the end
18215           of the configdirs list, since the grep checks for an explicit space
18217 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18219         * configure.in (target i386-sysv4.2): don't build ld, since static
18220           versions of many libraries are not available.
18222 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18224         * config.guess: Recognize Apollos (using environment variables).
18225         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18227 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18229         * config.guess: Recognize Sony news mips running newsos.
18231 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18233         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18234         "fi ; else" for bash.
18236 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18238         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18240 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18242         * config.sub: accept unixware as an alias for svr4.2.
18243         Fix some inconsistancies with the gcc version.
18245 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18247         * Makefile.in (DISTDOCDIRS):  Add gdb.
18249 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18251         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18253 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18255         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18256         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18257         this now.
18259 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18261         * config.sub: Accept hiux* as an OS name.
18263         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18264         etc/make-stds.texi.  The underscore came from gcc, and dje now
18265         agrees that RUNTESTFLAGS is the correct name.
18267 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18269         * install.sh:  Remove 'set -e'.  It makes any conditionals
18270         in the script useless.
18272         * config.guess: Automatically recognize arm-acorn-riscix
18273         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18275 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18277         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18279 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18281         * Makefile.in (DISTDOCDIRS): New variable.
18282         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18283         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18285 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18287         * configure.in (hppa target): check the source directory for the
18288           pagas sub-directory
18290 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18292         * config.sub: Allow -aout* and -elf*.
18294 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18296         * configure.in: Don't build ld on i386-solaris2, same as for
18297         sparc-solaris2.
18299 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18301         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18303 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18305         * configure.in:  Configure gdb for alpha.
18307 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18309         * Makefile.in (CXXFLAGS): Add -O.
18311 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18313         * config.guess: added support for DG Aviion
18315 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18317         * configure.in: Produce warning message for subdirectories not
18318         configurable for this host/target combination.  Don't try to
18319         configure gdb for vms.
18321 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18323         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18324         appropriate files before making "diststuff".
18325         (DISTBISONFILES): New var: list of files to be edited.
18326         (DISTSTUFFDIRS): Add binutils.
18328 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18330         * config.sub: also handle mipsel and mips64el (for little endian mips)
18332 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18334         * configure.in: Add * to end of all OS names.
18336 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18338         * configure.in: Build newlib for LynxOS native.
18340 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18342         * config.guess: Add support for delta 88k running SVR3.
18344         * configure.in: Add comment about HP compiler vs. emacs.
18346 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18348         * configure.in: don't build ld on solaris2 (not a viable option
18349           due to bugs in getpwnam & getpwuid)
18351 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18353         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18354         config.guess will produce a full version number.
18356 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18358         * configure.in: Build linker and binutils for alpha-dec-osf1.
18360 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18362         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18363         and gdb/testsuite/Makefile.in.
18365 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18367         * configure.in: recognize mips*- instead of mips-
18369 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18371         * config.sub: Accept linux*coff and linux*elf as operating
18372         systems.
18374 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18376         * config.sub: Recognize mips64, and mips3 as an alias for it.
18378 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18380         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18381         gdb knows how to handle OSF/1 shared libraries.
18383 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18385         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18386         * config.guess: Recognize Hitachi's HIUX.
18387         * config.sub: Recognize h3050r* and hppahitachi.
18388         Remove redundant cases for hp9k[23]*.
18390 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18392         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18393         if gas and ld are in the source tree and are in ${configdirs}.
18394         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18395         --with options (but still pass them down on the command line,
18396         if they were explicitly specified).
18398 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18400         * configure: substitute SHELL value in Makefile.in with
18401         ${CONFIG_SHELL}
18403 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18405         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18406         *-*-solaris2* targets.
18408 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18410         * Makefile.in: define M4, and pass it down to sub-makes;
18411         all-autoconf now depends on all-m4
18413 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18415         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18416         presence of {ar,ranlib} instead of a configured directory
18418 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18420         * config.guess: Accept 34?? as well as 33?? for NCR.
18422 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18424         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18425         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18427 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18429         * configure: grab values for $(CC) and $(CXX) from the
18430         environment, so that someone can do "CC=gcc configure; make" and
18431         have it work right (matching the way that autoconf works now)
18433         * configure.in, Makefile.in: add support for gash, the tcl
18434         interface to Galaxy
18436         * config.guess: add NetBSD variants (hp300, x86)
18438 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18440         * install.sh: Support -d option (in the manner of SunOS 4 install,
18441         as it is more deterministic than that of GNU install)
18442         (chmodcmd): Set file to mode 755 by default (should also do default
18443         chgrp and chown, but I don't feel like dealing with that now)
18445 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18447         * config.sub: Remove h8300hhms alias.
18449 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18451         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18453 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18455         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18456         as stmp-fixinc
18458 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18460         * config.sub: recognize m88110-bug-coff.
18462 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18464         * Makefile.in (all-libio): all dependencies on the toolchain used
18465         to build this (gcc, gas, ld, etc)
18467 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18469         * config.guess: Deal with OSF/1 1.3 on alpha.
18471 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18473         * install.sh: add some 'else true' clauses for portability
18475         * configure.in: don't build libio for h8[35]00-*-* targets
18477 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18479         * Makefile.in:  Add support for new libio.
18481 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18483         * install.sh: If one command fails, don't try the rest.  Don't try
18484         to remove $dsttmp (via trap) unless we have already created it.
18485         If $src doesn't exist, detect it and exit with an error.
18487         * config.guess: Recognize BSD on hp300.
18489 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18491         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18492         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18494 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18496         * Makefile.in (all-send-pr): depends on all-prms
18498 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18500         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18502 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18504         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18505         Added test for mips-mips-riscos5.
18507 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18509         * configure.in: use mh-hp300 for 68k HP hosts
18511 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18513         * configure: add support for CONFIG_SHELL, so that you can use
18514         some alternate shell for evaluating configure scripts
18516 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18518         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18519         in configure script to bug-gdb@prep.ai.mit.edu when building
18520         distribution archive.
18521         * Makefile.in (COMPRESS):  Remove def.
18522         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18523         gdb.tar.Z and make-gdb.tar.Z respectively.
18524         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18525         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18526         to convergence with 'taz' target in Makefile.in.
18528 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18530         * install.sh (dsttmp): use trap to ensure that tmp files go
18531         away on error conditions
18533 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18535         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18537 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18539         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18540         its parent is '/' not ''.
18542         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18544 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18546         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18547         that ${newsrcdir}/configure.in does.
18549 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18551         * test-build.mk: support for CONFIG_SHELL
18553 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18555         * config.sub (netware):  Add as a basic system type.
18557 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18559         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18560           $(srcdir)/ from the dependency on Makefile.in.
18562 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18564         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18565         (h8300hhms is temporary until multi-libraries are implemented).
18566         * configure.in: Handle h8300h too.
18568 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18570         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18572 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18574         * configure:  Remove extraneous output when guessing host type.
18575         * config.guess:  Remove extraneous output when guessing using C
18576         compiler rather than uname, or when guessing fails.
18578 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18580         * Makefile.in: remove all.cross and install.cross targets
18582         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18583           definitions
18585 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18587         * configure.in (target sh): Build gprof.
18589 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18591         * config.sub: change -solaris to -solaris2
18593 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18595         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18597 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18599         * configure: Correct error message for missing Makefile.in to
18600         print correct directory.
18602 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18604         * install.sh: kludge around 386BSD shell bug
18606 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18608         * config.guess:  Recognize NeXT.
18609         * config.guess:  Recognize i486-ncr-sysv4.
18610         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18612 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18614         * Makefile.in (MAKEINFOFLAGS): New variable.
18615         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18616         * build-all.mk, test-build.mk: Pass down --no-split as
18617         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18619 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18621         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18623 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18625         * Makefile.in (libg++.tar.z):  New rule.
18626         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18627         * Makefile.in (taz):  Only do a single chmod.
18629 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18631         * install.sh: don't use dirname anymore (replaced with sed usage)
18633 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18635         * Makefile.in:  Change extension for gzip'd files from '.z' to
18636         '.gz' per new FSF standard usage.
18638 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18640         * configure: put quotes around the final value of program_transform_name
18642 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18644         * Makefile.in: new install.sh support; update install-info rules
18646 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18648         * configure.in: Build diff for crosses, but not for go32 host.
18650         * configure.in: Build gprof only for native, and don't build it
18651         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18653 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18655         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18657 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18659         * configure.in (host_tools): Add prms.
18661 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18663         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18664         with $(FLAGS_TO_PASS) on the command line
18666         * config.sub: Recognize lynx and lynxos
18668 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18670         * config.sub: Accept -ecoff*, not just -ecoff.
18672 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18674         * Makefile.in (taz): Use .gz suffix instead of .z.
18675         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18676         names.
18678 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18680         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18682 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18684         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18685         that rebuilds that might happen during 'make install' don't get
18686         bogus gcc include files
18688 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18690         Change from Utah for HPPA support:
18691         * config.guess: Recognize hppa1.x-hp-bsd.
18693 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18695         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18696         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18698 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18700         * config.sub: Add support for rom68k and bug boot monitors.
18702 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18704         * Makefile.in: Make all-opcodes depend on all-bfd.
18706 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18708         * config.guess: Added special check for i[34]86-univel-sysv4*.
18710 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18712         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18713         the processor rather than assuming i486.
18715 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18717         * config.guess: Recognize SunOS6 as Solaris3.
18719 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18721         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18722         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18724 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18726         * build-all.mk (all-cross): New target for Canadian Cross.
18727         Added Q2 go32 targets.
18728         * test-build.mk: Configure go32 cross sparclite-aout and
18729         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18730         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18732 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18734         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18735         GO32 hosted toolchains
18737 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18739         * configure: change  so "-exec-prefix" gets passed down rather
18740         than "-exec_prefix" so autoconf generated Makefiles get the
18741         exec_prefix set right.
18743 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18745         * config.guess: get the Solaris2 minor version number
18747         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18749 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18751         * config.guess: Recognize some Sequent platforms.
18753 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18755         * Makefile.in: added the vault-install target
18757         * configure.in: actually use the Sun3 makefile fragment that's in
18758         config, also added the release dir to configdirs
18760 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18762         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18764 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18766         * configure.in: remove some program from Alpha targetted toolchains
18768 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18770         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18771         gprof.
18772         (taz): Run "make diststuff" in those directories instead of "make
18773         proto-dir".  Look for "VERSION=" only at start of line in subdir
18774         Makefile.  Use "gzip -9" for compression.
18775         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18776         (binutils.tar.z): New target.
18778 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18780         * Makefile.in (taz): Include gpl.texinfo.
18782 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18784         * Makefile.in (setup-dirs): Merged into "taz" target.
18785         (taz): Only do `proto-dir' stuff if a directory is actually needed
18786         for this target.
18788 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18790         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18791         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18792         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18793         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18794         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18796 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18798         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18799         config.sub, and move-if-change to gdb testsuite distribution
18800         archive, so the testsuite can be extracted, configured, and
18801         run separately from the gdb distribution.  Blow away the Chill
18802         tests that require a Chill compiled executable, since GNU Chill
18803         is not yet publically available.
18805 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18807         * test-build.mk: set environment variables in a single command,
18808         instead of a list of assignments and exports
18810         * config.guess: recognize Alpha/OSF1 systems
18812 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18814         * configure: Change help message to prefer --options rather than
18815           -options.
18817 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18819         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18820         zippy@ecst.csuchico.edu.
18821         * config.guess: Recognize miniframe.
18823 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18825         * Makefile.in: Use srcroot to find runtest rather than rootme.
18826         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18828 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18830         * test-build.mk: Extensive additions to support building on a
18831         machine other than the host.
18833 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18835         * configure (tooldir): Fix for i386-aix again.
18837 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18839         * configure, Makefile.in:  Change definition of $(tooldir)
18840         to match the FSF.
18842 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18844         * config.guess:  Recognize i[34]86/SVR4.
18846 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18848         * Makefile.in (all-gdb): gdb depends on sim.
18850 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18852         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18853         at the same time we make the prototype gdb directory.
18854         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18855         files at the same time as the gdb base release distribution.
18857 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18859         * Makefile.in (check): Use individual check targets rather than
18860         DO_X rule.
18861         (check-gcc): Added.
18863 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18865         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18866         for System V release 3.2.
18868 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18870         * config.sub: Recognize hppaosf.
18871         * configure.in: Do configure ld/binutils/gas for it.
18873 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18875         * configure (tooldir): Alter syntax used to set this, for systems
18876         where "\$" isn't handled right, like i386-aix.
18878 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18880         * configure: Pass program-transform-name, not
18881         program_transform_name, to recursive configures.
18883 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18885         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18886         of gas+ld+binutils.
18888 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18890         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18892 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18894         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18896 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18898         * Makefile.in (PRMS): Set back to all-prms.
18900 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18902         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18903         targets, rather than for MIPS hosts.
18905 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18907         * configure.in: add comment for --with-x default values
18909         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18911         * Makefile.in: add check-* targets for each of the directories in
18912         the tree.  Add a definition of RUNTEST that will use the one we
18913         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18915 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18917         * configure.in: Removed obsolete references to bfd_target and
18918         target_makefile_frag.
18920         * build-all.mk: Set assorted targets for Q2.
18921         * config.sub: Recognize z8k-sim and h8300-hms.
18922         * test-build.mk: Really don't pass host to configure.
18923         (HOLES): Added uname.
18925 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18927         * configure: Handle an empty program-prefix, program-suffix or
18928         program-transform-name correctly.
18930 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18932         * build-all.mk: -G 8 no longer required for MIPS targets.
18933         * test-build.mk: Don't pass host argument to configure; make it
18934         guess.
18936 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18938         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18939         * Makefile.in (COMPRESS):  New macro, like GZIP.
18941 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18943         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18945         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18946         with gas currently defaults to -G 0.
18948 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18950         * Makefile.in (all-flex): flex depends on byacc.
18952         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18953         to test-build.mk as RELEASE_TAG.
18954         * test-build.mk (configargs): New variable containing arguments to
18955         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18956         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18958         * config.guess: Use /bin/uname when checking -X argument on SCO,
18959         to avoid invoking GNU uname which doesn't understand -X.
18961         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18963         * configure.in: Build gas for mips-*-*.
18965 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18967         * Makefile.in (all.normal): insert missing backslash.
18969 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18971         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18973         * Makefile.in: Complete overhaul to merge many almost identical
18974         targets.
18976 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18978         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18979         (gdb.tar.Z): Adjusted.
18981         * Makefile.in (setup-dirs, taz): New targets; should be general
18982         enough to adapt for gdb sometime.  Build only .z file.
18983         (gas.tar.z): New target.
18985 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18987         * build-all.mk: Use CC=cc -Xs on Solaris.
18989 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18991         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18992         for handling BISON for FSF releases.
18994 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18996         * configure: Actually implement the change zoo just documented.
18998 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19000         * configure: when using config.guess, only set target_alias when
19001         it's not already been set (ie, on the command line)
19003 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19005         * Makefile.in: add installcheck target, set PRMS to install-prms
19007 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19009         * configure: add support for package_makefile_fragment, handle the
19010         case where a directory has a configure.in file but no Makefile.in
19011         more gracefully (with an actual understandable error message, even);
19012         add support for --without (and add this to the usage message); also
19013         explicitly add a --host=${host_alias} to the command line when
19014         config.guess is used
19016 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19018         * configure: Must use both --host and --target in recursive calls.
19020 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19022         * Makefile.in: Change deja-gnu to dejagnu.
19024 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19026         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19028 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19030         * configure.in: canonicalize all instances to *-*-solaris2*,
19031         also strip out a number of tools to not build for go32 host
19033 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19035         * config.guess: add GPL.
19037         * Makefile.in, config.guess, config.sub, configure: bump
19038           copyrights to 93.
19040 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19042         * Makefile.in (do-info): Removed obsolete check for existence of
19043         localenv file.
19045         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19047 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19049         * Makefile.in: a couple of 'else true' for decstation,
19050         support for TclX
19052         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19054 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19056         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19058 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19060         * config.guess: Recognize i386-ibm-aix (PS/2).
19061         * configure.in: Use config/mh-aix386 file for it.
19063 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19065         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19066         CC_FOR_TARGET instead.
19067         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19069 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19071         * Makefile.in: Add sim to list of directories sent with gdb
19073 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19075         * configure.in: Put back mips-dec-bsd* case.
19077 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19079         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19080         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19081         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19083 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19085         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19087         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19088         (install-info): install dir.info only if it exists,
19089         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19091 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19093         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19094         gas for mips-dec-bsd.
19096 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19098         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19099         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19101 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19103         * configure.in: Added "dejagnu" to hosttools list.
19105 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19107         * config.sub, configure.in, config.guess:  Add support
19108         for Bosx, an AIX variant from Bull.
19109         Patches from F.Pierresteguy@frcl.bull.fr.
19111 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19113         * devo/dejagnu: Initial creation of devo/dejagnu.
19114         Migrated dejagnu testcases and support files for testing software
19115         tools to reside as subdirectories, currently called "testsuite",
19116         within the directory of the software tool.  Migrated all programs,
19117         support libraries, etc. beloging to dejagnu proper from
19118         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19119         with no modifications.  The changes to these files which will
19120         allow them to configure, build, and execute properly will be made
19121         in a future update.
19123 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19125         * Makefile.in: Change send_pr to send-pr.
19126         * configure.in: Likewise.
19127         * send_pr: Renamed directory to send-pr.
19129 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19131         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19133 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19135         * README:  Update for gdb-4.8 release.
19136         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19137         gdb-xxx.tar.z (gzip'd) file also.
19139 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19141         * Makefile.in: make all-diff depend on all-libiberty
19143 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19145         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19147 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19149         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19151 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19153         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19154         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19155         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19157 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19159         * Makefile.in:  makeinfo binary is in a new location
19161 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19163         * config.sub: Accept -ecoff as an OS.
19165         * Makefile.in: Various changes to eliminate a level of make
19166         recursion and reduce the required command line length.
19167         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19168         sub-makes.
19169         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19170         variables holding settings for specific sub-makes.
19171         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19172         in terms of BASE_FLAGS_TO_PASS.
19173         (TARGET_LIBS): New variable listing directories which use
19174         TARGET_FLAGS_TO_PASS.
19175         (subdir_do): Eliminated.
19176         (do-*): New set of targets to replace subdir_do.
19177         (various): All targets which used subdir_do now depend on do-*.
19178         (local-clean): Renamed from do_clean.
19179         (local-distclean): New target, dependency of distclean and
19180         realclean.
19181         (install-info): Don't create directories.  Depend on dir.info
19182         rather than calling make recursively.
19183         (install-dir.info): Eliminated.
19184         (install-info-dirs): Create all info directories here.
19185         (dir.info): Depend upon do-install-info.
19187         * test-build.mk (HOLES): Added false.
19189 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19191         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19193 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19195         * Makefile.in (info): remove dependency on all-texinfo.  The
19196         problem was really in texinfo/C, not at this level.
19198 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19200         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19202 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19204         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19205         GDB releases.
19207 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19209         * configure: Include srcdir in message about target of link not
19210         being found.  Don't convert `-' to `_' in `with' options being
19211         passed to subdirs.
19213 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19215         * configure.in: add uudecode to host_tools
19217         * Makefile.in: added {all,install}-uudecode targets, added them to
19218         the appropriate lists
19220 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19222         * Makefile.in (all-gcc): Added dependency on all-gas.
19224         * configure.in (mips-*-*): Build ld and binutils.
19226 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19228         * configure: check return code from mkdir, print error message and
19229           exit on failure.
19231 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19233         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19235 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19237         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19239 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19241         * config.sub (h8500):  Recognize this as a cpu type.
19243 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19245         * configure: source directory missing is no longer a warning
19247         * configure.in: recognize irix[34]* instead of irix[34]
19249         * Makefile.in: define and pass down X11_LIB
19251 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19253         * guess-systype: Renamed to ...
19254         * config.guess:  ... by popular request.
19255         * configure.in, Makefile.in:  Update accordingly.
19257 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19259         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19260         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19261         + Execute ./dummy instead of assuming . is in PATH.
19263 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19265         * guess-systype:  New shell script.  Attempts to guess the
19266         canonical host name of the executing host.
19267         Only a few hosts are supported so far.
19268         * configure:  Call guess-systype if no host is specified.
19270 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19272         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19273         gcc Makefile.
19275 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19277         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19278         (all-gcc, install-gcc, subdir_do): Use it.
19280 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19282         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19284 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19286         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19287           set exclusively by configure, using configure.in .
19289 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19291         * test-build.mk: set $PATH for all builds
19293         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19295 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19297         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19298         the one used in gcc/Makefile.in, so that a null expansion doesn't
19299         override the one needed to build gcc with a native cc.
19301 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19303         * configure: Accept -with arguments.
19305 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19307         * Makefile.in: added h8300sim
19309 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19311         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19312         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19313         (all-cygnus, native, build-cygnus): Make
19314         $(canonhost)-stamp-3stage-done, not $(host)....
19315         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19316         i386-sco3.2v4.  Added else true to if command.
19318 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19320         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19322 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19324         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19326 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19328         * configure.in: don't remove binutils from Solaris builds
19330 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19332         * Makefile.in: get rid of earlier definitions for *clean,
19333         also handle the recursive info rule better
19335 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19337         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19338         do more-or-less the right thing.
19340 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19342         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19343         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19345 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19347         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19348         $(host_canonical).
19350         * configure.in: split the configdirs list into 4 categories (native
19351         v. cross, library v. tool) and handle the cross-only and native-
19352         only in more reasonable (and correct!) way.
19354 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19356         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19357         configdirs anymore.
19359 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19361         * Makefile.in: extensive cleanup::  removed all of the explicit
19362         clean-* targets, collapsed many wrappers around subdir_do into
19363         one, added additional targets to satisfy standards.texi, deleted
19364         some old targets, some changes for consistency
19366 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19368         * configure.in: handle some programs as cross-only, and others as
19369         native only
19371         * test-build.mk: handle partial holes in a more generic manner
19373         * Makefile.in: m4 depends on libiberty
19375 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19377         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19378         time, wdiff, and find to configdirs
19380         * Makefile.in: all, clean, and install rules for the new programs
19381         added to configure.in
19383 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19385         * configure.in: use mh-sun for all *-sun-* hosts
19387 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19389         * Makefile.in: define flags for X11 include files and library file
19390         locations, pass them down to the programs that need this info
19392         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19394 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19396         * configure.in: start building libg++ for HP-UX targets
19398 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19400         * README:  Update references to files moved into etc/.
19402 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19404         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19405         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19407 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19409         * configure: accept dash as well as underscore in long option
19410         names for FSF compatibility.
19412 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19414         * config.sub: added -sco3.2v4 support from FSF.
19416 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19418         * configure.in: expand the section that adds or removes
19419         directories from the list of programs to build, to handle native
19420         vs. cross in addition to host v. native
19422 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19424         * Makefile.in:  Replace C++ in macro names with CXX.
19425         This is less likely to break ...
19427 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19429         * test-build.mk: add -w to GNU_MAKE
19431 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19433         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19434         add 'sparc' to list of recognized cpus.  This needed to make
19435         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19436         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19437         then changes that into $CPU-wrs-vxworks.
19439         * configure.in: remove most references to gdbtest, regularize
19440         target based program removal
19442         * test-build.mk: import from p3 tree (many fixes and changes)
19444 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19446         * Makefile.in: added rules to handle tcl, tk, and expect
19448         * configure.in: handle those directories if they exist
19450 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19452         * config.sub: removed bogus hppabsd and hppahpux names, since
19453         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19455 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19457         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19458         depends upon all-xiberty
19460         * Makefile.in: changes from p3, including:
19462         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19464         * Makefile.in (XTRAFLAGS): include newlib directories if
19465         newlib/Makefile exists, rather than if host != target.
19467         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19469         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19470         from the same source tree and not building a cross-compiler.  This
19471         matters for the libg++ configuration if reconfiguring a tree that
19472         has already been installed.
19474         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19476         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19477         pick up the machine and system specific header files.
19479         * Makefile.in: added AS_FOR_TARGET, passed down in
19480         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19481         the C compiler to use to create programs which are run in the
19482         build environment, set it to default to $(CC), and passed it down
19483         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19485         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19487         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19488         We need them for unusual native builds, like systems without
19489         ranlib.
19491         * configure: also define $(host_canonical) and
19492         $(target_canonical), which are the full, canonical names for the
19493         given host and target
19495 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19497         * Makefile.in:  Added separate definitions for C++.
19499 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19501         * configure.in (configdirs):  Add deja-gnu.
19503 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19505         * README:  Update for configure.texi and gdb-4.7 release.
19507 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19509         * Makefile.in:  Move "all" target to top of file.
19510         Previously, first target was ".PHONY" which caused BSD4.4 make
19511         to build .PHONY when make was run without arguments.
19513 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19515         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19516         Library-copylefted code in libiberty.
19518 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19520         * config.sub:  Replace m68kmote with plain old m68k.
19522 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19524         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19526 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19528         * config.sub: Complain if no argument is given.  Added support for
19529         386bsd as OS and target alias.
19531 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19533         * Makefile.in (XTRAFLAGS): include newlib directories if
19534         newlib/Makefile exists, rather than if host != target.
19536 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19538         * config.sub: recognize sparclite-wrs-vxworks.
19540         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19541         p3.) Added clean-xiberty to clean.
19543 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19545         * configure.in: use *-*-* instead of nested cases for host and target
19547 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19549         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19550         from the same source tree and not building a cross-compiler.  This
19551         matters for the libg++ configuration if reconfiguring a tree that
19552         has already been installed.
19554 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19556         * config.sub (i486v/i486v4):  Merge in from FSF version.
19558 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19560         * configure: only set PWD if it is already set.
19562 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19564         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19565         doesn't have unset and all success paths (and most error paths)
19566         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19567         to just ${PWD} to avoid confusion.)
19569 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19571         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19572         even for a native compilation.
19574 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19576         Changes to make the gdb.tar.Z rule work better.
19578         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19579         (DEVO_SUPPORT):  Add configure.texi.
19580         (bfd-ilrt.tar.Z):  Remove ancient rule.
19582 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19584         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19585         pick up the machine and system specific header files.
19587         * configure.in, config.sub: added new target m68010-adobe-scout,
19588         with alias of adobe68k.  Changed configure.in to check for
19589         -scout before -sco* to avoid a false match.
19591         * Makefile.in: added AS_FOR_TARGET, passed down in
19592         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19593         the C compiler to use to create programs which are run in the
19594         build environment, set it to default to $(CC), and passed it down
19595         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19597 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19599         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19600         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19601         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19602         FOR_TARGET variants, to newlib and libg++.
19604 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19606         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19607         first.
19609 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19611         * config.sub:  Accept `elf' as an environment.
19613 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19615         * Makefile.in (all-opcodes):  cd into the right directory
19617 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19619         * configure: added -program_transform_name option, used as
19620         argument to sed when installing programs.
19621         configure.texi: added documentation for -program_prefix,
19622         -program_suffix and -program_transform_name.
19624 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19626         * config.sub:  Accept i486 where i386 ok.
19628 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19630         * config.sub: accept we32k
19632 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19634         * config.sub, configure.in: accept OSE68000 and OSE68k.
19636         * Makefile.in: don't create all directories for ``make install'';
19637         let the subdirectories create the ones they need.
19639 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19641         * COPYING: new file, GPL v2
19643 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19645         * Makefile.in: use the new gen-info-dir, which needs a template
19646         argument (which also lives in texinfo)
19648         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19650 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19652         * config.sub (ncr3000):  Change i386 to i486.
19654 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19656         * Makefile.in: add install-rcs, install-grep to
19657         install-no-fixedincludes, removed install-bison and install-libgcc
19659 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19661         * configure.in: grab the HPUX makefile fragment if on HPUX
19663 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19665         * Makefile.in: eradicate bison spoor (ditto libgcc).
19666          configure.in: recognise m68{k,000}-ericsson-OSE.
19667          es1800 is alias for m68k-ericsson-OSE
19669 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19671         * configure.in: rearrange the parts that remove programs from
19672         configdirs, based now on HOST==TARGET or by canonical triple.
19674 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19676         * test-build.mk: recurse explicitly with -f test-build.mk when
19677           appropriate.  predicate stage3 and comparison on the existence
19678           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19679           On very clean, also remove ...stamp-co.  Build in-place before
19680           doing other builds.
19682 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19684         * Makefile.in, configure.in: add tgas
19686 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19688         * Makefile.in: a number of changes merged in from progressive.
19690         * configure.in: add libm.
19692         * .cvsignore: ignore some stuff that comes from test-build.mk.
19694 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19696         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19698 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19700         * configure: Add program_suffix (parallel to program_prefix)
19701         * Makefile.in: adjust directory-creating script for losing decstation
19703 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19705         * configure:  Minor $subdir-related fixes.
19707 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19709         * configure: fix various problems with propogating
19710         makefile_target_frag in subdirs.
19711         * configure.in: config libgcc if its there
19713 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19715         * config.sub:  HPPA merge.
19717 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19719         * Makefile.in:  Replace all-bison with all-byacc in all
19720         dependency lines for other tools (which now use byacc).
19722 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19724         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19726 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19728         * Makefile.in: make gprof rules similar to byacc rules (instead of
19729         vestigal $(unsubdir) that didn't work...)
19731 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19733         * config.sub:  Add support for Linux.
19734         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19735         (at least for libg++).
19737 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19739         * configure.texi: fix doc for the -nfp option to configure
19741 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19743         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19745 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19747         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19748         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19749         * configure.in: added solaris* host_makefile_frag hook.
19751 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19753         * config.sub: changed recognition of m68000 so that various
19754         m68k types can be specified via m680[01234]0
19756 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19758         * config.sub (basic_machine): fix sed so that '-foo' isn't
19759         completely substituted out while .+'-foo' loses the '-foo'
19761 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19763         * config.sub ($os): Add -aout.
19765 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19767         * configure:  If host_makefile_frag is absolute, don't
19768         prefix ${invsubdir} (relevant to libg++ auto-configure).
19770 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19772         * Makefile.in (tooldir): Define it.
19773         (all-ld): Depend on all-flex.
19775 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19777         * Makefile.in (check):  Fix libg++ special case.
19779 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19781         * configure: do not bury `pwd` into config.status, thus do fewer
19782           pwd's.
19784         * configure: print the "Building in" message only when building in
19785           other than "." AND verbose.
19787         * configure: remove -s, rework -v to better accommodate guested
19788           configures.
19790         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19792 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19794         * Makefile.in: macroize flags passed on recursion.  remove
19795           fileutils.
19797 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19799         * configure: get makesrcdir right for subdirs deeper than 1.
19801         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19802           install.
19804 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19806         * Makefile.in: don't print subdir_do or recursion lines.
19808 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19810         * standards.texi: added menu item.
19812         * Makefile.in: build and install standards.info.
19814         * standards.texi: new file.
19816 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19818         * configure: test for and move config.status pieces from
19819           ${subdir}/.
19821 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19823         * configure:  Test for existance of files before trying to mv
19824         them, to avoid numerous non-existance messages.
19826 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19828         * configure: correct final line of config.status.
19830         * configure: patch from eggert.  Avoids a protection problem if
19831           the original Makefile.in is read only.
19833         * configure: use move-if-change from gcc to create config.status.
19834           Some makefiles depend on config.status to tell if a directory
19835           has been reconfigured for a different host.  This change
19836           prevents those directories from remaking everything in the case
19837           where the reconfig was only intended to rebuild a Makefile.
19839         * configure: test for config.sub with "config.sub sun4" rather
19840           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19841           host alias from a missing config.sub.
19843 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19845         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19846           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19848 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19850         * configure: mkdir ${subdir} as needed.
19852 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19854         * Makefile.in,configure.in: added autoconf.
19856 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19858         * Makefile.in: no longer pass against on recursion.
19860         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19861           definitions are not inherited.
19863         * configure: correct makesrcdir when subdir is .
19865 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19867         * configure:  Add support for 'subdirs' variable, which is
19868         like 'configdirs', except that configure doesn't re-invoke
19869         itself for subdirs, it just creates a Makefile for each subdir.
19870         * configure.texi:  Document subdirs.
19872 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19874         * configure.in: added flex to configdirs
19876 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19878         * Makefile.in: remove clean-stamps from clean.
19880 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19882         * configure.in:  Add gdbtest to configdirs.
19884 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19886         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19887         to recursive makes.
19888         * configure.in:  Recognize new ncr3000 config.
19890 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19892         * Makefile.in, configure.in: removed references to gdbm.
19894 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19896         * config.sub:  Don't canonicalize os value
19897         newsos* to bsd (readline needs to check for newsos).
19898         (This fix was earlier made Jan 31, but got re-broken.)
19900 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19902         * configure.in:  sco is an os, not a vendor!
19904         * configure:  Quote $( better.  Keep various shells happy.
19906 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19908         * Makefile.in: eliminate stamp-files.
19910 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19912         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19913           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19915 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19917         * config.sub:  fix iris/iris3.
19919 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19921         * configure: re-add -rm.
19923 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19925         * Maskefile.in: add .stmp-rcs to all.
19927         * configure.in: remove gas from rs6000 build, use aix host fragment.
19929 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19931         * configure: pass down site_option during recursion.
19933 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19935         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19937 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19939         * configure: Change exec_prefix so that it really defaults to prefix.
19941 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19943         * Makefile.in, configure.in:  Add support for mmalloc library.
19945 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19947         * Makefile.in: add stmp dependencies for a few more things.
19949 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19951         * configure: adjusted error message on objdir/srcdir configure
19952           collision, per john's suggestion.
19954         * Makefile.in: add libiberty stmp to all and all.cross.
19956 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19958         * Makefile.in: remove force dependencies, add grep to all.
19960 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19962         * Makefile.in: drop flex.  make stamp files work.
19964         * configure: added test for conflicting configuration in srcdir,
19965           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19966           gets cranky.  use relative paths for configure and srcdir
19967           whenever possible.  Send some error messages to stderr that were
19968           going to stdout.
19970 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19972         * Makefile.in:  Fix libg++ rule to check for gcc directory
19973         before using gcc/gcc.  Also pass XTRAFLAGS.
19975 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19977         * Makefile.in: added stmp-files so that directories aren't polled
19978           when they are already built.
19980         * configure.texi: fixed a node pointer problem.
19982 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19984         * config.sub configure.in gdb/configure.in
19985         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19986         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19987         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19989 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19991         * configure: -recurring becomes -silent.  corrected help message
19992           for -site= option.
19994         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19996 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19998         * configure: when building Makefile for crosses, replace
19999           tooldir and program_prefix.  default srcdir from location of
20000           config.sub.  remove "for host in hosts" and "for target in
20001           targets" loops.
20003 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20005         * Makefile.in: Do not pass bindir or mandir to cvs.
20007 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20009         * Makefile.in, configure.in: removed traces of namesubdir,
20010           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20011           copyrights to '92, changed some from Cygnus to FSF.
20013         * configure.texi: remove most references to multiple hosts,
20014           multiple targets, subdirs, etc.
20016         * configure.man: removed rcsid. reference config.sub not
20017           config.subr.
20019         * Makefile.in: mkdir $(infodir) on install-info.
20021 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20023         * configure.texi:  Explain better about .gdbinit and about
20024         the environment that configure.in sections run in.
20026 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20028         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20030 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20032         * README:  DOC.configure => cfg-paper.texi.
20034 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20036         * config.sub (near case $os):  Don't convert newsos* to bsd!
20038 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20040         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20041         the number of copies of COPYING that go into the GDB tar file.
20043 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20045         * bfd/configure.in, gdb/config/mh-i386sco,
20046         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20047         Fix SCO configuration stuff.
20049 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20051         * Makefile.in:  For libg++, make sure the -I pointing
20052         to the gcc directory goes *after* all the libg++-local -I flags.
20053         Also, move just-gcc dependency from just-libg++ to all-libg++.
20055 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20057         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20059 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20061         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20063 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20065         * config.sub:  Add stratus configuration frags.  Also
20066         submitted to FSF.
20068 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20070         * Makefile.in (DEV_SUPPORT):  add configure.man.
20072         * config.sub(Decode manufacturer-specific):  add -none*.
20074 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20076         * Makefile.in:  remove form feeds to make Sun's make happy.
20077         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20079 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20081         * Makefile.in (AR_FLAGS):  Make quieter.
20083 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20085         * configure.in:  Add libg++.
20086         * configure:  When verbose, don't output the command line at each
20087         level; it will be unremarkably the same as the previous version,
20088         which will be the same as what the user typed.
20090 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20092         * configure.in, Makefile.in: fix clean-info, add flex.  add
20093           fileutils.
20095         * configure: be less sensitive to spaces in Makefile.in.  Do not
20096           look for sources in "..".  Doing so breaks subdirectories that
20097           might have their own configure.  If a subdir has it's own
20098           configure script, use it.
20100 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20102         * cfg-paper.texi: some changes suggested by rms.
20104 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20106         * config.sub:  Merge in some small additions from the FSF version,
20107         taken from the gcc distribution, to bring the Cygnus and FSF
20108         versions into closer sync.
20110 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20112         * configure.in:  Changed svr4 references to sysv4.
20114 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20116         * configure: added -V for version number option.
20118 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20120         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20121           renamed from DOC.configure to cfg-paper.texi.
20123 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20125         * configure, config.subr, config.sub: config.subr is now
20126           config.sub again.
20128 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20130         * configure.texi: new file, in progress.
20132         * Makefile.in: build info file and install the man page for
20133           configure.
20135         * configure.man: new file, first cut.
20137         * configure: find config.subr again now that configuration "none"
20138           has gone.  removed all traces of the -ansi option.  removed all
20139           traces of the -languages option.
20141         * config.subr: resync from rms.
20143 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20145         * configure, config.sub, config.subr: merge config.sub into
20146           config.subr, call the result config.subr, remove config.sub, use
20147           config.subr.
20149         * Makefile.in: revised install for dir.info.
20151 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20153         * configure.in: add decstation host makefile frag.
20155         * Makefile.in: BISON now bison -y again.  also install-gcc on
20156           install.  clean-gdbm on clean.  infodir belongs in datadir.
20157           Make directories for info install.  Build dir.info here then
20158           install it.
20160 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20162         * Makefile.in: fix for bad directory tests.
20164 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20166         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20167           regexp.  -srcdir relative was being handled incorrectly.
20169         * Makefile.in: unwrapped some for loops so that parallel makes
20170           work again and so one can focus one's attention on a particular
20171           package.
20173 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20175         * configure: added PWD as a stand in for `pwd` (for speed). use
20176           elif wherever possible.  make -srcdir work without -objdir.
20177           -objdir= commented out.
20179 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20181         * configure: +options become --options.  -subdirs commented out.
20182           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20183           Makefile now at top of generated Makefile.  Removed cvs log
20184           entries.  added -srcdir.  create .gdbinit only if there is one
20185           in ${srcdir}.
20187         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20188           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20189           and mandir now keyed off datadir by default.
20191 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20193         * Freshly created ChangeLog.
20196 Local Variables:
20197 mode: change-log
20198 left-margin: 8
20199 fill-column: 76
20200 version-control: never
20201 End: