1 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5 * configure: regenerate
6 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
12 * Makefile.def (build_modules): Add fixincludes.
13 (dependencies): Make gcc depend on fixincludes.
14 * configure.in (build_tools): Add fixincludes.
15 (build_configdirs): Always include build_libs.
16 * Makefile.in: Regenerate.
17 * configure: Regenerate.
19 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
21 * Makefile.def (bootstrap stages): Add 'lean' parameter.
22 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
23 phony targets; do not generate timestamp files.
24 (distclean-stageN): Remove references to their timestamp files.
25 (restageN, touch-stageN): Remove.
26 (stageN-bubble): Rewritten.
27 (compare): Support lean bootstraps.
28 * Makefile.in: Regenerate.
30 * configure.in: Only warn when bootstrapping but
31 build != host or build != target. Support lean bootstraps.
32 * configure: Regenerate.
34 2004-08-26 Phil Edwards <phil@codesourcery.com>
36 * configure.in: Give a better error message if GMP/MPFR are missing
37 and a language needing them has been requested.
38 * configure: Regenerated.
40 2004-08-25 Phil Edwards <phil@codesourcery.com>
42 * configure.in: Print a list of available language front-ends if
43 a requested one is missing. Tidy stray tab characters.
44 * configure: Regenerated.
46 2004-08-19 Michael Koch <konqueror@gmx.de>
48 * gcc/doc/install.texi: Update entry about automake for libjava.
50 2004-08-17 Robert Millan <robertmh@gnu.org>
52 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
54 * configure: Regenerate.
56 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
58 * Makefile.in: Regenerate.
59 * configure: Regenerate.
61 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
63 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
64 for bootstrapped modules if toplevel bootstrap is going.
65 (GCC bootstrap): Generate per-stage targets for all bootstrapped
66 modules. Adjust for changes in Makefile.def. Enable several
67 rules even in non-bootstrap mode, just to avoid peppering the
68 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
69 (stage-[+prev+]-bubble): Remove.
71 * Makefile.def (Dependencies): Depend on all-build-bison,
72 all-build-flex, all-build-byacc, all-build-texinfo, rather
73 than the host variations.
74 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
76 (BISON): Update for recent Bisons.
78 (cross): Depend on all-build.
79 (all): Do not depend on all-build.
80 (prebootstrap): Remove.
81 (dep-kind): Accept separate prefixes for MODULE and ON variables.
82 (Prebootstrap dependencies): Add them to the per-stage targets
83 and to all-prebootstrap.
84 * configure.in (build_configdirs): Always enable build_tools.
85 (BUILD_DIR_PREFIX): Remove.
87 * Makefile.def (gcc): Add target variable.
88 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
89 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
90 in the recursive `make', instead of hardwiring `all'.
91 (Autogenerated TARGET-* variables): New.
93 2004-08-13 Brian Booth <bbooth@redhat.com>
95 * MAINTAINERS: Remove myself from write-after-approval.
97 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
99 * src-release: Stop distributing mmalloc with gdb (which doesn't
101 * Makefile.def: GDB doesn't depend on mmalloc anymore.
102 * Makefile.in: Regenerate.
104 2004-08-09 Mark Mitchell <mark@codesourcery.com>
106 * configure.in (arm*-*-eabi*): New target.
107 * configure: Regenerate.
109 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
111 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
112 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
113 (Dependencies): New section.
114 * Makefile.tpl (Dependencies): Generate from Makefile.def.
115 (configure-target-[+module+]): Depend on maybe-all-gcc
116 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
117 (toplevel profiledbootstrap): Fix dependencies.
118 * Makefile.in: Regenerate.
120 2004-08-03 Mark Mitchell <mark@codesourcery.com>
122 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
123 target-libiberty to noconfigdirs.
124 * configure: Regenerate.
126 2004-08-03 Paul Brook <paul@codesourcery.com>
128 * configure.in: Check for MPFR as well as GMP.
129 * configure: Regenerate.
131 2004-08-01 Robert Millan <robertmh@gnu.org>
133 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
134 libmudflap for all GNU-based systems (with Glibc).
135 * configure: Regenerate.
137 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
139 * Makefile.def (host-modules): Add gcc.
140 * Makefile.in: Regenerate.
141 * Makefile.tpl (sorry): New rule.
142 (configure-host, all-host, [+make_target+]-host, do-check,
143 install-host): Do not add gcc as a special case.
144 (host modules): Add a small special-casing for gcc. Export
145 extra_make_flags through the environment.
146 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
147 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
148 other recursive targets for gcc): Remove.
150 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
151 (stage, unstage): New rules.
152 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
153 distclean-stage[+id+]): Use stage_current.
154 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
155 the stage*-start rules.
157 2004-08-02 Geoffrey Keating <geoffk@apple.com>
159 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
162 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
164 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
165 * configure: Regenerate.
167 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
169 * maintainer-scripts/gcc_release: Revert yesterday's change.
171 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
173 * MAINTAINERS: Add myself to write-after-approval.
175 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
178 * gcc/gccbug.in: Updated because of libf2c removal.
179 * maintainer-scripts/gcc_release: Ditto.
181 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
183 * configure.in: Build libmudflap by default on FreeBSD.
184 * configure: Regenerated.
186 2004-07-09 Mark Mitchell <mark@codesourcery.com>
188 * configure.in: Do not build libmudflap by default on non-GNU/Linux
190 * configure: Regenerated.
192 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
195 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
196 feedback based compiler.
197 * Makefile.in: Rebuilt.
199 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
201 * Makefile.def (host_modules): Set bootstrap=true for flex.
202 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
203 * Makefile.in: Rebuilt.
205 2004-07-07 Jan Hubicka <jh@suse.cz>
207 * MAINTAINERS: Add self as a profile feedback maintainer.
209 2004-07-05 Phil Edwards <phil@codesourcery.com>
211 * configure.in: Do not prepend $srcdir to /dev/null in
213 * configure: Regenerate.
215 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
217 * Makefile.def (build_modules): Add bison, byacc, flex,
219 (flags_to_pass): Add FLEX.
220 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
221 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
222 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
223 DEFAULT_MAKEINFO): Remove.
224 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
225 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
226 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
227 objdir or else use configured tool.
230 (Build module dependencies): Add.
231 * Makefile.in: Regenerate.
232 * configure.in: Better support for multiple build modules,
233 matching what is done for host/target modules. Do not look
234 for "plausible" locations of build tools if Canadian cross.
235 Use autoconf's AC_PROG_CC to find a C compiler. Define
236 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
237 * configure: Regenerate.
239 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
241 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
242 * Makefile.in: Regenerate.
244 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
246 * Makefile.tpl (configure-build-[+module+],
247 configure-[+module+], configure-target-[+module+]): Pass
248 [+extra_configure_args+].
249 (all-build-[+module+], all-[+module+], check-[+module+],
250 install-[+module+], [+make_target+]-[+module+],
251 all-target-[+module+], check-target-[+module+],
252 install-target-[+module+], [+make_target+]-target-[+module+]):
253 Pass [+extra_make_args+].
254 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
255 (GCC_HOST_EXPORTS): Remove.
256 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
257 cross, check-gcc, check-gcc-c++, install-gcc,
258 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
259 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
260 * Makefile.in: Regenerate.
262 2004-06-21 Matthew Sachs <msachs@apple.com>
264 * MAINTAINERS: Added self to write-after-approval.
266 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
268 * configure.in: Check for srcdir/winsup rather than build directory
270 * configure: Regenerate.
272 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
274 * configure.in: Don't build Cygwin native newlib if winsup
275 directory is missing. Emit warning instead.
276 * configure: Regenerate.
278 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
280 * Makefile.tpl (touch-stage[+id+]): New.
281 (restage[+prev+]): Depend on touch-stage[+id+].
283 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
286 * Makefile.def: Add profile and feedback bootstrap stages.
287 Remove next field from bootstrap stages.
288 * Makefile.tpl (LN, LN_S): Substitute.
289 (stageN-start, stageN-end): Use double-colon rules, to
290 provide a hook for additional setup commands.
291 (distclean-stageN-gcc, restageN): Create dependencies from
292 [+prev+], not from [+next+].
293 (stageN-bubble): Add commands for successive stages from
294 [+prev+], using double-colon rules.
295 (all-stageN-gcc): Fix typo.
296 (stagefeedback-start, profiledbootstrap): New.
297 * Makefile.in: Regenerate.
298 * configure.in: Call ACX_PROG_LN.
299 * configure: Regenerate.
301 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
303 * MAINTAINERS (Write After Approval): Add myself.
305 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
307 * MAINTAINERS (Write After Approval): Add myself.
309 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
311 * configure.in: Fix --enable-bootstrap breakage introduced in trees
313 * configure: Regenerate.
315 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
317 * Makefile.tpl: Fix typo.
318 * Makefile.in: Regenerate.
320 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
322 * configure.in: Remove new- prefix from toplevel
324 * configure: Regenerate.
326 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
328 * Makefile.tpl (all.normal): Rename to all.
329 (all): Replace with a rule to pick the default
330 target from configure.
331 (all-gcc, configure-gcc): Use conditionals to
332 do nothing when toplevel bootstrap is going on.
333 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
334 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
335 * configure.in: Support --enable-bootstrap.
337 * Makefile.def: Remove new- prefix from toplevel
339 * Makefile.tpl: Likewise.
341 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
344 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
345 $(RECURSE_FLAGS) to recursive invocation of make.
347 * Makefile.in: Regenerate.
348 * configure: Regenerate.
350 2004-05-30 Andreas Jaeger <aj@suse.de>
351 Jim Wilson <wilson@specifixinc.com>
353 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
356 2004-05-27 Daniel Jacobowitz <dan@debian.org>
358 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
359 * configure: Regenerate.
361 2004-05-25 Daniel Jacobowitz <drow@false.org>
363 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
364 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
365 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
367 * Makefile.in: Regenerate.
369 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
371 * configure.in: Test the ability to symlink directories.
372 * configure: Regenerate.
374 * Makefile.def (bootstrap-stage): New definitions.
375 * Makefile.tpl (configure-stage1-gcc,
376 configure-stage2-gcc, configure-stage3-gcc,
377 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
378 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
379 new-restage3, compare): Autogenerate, see Makefile.in
380 entry for behavioral changes.
381 (distclean-stage1, new-stage1-start, new-stage1-end,
382 new-stage1-bubble, distclean-stage2, new-stage2-start,
383 new-stage2-end, new-stage2-bubble, distclean-stage3,
384 new-stage3-start, new-stage3-end): New autogenerated targets.
385 (objext, prebootstrap, BOOT_CFLAGS,
386 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
389 * Makefile.in: Regenerate.
390 (distclean-stage1, new-stage1-start, new-stage1-end,
391 new-stage1-bubble, distclean-stage2, new-stage2-start,
392 new-stage2-end, new-stage2-bubble, distclean-stage3,
393 new-stage3-start, new-stage3-end): New targets.
394 (all-stage1-gcc): Move prebootstrap dependency from here...
395 (configure-stage1-gcc): ...to here.
396 (new-bootstrap): Use bubble targets.
397 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
398 Use per-stage distclean targets.
399 (configure-stage1-gcc, configure-stage2-gcc,
400 configure-stage3-gcc, all-stage1-gcc,
401 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
402 Use new-stageN-start to prepare the tree.
404 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
406 * Makefile.def (host_modules): add libcpp.
407 * Makefile.tpl: Add dependencies on and for libcpp.
408 * Makefile.in: Regenerate.
409 * configure.in: Add libcpp host module.
410 * configure: Regenerate.
412 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
414 * Makefile.tpl: Whenever a recursive target is defined, wrap
415 it in a special @if/@endif block, and prepare its maybe
416 dependency in the @if/@endif block
417 * configure.in: Instead of writing maybe dependencies, remove
418 the @if/@endif statements, and remove the @if/@endif blocks
420 * configure: Regenerate.
421 * Makefile.in: Regenerate.
423 2004-05-20 Janis Johnson <janis187@us.ibm.com>
425 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
427 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
430 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
431 * */configure: Rebuilt.
433 2004-05-17 Zack Weinberg <zack@codesourcery.com>
435 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
437 * configure, Makefile.in: Regenerate.
439 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
441 * MAINTAINERS (Write After Approval): Add myself.
443 2004-05-13 Diego Novillo <dnovillo@redhat.com>
445 Merge from tree-ssa-20020619-branch.
447 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
448 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
449 (HOST_GMPLIBS): Define.
450 (HOST_GMPINC): Define.
451 (TARGET_LIB_PATH): Add libmudflap.
452 (GFORTRAN_FOR_TARGET): Define.
453 (configure-build*): Export GFORTRAN.
454 (configure-gcc): Export GMPLIBS and GMPINC.
455 (all-gcc): Add maybe-all-libbanshee.
456 (configure-target-libgfortran): Define.
457 * Makefile.in: Regenerate.
458 * configure.in (host_libs): Add libbanshee.
459 (target_libraries): Add target-libmudflap and target-libgfortran.
460 Add --with-libbanshee.
461 Handle --disable-libmudflap.
462 (*-*-freebsd*): Use with_gmp.
463 Add $(libgcj) to noconfigdirs.
464 * configure: Regenerate.
466 * MAINTAINERS: Add tree-ssa maintainers.
468 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
470 * MAINTAINERS (Various Maintainers): Add myself.
472 2004-04-30 Brian Ford <ford@vss.fsi.com>
474 * MAINTAINERS (Write After Approval): Add myself.
476 2004-04-29 Uros Bizjak <uros@kss-loka.si>
478 * MAINTAINERS (Write After Approval): Add myself.
480 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
482 * config/acx.m4: Fix fastcompare support for new-bootstrap.
483 * configure: Regenerate.
485 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
488 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
490 * Makefile.def (flags_to_pass): Remove *dir variables that
491 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
492 as well as prefix and exec_prefix.
493 * Makefile.in: Regenerate.
495 2004-04-26 Robert Millan <robertmh@gnu.org>
497 Add patches from libtool CVS.
498 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
499 * ltconfig: Likewise.
500 * ltcf-c.sh: Likewise.
501 * ltcf-cxx.sh: Likewise.
502 * ltcf-gcj.sh: Likewise.
504 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
506 * Makefile.def (host_modules): Mark with the bootstrap
507 flag packages on which gcc depends.
508 * Makefile.tpl (all-bootstrap): Use it.
509 * Makefile.in: Regenerate.
511 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
513 * Makefile.def (flags_to_pass): Remove *dir variables that
514 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
515 as well as prefix and exec_prefix.
516 * Makefile.in: Regenerate.
518 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
520 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
521 * configure: Regenerate.
522 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
523 * gcc/Makefile.tpl (compare): Use the result of the test.
524 * gcc/Makefile.in: Regenerate.
526 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
528 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
529 Always relocate gcc and prev-gcc to the original names, even
531 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
534 2004-04-23 Laurent GUERBY <laurent@guerby.net>
536 * MAINTAINERS: Update my email address.
538 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
540 * configure.in (mips*-*-irix5*): Enable ld.
541 * configure: Regenerate.
543 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
545 * configure: Regenerate.
547 2004-04-15 James E Wilson <wilson@specifixinc.com>
549 * Makefile.tpl (configure-[+module+], configure-gcc,
550 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
551 Set and export LDFLAGS.
552 * Makefile.in: Regenerate.
554 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
556 * MAINTAINERS: Add myself to write-after-approval.
558 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
561 * Makefile.tpl: If we don't have built-in-tree target tools,
562 use the ones found by configure rather than hacking around with
563 program_transform_name.
564 * configure.in: Give Makefile.tpl the information necessary
566 * Makefile.in: Regenerate.
567 * configure: Regenerate.
569 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
572 * configure.in: When computing baseargs, strip *all* copies of
573 offending options. Also, don't match/substitute the trailing space,
574 so that this actually works when two similar options are separated by
576 * configure: Regenerate.
578 2004-04-06 David Edelsohn <edelsohn@gnu.org>
580 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
581 (rs6000-*-aix*): Same.
582 * configure: Regenerate.
584 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
586 * MAINTAINERS: Add myself to write-after-approval.
588 2004-04-03 Bud Davis <bdavis9659@comcast.net>
590 * MAINTAINERS: Add myself to write-after-approval.
592 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
594 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
595 STRICT_WARN, WARN_CFLAGS flags passed down to make.
596 * Makefile.in: Regenerate.
598 * configure.in (top level bootstrap support): Rework --enable-werror
599 to set @stage2_werror_flag@.
600 * configure: Regenerate.
601 * Makefile.tpl (top level bootstrap support): Pass
602 @stage2_werror_flag@ down to configure in stages 2 and 3.
603 * Makefile.in: Regenerate.
605 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
607 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
608 for stages 2 and 3 as well as in make. As a consequence, remove
609 OUTPUT_OPTION (now detected by configure) from the flags passed down
611 * Makefile.in: Regenerate.
613 * Makefile.tpl (new-bootstrap): Fix typo.
614 * Makefile.in: Regenerate.
616 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
618 * Makefile.tpl: Rearrange by moving recursive_targets rules
619 into their proper sections.
620 * Makefile.tpl (top level bootstrap support): Move disabling
621 of coverage flags from 'make' to 'configure'; improve comments.
622 * Makefile.in: Regenerate.
624 * Makefile.tpl (experimental top level bootstrap) Move stage1
625 language setting from all- target to configure- target; disable
626 intermodule optimization in stage 1; prevent gratuitous rebuilds
628 * Makefile.in: Regenerate.
629 * configure.in: Comma-separate stage 1 language list for top
631 * configure: Regenerate.
633 * Makefile.tpl: Clean up experimental top level bootstrap support:
634 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
635 prev-gcc in configure- targets as well as all- targets.
636 * Makefile.in: Regenerate.
638 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
640 * compile: New file imported from automake.
642 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
644 * configure.in: Remove symbolic link section.
645 * configure: Regenerate.
646 * Makefile.tpl (links): Remove.
647 * Makefile.in: Regenerate.
649 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
650 Nathanael Nerode <neroden@gcc.gnu.org>
652 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
653 Set with AC_CHECK_PROGS.
654 * configure.in: Fix comment typo from last patch.
655 * configure: Regenerate.
657 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
659 * Makefile.tpl: Introduce experimental top level bootstrap support.
660 * Makefile.in: Regenerate.
661 * configure.in: Introduce support for top level bootstrap.
662 * configure: Regenerate.
664 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
665 Paolo Bonzini <bonzini@gnu.org>
668 * configure.in: Cope with shells that do not support unquoted ^
669 * configure: Regenerate.
671 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
672 Paolo Bonzini <bonzini@gnu.org>
675 * configure.in: Cope with shells that do not support nesting
676 quotes inside quoted backquote substitutions.
677 * configure: Regenerate.
679 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
682 * configure.in: Fix escaping of $.
683 * configure: Regenerate.
685 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
687 * configure: Regenerate, since I forgot to while committing Paolo's
690 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
693 Move language detection to the top level.
694 * configure.in: Find default values for the tools as
695 soon as possible. Disable ada if GNAT is not found.
696 Emit error message about missing languages. Expand
697 --enable-languages=all for the gcc subdirectory.
699 2004-03-10 Ben Elliston <bje@gnu.org>
701 * MAINTAINERS: Update my email address.
703 2004-03-05 David Edelsohn <edelsohn@gnu.org>
705 * ltconfig: Disable building static libraries if building shared
708 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
710 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
712 * configure: Regenerated.
714 2004-03-01 Brian Booth <bbooth@redhat.com>
716 * MAINTAINERS: Add myself to write-after-approval.
718 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
720 * MAINTAINERS: Add myself to write-after-approval.
722 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
725 * Makefile.tpl: Guard XFOO sed statements better.
726 * Makefile.tpl: Add dependency for configure-target-libada.
727 * Makefile.in: Regenerate (incidentally fixes broken
728 commit when libada-branch was merged).
730 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
732 * MAINTAINERS: Add myself to write-after-approval.
734 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
736 * MAINTAINERS: Add Nicola Pero and myself as libobjc
739 2004-02-20 Andrew Cagney <cagney@redhat.com>
741 * config.guess: Update from version 2003-10-16 to 2004-02-16.
742 * config.sub: Update from version 2003-11-03 to 2004-02-16.
744 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
747 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
749 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
751 * MAINTAINERS: Added myself to write-after-approval.
753 2004-02-14 Michael Koch <konqueror@gmx.de>
755 * MAINTAINERS: Added myself to write-after-approval.
757 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
759 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
760 some OS port maintainers to OS port maintainers section.
762 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
764 * MAINTAINERS: Add self.
766 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
768 * MAINTAINERS: Alphabetize.
770 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
772 * MAINTAINERS: Remove myself.
774 2004-02-11 David Edelsohn <edelsohn@gnu.org>
776 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
777 (rs6000-*-aix*): Same.
778 * configure: Regenerate.
780 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
782 * configure.in (host): Add in missing $noconfigdirs to defines.
783 * configure: Regenerate.
785 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
786 Nathanael Nerode <neroden@gcc.gnu.org>
788 PR ada/6637, PR ada/5911
789 Merge with libada-branch:
790 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
791 with appropriate dependencies. Add --enable-libada configure switch.
792 * configure, Makefile.in: Regenerate.
794 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
796 * MAINTAINERS: Add myself to write-after-approval.
798 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
800 * configure.in: Don't pass --with-stabs on IRIX 5 either.
801 * configure: Regenerate.
803 2004-02-04 Geoffrey Keating <geoffk@apple.com>
807 * ltmain.in: When setting IFS to '~', be careful about user
808 arguments that contain '~'.
810 2004-02-04 Peter O'Gorman <peter@pogma.com>
812 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
813 Also test $base_compile against $CC with escaped arguments. Bug
814 reported by Geoff Keating <geoffk@apple.com>.
816 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
818 * MAINTAINERS: Remove i960 port.
820 2004-01-23 DJ Delorie <dj@redhat.com>
822 * Makefile.def (target_modules) [libiberty]: Don't stage.
823 * Makefile.in: Rebuilt.
825 2004-01-20 Caroline Tice <ctice@apple.com>
827 * MAINTAINERS: Add myself to write-after-approval.
829 2004-01-19 Paolo Carlini <pcarlini@suse.de>
831 * MAINTAINERS: Update my email address.
833 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
835 * MAINTAINERS: Add myself to write-after-approval.
837 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
839 * MAINTAINERS: Remove entries without email address.
841 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
843 * MAINTAINERS: Add myself to write-after-approval.
845 2004-01-15 Steven Bosscher <stevenb@suse.de>
847 * MAINTAINERS: Update my email address.
849 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
851 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
852 * Makefile.tpl (configure-target-[+module+]): Support stage.
853 * Makefile.in: Rebuilt.
855 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
857 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
859 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
861 * MAINTAINERS: Add myself as a MIPS maintainer.
863 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
865 * configure.in: Use ./config.cache, not config.cache.
866 * configure: Regenerate.
867 * Makefile.tpl: Special-casing not needed for GCC any more.
868 * Makefile.in: Regenerate.
870 * configure.in: Don't share a cache file for host dirs.
871 * configure: Regenerate.
873 * config-ml.in: Don't mess with the cache file.
875 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
877 * MAINTAINERS: Move myself from 'Write After Approval' to
878 'CPU Port Maintainers' section as SPARC maintainer.
880 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
882 * Makefile.tpl: Make GCC use a separate config.cache.
883 * Makefile.in: Regenerate.
885 PR bootstrap/11932, PR bootstrap/11933
886 (I don't know if it will fix either of them, but it relates
888 * configure.in: Don't use shared config.cache for target
890 * configure: Regenerate.
892 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
894 * MAINTAINERS: Add myself to 'Write After Approval' section.
896 2003-12-31 Roger Sayle <roger@eyesopen.com>
898 * configure.in (ia64*-*-hpux*): Disable building java libraries.
899 * configure: Regenerated.
901 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
903 * MAINTAINERS: Remove the mn10200 maintainer.
905 2003-12-21 Bernardo Innocenti <bernie@develer.com>
907 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
908 * configure: Regenerated.
910 2003-12-16 Jan Hubicka <jh@suse.cz>
912 * MAINTAINERS: Add myself as callgraph maintainer.
914 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
916 * configure.in (raw_libstdcxx_flags): Remove the leading space.
917 * configure: Regenerate.
919 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
921 * MAINTAINERS: Move myself from 'Bug database only accounts' to
922 'Write After Approval' section. Update email.
924 2003-12-01 James Lemke <jim@wasabisystems.com>
926 * MAINTAINERS (Write After Approval): Add myself.
928 2003-11-20 Matt Thomas <matt@3am-software.com>
930 * MAINTAINERS: Add myself as a vax port maintainer.
932 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
934 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
935 (configure-build-[+module+], configure-[+module+]): Likewise.
936 (configure-target-[+module+], configure-gcc, config.status): Likewise.
937 * Makefile.in: Regenerate.
939 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
941 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
942 shared/dylibed libraries.
943 * ltmain.sh: Likewise.
944 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
945 * ltcf-cxx.sh: Likewise.
946 * ltcf-gcj.sh: Likewise.
947 * ltconfig: Likewise.
949 2003-11-17 Stan Cox <scox@redhat.com>
951 * MAINTAINERS: Add myself as iq2000 port maintainer.
953 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
955 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
956 * Makefile.in: Regenerate.
958 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
960 * config.sub: Update to 2003-11-03 version.
962 2003-10-20 Phil Edwards <phil@codesourcery.com>
964 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
965 * configure: Regenerate.
967 2003-10-20 Nicolas Pitre <nico@cam.org>
969 * MAINTAINERS: Add myself to 'Write After Approval' section.
971 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
973 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
975 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
977 * MAINTAINERS: Update my email address.
979 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
981 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
983 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
985 * MAINTAINERS: Add myself to 'Write After Approval' section.
987 2003-10-16 Bernardo Innocenti <bernie@develer.com>
989 * config.guess: Update to 2003-10-16 version.
990 * config.sub: Update to 2003-10-16 version.
992 2003-10-15 David Daney <ddaney@avtrex.com>
994 * MAINTAINERS: Added myself to 'Write After Approval' section.
996 2003-10-15 Falk Hueffner <falk@debian.org>
998 * MAINTAINERS: Move myself from 'Bug database only accounts' to
999 'Write After Approval' section. Update email.
1001 2003-10-14 Roger Sayle <roger@eyesopen.com>
1003 * MAINTAINERS: Move myself from 'Write After Approval' to
1004 'Various Maintainers' section as middle-end maintainer.
1006 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1008 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1010 * Makefile.in: Regenerate.
1012 2003-10-11 Bernardo Innocenti <bernie@develer.com>
1014 * config.guess: Update to 2003-10-07 version.
1015 * config.sub: Update to 2003-10-07 version.
1017 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1019 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1020 * ltconfig (irix5*, irix6*): Don't override version_type.
1022 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1024 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1025 * configure: Rebuilt
1026 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1027 * Makefile.in: Rebuilt
1029 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1031 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1033 2003-09-30 Carlo Wood <carlo@alinoe.com>
1035 * MAINTAINERS (Write After Approval): Add myself.
1037 2003-09-29 Paul Koning <ni1d@arrl.net>
1039 * MAINTAINERS: Move myself from "Write After Approval"
1040 to CPU platform maintainers for pdp11 platform.
1042 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
1044 * MAINTAINERS: Move myself from 'Write After Approval' to
1045 'Various Maintainers' section as libffi testsuite maintainer.
1047 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1049 * configure.in: Pass a computed --program-transform-name
1051 * configure: Regenerated.
1053 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1055 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1056 * Makefile.in: Regenerate.
1058 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1059 * Makefile.in: Regenerate.
1061 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1063 * MAINTAINERS: Move myself from 'Write After Approval'
1064 to 'Various Maintainers' (objective-c) section.
1066 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1068 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1070 * configure: Regenerated.
1072 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1074 * MAINTAINERS (Write After Approval): Add myself to write after
1077 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1079 * MAINTAINERS (Write After Approval): Add myself.
1081 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1083 * MAINTAINERS: Update my e-mail address.
1085 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1087 * libtool.m4 (LD): Correct powerpc64 host match.
1089 2003-09-06 James E Wilson <wilson@tuliptree.org>
1091 * MAINTAINTERS: Update my affiliation and email address.
1093 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1095 * MAINTAINERS (Write After Approval): Add myself.
1097 2003-09-04 DJ Delorie <dj@redhat.com>
1099 * configure: Regenerate.
1101 2003-09-04 Robert Millan <robertmh@gnu.org>
1103 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1105 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1107 * configure.in: Ensure arguments to sed are properly spaced.
1108 * configure: Regenerate.
1110 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1112 * MAINTAINERS: Update my e-mail address.
1114 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1116 * MAINTAINERS (Write After Approval): Add myself.
1118 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1120 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1121 * configure: Regenerated.
1123 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1125 * MAINTAINERS: Update my email address.
1127 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1129 * configure.in: Use newline instead of semicolon when assuming
1130 shell arguments in a for loop.
1131 * configure: Regenerated.
1133 2003-08-22 Jason Eckhardt <jle@rice.edu>
1135 * MAINTAINERS: Resurrect the i860 maintainer.
1137 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1140 * configure.in: When testing with_libs and with_headers, treat
1141 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1142 * configure: Regenerate.
1144 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1146 (baseargs): Likewise.
1147 * configure: Regenerate.
1149 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1151 * MAINTAINERS (Write After Approval): Add myself.
1153 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1155 * configure.in: Disable libgcj for darwin not on powerpc.
1156 * configure: Rebuild.
1158 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1160 * config-ml.in, symlink-tree: Add license.
1162 2003-08-03 Richard Stallman <rms@gnu.org>
1163 Eben Moglen <moglen@columbia.edu>
1165 * README.SCO: New file.
1167 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1169 * Makefile.tpl (check, check-c++): Express dependencies using
1170 dependencies rather than commands.
1171 * Makefile.in: Regenerate.
1173 2003-08-01 Andrew Cagney <cagney@redhat.com>
1175 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1178 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1180 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1181 * Makefile.in: Update.
1183 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1185 * configure.in: Enable libgcj for darwin.
1186 * configure: Rebuild.
1188 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1190 * config-ml.in: Use ac_configure_args directly instead of
1191 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1194 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1196 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1197 creating target and build subdirs to build all parent dirs as needed.
1198 * Makefile.in: Rebuild.
1199 * configure.in: Don't build dirs explicitly here.
1200 * configure: Rebuild.
1202 2003-07-26 Paul Brook <paul@nowt.org>
1204 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1206 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1208 * Makefile.tpl (all-make): Depend on intl.
1209 * Makefile.in: Rebuilt.
1211 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1213 * install-sh: Update to newer upstream versions (associated with
1215 * mkinstalldirs: Likewise.
1216 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1218 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1220 * MAINTAINERS: Move self from Bug database only accounts
1221 to write-after-approval.
1223 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1225 * config.if: Remove unused libc_interface determination.
1227 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1229 * MAINTAINERS: Move self from write-after-approval to
1230 build machinery (*.in).
1232 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1236 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1237 unused INSTALL_PROGRAM_ARGS.
1238 * configure.in: Use AC_PROG_INSTALL.
1239 * Makefile.in: Regenerate.
1240 * configure: Regenerate.
1242 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1244 * MAINTAINERS: Alphabetize.
1246 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1248 * configure: Rebuilt.
1249 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1250 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1251 newlib nor libgloss.
1252 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1253 * configure.in (am33_2.0-*-linux*): Added.
1255 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1257 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1258 * configure: Regenerate.
1260 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1262 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1263 * Makefile.in: Regenerate.
1265 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1267 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1268 * Makefile.in: Regenerate.
1270 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1272 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1273 * Makefile.in: Regenerated.
1275 * config-ml.in: Replace PWD with PWD_COMMAND.
1277 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1279 * intl: New directory; see intl/ChangeLog for details.
1280 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1281 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1282 * Makefile.in: Regenerate.
1284 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1286 * configure.in: Clean up config-lang.in handling. Delete
1287 useless assignment to "subdirs".
1288 * configure: Regenerate.
1290 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1292 * configure.in: Rename 'target_libs' to 'target_libraries'.
1293 Remove useless reference to 'target_libs'.
1294 * configure: Regenerate.
1296 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1298 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1299 * Makefile.in: Regenerate.
1301 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1303 * Makefile.def: Introduce flags_to_pass.
1304 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1305 * Makefile.in: Regenerate.
1307 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1309 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1310 and target-libgloss.
1311 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1312 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1313 * configure: Regenerate.
1315 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1317 * configure.in: Update testsuite_flags to new location.
1318 * configure. Regenerate.
1320 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1322 * Makefile.tpl: Remove BUILD_CC stuff.
1323 * Makefile.in: Regenerate.
1325 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1327 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1329 2003-06-16 Graeme Peterson <gp@qnx.com>
1331 * MAINTAINERS (Write After Approval): Add myself.
1333 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1335 * config.guess: Update to 2003-06-12 version.
1336 * config.sub: Update to 2003-06-13 version.
1338 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1340 * config.guess: Update to 2003-06-06 version.
1341 * config.sub: Update to 2003-06-06 version.
1343 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1345 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1346 * configure. Regenerate.
1348 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1350 * configure.in: Disable serial configure by default.
1351 * configure: Regenerate.
1352 * Makefile.tpl: Abolish .NOTPARALLEL.
1353 * Makefile.in: Regenerate.
1355 * Makefile.tpl: Replace {build,host,target}_canonical by
1356 {build,host,target}.
1357 * Makefile.in: Regenerate.
1359 * Makefile.tpl: Fix stupid pasto.
1360 * Makefile.in: Regenerate.
1362 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1364 * Makefile.tpl: Remove bogus conditional.
1365 * Makefile.in: Regenerate.
1367 2003-06-05 Jan Hubicka <jh@suse.cz>
1369 * Makefile.tpl (profiledbootstrap): New target.
1370 * Makefile.in (profiledbootstrap): New target.
1372 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1374 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1375 Pinski. Remove user names from other bugzilla-only maintainers.
1377 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1379 * Makefile.tpl: Make 'recursive targets' using autogen rather
1380 than shell loop. Remove duplicate 'clean' targets and false
1382 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1383 Add systematic method of specifying missing targets in subdirs.
1384 Add copyright boilerplate.
1385 * Makefile.in: Regenerate.
1386 * configure.in: Add 'recursive targets' to maybe list.
1387 * configure: Regenerate.
1389 * MAINTAINERS: "GNATS only" -> "Bug database only".
1391 * Makefile.tpl: Rename [+target+] to [+make_target+].
1392 * Makefile.def: Rename 'target' to 'make_target'.
1394 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1396 * MAINTAINERS: Add self as options handling maintainer.
1398 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1400 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1401 been too long since I touched those ports.
1403 2003-05-28 DJ Delorie <dj@redhat.com>
1405 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1406 * Makefile.in: Regenerate.
1408 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1410 * configure.in: Use curly braces in the definition of tooldir.
1411 * configure: Regenerate.
1413 2003-05-21 DJ Delorie <dj@redhat.com>
1415 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1417 * Makefile.in: Regenerate.
1419 2003-05-21 DJ Delorie <dj@redhat.com>
1421 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1422 * Makefile.in: Regenerate.
1424 2003-05-20 Ian Lance Taylor <ian@airs.com>
1426 * MAINTAINERS: Update my e-mail address.
1428 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1430 * configure.in: Switch more things to use maybe dependencies.
1431 * Makefile.tpl: Switch more things to use maybe dependencies.
1432 Factor out common code from autogen IF statements.
1433 * configure: Regenerate.
1434 * Makefile.in: Regenerate.
1436 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1438 * configure.in: Accept i[3456789]86 for machine type.
1439 * configure: Regenerate.
1441 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1443 * configure.in: Switch more things to use maybe dependencies.
1444 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1445 * configure: Regenerate.
1446 * Makefile.tpl: Switch more things to use maybe dependencies.
1447 * Makefile.in: Regenerate.
1449 2003-05-16 Andreas Schwab <schwab@suse.de>
1451 * Makefile.tpl (install-opcodes): Define.
1452 * Makefile.in: Rebuild.
1454 2003-05-13 Andreas Jaeger <aj@suse.de>
1456 * config.guess: Update to 2003-05-09 version.
1457 * config.sub: Update to 2003-05-09 version.
1459 2003-05-13 Michael Eager <eager@mvista.com>
1461 * configure.in: Correct sed script so that options in quotes are not
1463 * configure: Rebuild.
1465 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1467 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1468 and $$s/newlib/libc/sys/cygwin32 include paths.
1471 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1473 * MAINTAINERS: Update my email addresses.
1475 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1477 * config-ml.in: Propagate INSTALL variables.
1479 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1481 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1483 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1485 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1486 * Makefile.in: Regenerate.
1488 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1490 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1492 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1494 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1496 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1498 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1499 * Makefile.in: Regenerated.
1501 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1503 * MAINTAINERS (Write After Approval): Upgrade myself from
1504 GNATS only to write-after-approval. Update my mail address.
1506 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1508 (OS Port Maintainers: freebsd): Add myself.
1510 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1512 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1514 2003-04-22 Kean Johnston <jkj@sco.com>
1516 * MAINTAINERS (SCO ports): Added myself.
1518 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1520 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1522 2003-04-19 Kean Johnston <jkj@sco.com>
1524 * MAINTAINERS (Write After Approval): Add myself.
1526 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1528 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1529 * Makefile.in: Regenerate.
1531 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1533 * configure.in (powerpc64*-*-linux*): Remove.
1534 * configure: Rebuilt.
1536 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1538 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1539 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1541 * Makefile.in: Regenerate.
1543 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1545 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1546 * configure: Regenerated.
1548 2003-04-15 DJ Delorie <dj@redhat.com>
1550 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1552 2003-04-13 Nick Clifton <nickc@redhat.com>
1554 * config-ml.in: Remove support for --disable-aix removing
1557 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1559 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1560 * */configure: Rebuilt.
1562 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1564 * MAINTAINERS: Add my email address.
1566 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1568 * MAINTAINERS (Write After Approval): Add myself.
1570 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1572 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1573 * Makefile.in: Regenerate.
1575 2003-03-14 Michael Chastain <mec@shout.net>
1577 * Makefile.in: Regenerate with correct Makefile.def.
1579 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1581 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1583 * Makefile.in: Regenerate.
1584 * configure.in: Clean up gxx_include_dir logic.
1585 * configure: Regenerate.
1587 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1589 * MAINTAINERS (Write After Approval): Add myself.
1591 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1593 * MAINTAINERS: Update my mail address.
1595 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1597 * configure.in (gxx_include_dir): Fix typo.
1598 * configure: Regenerated.
1600 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1602 * Makefile.tpl: Reindent.
1603 * Makefile.in: Regenerate.
1604 * configure.in: Reindent. Don't set unused variables.
1605 * configure: Regenerate.
1607 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1609 * configure.in: Include $(build_tooldir)/sys-include in
1611 * configure: Regenerated.
1613 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1615 * Makefile.tpl: Always pass down RANLIB.
1616 * Makefile.in: Regenerate.
1618 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1619 * Makefile.in: Regenerate.
1620 * configure.in: Remove unused logic relating to --enable-shared
1621 and --enable-threads. Remove bogus comments. Remove redundant
1623 * configure: Regenerate.
1625 * configure.in: Replace ${libstdcxx_version} by its value.
1626 Remove reference to mh-dgux.
1627 * configure: Regenerate.
1629 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1631 * MAINTAINERS (Write After Approval): Add myself.
1633 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1635 * Makefile.tpl: Rearrange.
1636 * Makefile.in: Regenerate.
1638 2003-02-25 Uwe Stieber <uwe@wwws.de>
1640 * configure.in: Add support for kaOS as cross build target system.
1641 * configure: Regenerated.
1643 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1645 * MAINTAINERS (Write after approval): Add myself.
1647 2003-02-21 James E Wilson <wilson@tuliptree.org>
1649 * MAINTAINERS: Update my email address.
1651 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1653 * MAINTAINERS: Add self to blanket write privs. section.
1655 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1657 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1658 configure-target-* as some target builds may require additional
1659 flags for preprocessor tests.
1660 * Makefile.in: Regenerated.
1662 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1664 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1665 * ltconfig: Handle it.
1666 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1669 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1670 it is used as argument to $CC.
1671 * ltcf-gcj.sh: Likewise.
1673 * configure.in: Introduce --enable-maintainer-mode.
1674 * configure: Rebuilt.
1675 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1676 for maintainer mode.
1677 * Makefile.in: Rebuilt.
1679 2003-02-18 Jason Merrill <jason@redhat.com>
1681 * Makefile.tpl (check-c++): Allow parallelism.
1683 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1685 * MAINTAINERS: Remove John Carr (who never actually had access to
1688 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1690 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1691 don't configure target-libobjc.
1692 * configure: Regenerate.
1694 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1696 * Makefile.tpl (RANLIB): Define.
1697 * Makefile.in: Regenerate.
1699 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1701 * MAINTAINERS: Update my email.
1703 2003-02-06 Keith R Seitz <keiths@redhat.com>
1705 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1706 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1707 * Makefile.in: Regenerated.
1708 * configure.in: Remove all traces of snavigator, db, and grep.
1709 * configure: Regenerated.
1711 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1713 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1716 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1718 * MAINTAINERS (Write after approval): Add myself.
1720 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1722 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1723 * Makefile.in: Regenerated.
1725 2003-01-30 Roger Sayle <roger@eyesopen.com>
1727 * config.guess: Updated to 2003-01-30's version.
1728 * config.sub: Updated to 2003-01-28's version.
1730 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1732 * config.if: If gcc_version is already set, just use it. Don't set
1733 gcc_version_trigger if it's already set, otherwise set it to
1734 gcc/version.c, but only if the file exists. If it is not set and
1735 gcc/version.c does not exist, try to extract the version number from
1738 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1740 * MAINTAINERS: Add myself to write-after-approval list.
1742 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1744 * configure.in: Revert 24Jan change.
1745 * configure: Regenerate.
1747 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1749 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1752 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1754 * configure.in: Revert previous change.
1755 * configure: Regenerate.
1757 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1759 * configure.in: Make rda native-only.
1760 * configure: Regenerate.
1762 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1764 * MAINTAINERS: Move myself from GNATS-only-accounts to
1765 write-after-approval.
1767 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1769 * configure.in: Add missing \.
1770 * configure: Rebuilt.
1772 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1774 * configure.in (baseargs): Avoid using \| in sed regular
1776 * configure: Rebuilt.
1778 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1780 * configure.in (baseargs): Remove all supported forms of
1781 --cache-file, --srcdir, --host, --build and --target options
1782 from argument lists.
1783 * configure: Rebuilt.
1785 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1787 * MAINTAINERS: Add myself to write-after-approval list.
1789 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1791 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1792 * configure: Rebuilt.
1794 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1796 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1797 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1798 * Makefile.in: Regenerate.
1799 * configure: Regenerate.
1801 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1803 * configure.in: Remove Makefile in build, host and target modules
1804 unless configure was run with --no-recursion.
1805 * configure: Rebuilt.
1807 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1809 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1810 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1811 * Makefile.in: Regenerate.
1813 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1815 * config.guess: Update to 2003-01-03 version.
1816 * config.sub: Update to 2003-01-03 version.
1818 2003-01-07 Christopher Faylor <cgf@redhat.com>
1820 * configure: Regenerate with proper autoconf 2.13.
1822 2003-01-07 Christopher Faylor <cgf@redhat.com>
1824 * configure.in: Add AC_PREREQ for consistency.
1825 * configure: Regenerate.
1827 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1829 * configure.in (GDB_TK): Add tcl directories conditional on
1830 gdb/gdbtk directory being present.
1831 * configure: Regenerate.
1833 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1835 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1836 by gcc if LD is not defined and we are not doing a Canadian Cross.
1837 * configure: Rebuilt.
1839 2002-12-31 Tom Tromey <tromey@redhat.com>
1841 * Makefile.in: Rebuilt.
1842 * Makefile.def (target_modules) [libffi]: Allow installation.
1844 2002-12-31 Andreas Schwab <schwab@suse.de>
1846 * configure.in: Fix use of $program_transform_name.
1847 * configure: Regenerated.
1849 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1851 * configure.in (baseargs): Don't remove first configure argument.
1852 * configure: Regenerated.
1854 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
1856 * Makefile.tpl (local-distclean): Don't remove...
1857 (multilib.ts): ... this. Moved into...
1858 (multilib.out): ... this. Don't use sub-make.
1859 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1860 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1861 (configure-build-[+module+], configure-[+module+],
1862 configure-target-[+module+], configure-gcc): ... these. Test
1863 for Makefile existence. Drop config.status from dependencies.
1864 * Makefile.in: Rebuilt.
1865 * configure.in: Move gcc-version-trigger to the end of
1866 ac_configure_args. Add comments to maybedep.tmp and
1867 serdep.tmp. Introduce --disable-serial-configure. Remove
1868 nonopt from baseargs, matching and removing corresponding
1869 whitespace while at it.
1870 * configure: Rebuilt.
1872 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
1874 * configure.in (host_configargs): Replace reference to
1875 no-longer-defined buildopts with --build=${build_alias}.
1876 * configure: Rebuilt.
1878 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1879 program_transform_name to standard idiom.
1880 (AUTOGEN, AUTOCONF): Define.
1881 (Makefile.in): Use $(AUTOGEN).
1882 (Makefile): Depend on config.status, and use autoconf-style rule to
1883 build it. Move original commands to...
1884 (config.status): ... this new target.
1885 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1887 * Makefile.in: Rebuilt.
1889 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1891 * Makefile.tpl: Fix dramatic bustage due to change in
1892 program_transform_name.
1893 * Makefile.in: Regenerate.
1895 * configure.in: Remove unnecessary PATH setting.
1896 * configure: Regnerate.
1898 * configure.in: Don't default to unprefixed tools unless
1899 the native tools will work.
1900 * configure: Regenerate.
1902 * configure.in: Convert to autoconf script. Blow away lots
1903 of now-redundant Makefile fragments.
1904 * configure: Generate using Autoconf.
1905 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1906 * Makefile.in: Regenerate.
1908 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1910 * configure: Fix stupid bug where RANLIB was mistakenly included.
1912 * configure.in: Rename (buildargs, hostargs, targargs) to
1913 (build_configargs, host_configargs, target_configargs).
1915 * configure.in: Move logic out of sed statement.
1917 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
1918 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1920 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1922 * config.sub: Import from master repository
1923 * config.guess: Ditto
1925 2002-12-24 Andreas Schwab <schwab@suse.de>
1927 * Makefile.tpl (multilib.out): Fix missing space.
1928 * Makefile.in: Regenerate.
1930 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1932 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1933 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1934 * Makefile.in: Regenerate.
1935 * configure.in: Remove unnecessary leftovers.
1937 2002-12-21 Geoffrey Keating <geoffk@apple.com>
1939 * configure.in (extra_ranlibflags_for_target): New variable.
1940 (*-*-darwin): Add -c to ranlib commands.
1941 * configure (tooldir): Handle extra_ranlibflags_for_target.
1943 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1945 * Makefile.tpl: Revert HJL's change.
1946 * Makefile.in: Regenerated.
1947 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1950 2002-12-19 Andreas Schwab <schwab@suse.de>
1952 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1953 * Makefile.in: Regenerate.
1955 2002-12-18 H.J. Lu <hjl@gnu.org>
1957 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1958 * Makefile.in: Regenerated.
1960 * configure.in (build_prefix): New. Substitute.
1962 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1964 * Makefile.tpl: Don't let real targets depend on phony targets.
1965 * Makefile.in: Regenerate.
1967 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1968 * Makefile.in: Regenerate.
1970 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1972 * config.sub: Import from master repository
1973 * config.guess: Ditto
1975 2002-12-16 Jason Merrill <jason@redhat.com>
1977 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1978 previous 'make bootstrap'.
1979 * Makefile.in: Regenerate.
1981 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1983 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1985 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1987 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1988 * Makefile.in: Regenerate.
1990 2002-12-13 Jason Merrill <jason@redhat.com>
1992 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1994 (check-c++): Just depend on it and check-target-libstdc++-v3.
1995 * Makefile.in: Regenerate.
1997 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1999 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2000 * Makefile.in: Rebuilt.
2002 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2004 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2006 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2008 * configure: Fix bug put in by gremlins.
2010 * Makefile.tpl: Substitute more autoconfily.
2011 * configure: Substitute more autoconfily.
2012 * Makefile.in: Regenerate.
2014 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
2016 * config.sub: Import from master repository
2017 * config.guess: Ditto
2018 * MAINTAINERS: Added Svein Seldal under write after approval
2020 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2022 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2023 * Makefile.in (all-sim): Ditto.
2025 2002-12-06 DJ Delorie <dj@redhat.com>
2027 * Makefile.tpl: Change configure dependencies to not have real
2028 targets depend on phony targets.
2030 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2032 * configure.in: Revert unintentional change.
2034 * Makefile.tpl: Change dependency for */multilib.out so that
2035 it works when gcc isn't in the tree.
2037 * configure.in: Substitute more.
2038 * configure: Run subconfigures from the Makefile.
2039 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2040 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2042 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2044 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2046 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2048 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2049 and corresponding dependencies.
2050 * Makefile.in: Regenerate.
2052 * configure.in (host_tools): Order binutils, gas and ld for
2053 convenience in running the testsuites.
2055 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2056 * Makefile.in: Regenerate.
2057 * configure.in: Introduce rules to serialize subconfigure runs.
2059 * configure.in: Introduce BASE_CC_FOR_TARGET.
2060 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2061 Realize configure-build-* targets. Realize configure-target-* targets.
2062 * Makefile.in: Regenerate.
2064 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2066 * configure: Move gcc_version_trigger stuff from here...
2067 * configure.in: ...to here.
2069 * configure.in: Separate subconfigure options added by this file from
2070 options given by the user. Add machinery to put args for host
2071 subconfigures into the Makefile.
2073 * Makefile.tpl: Remove 'vault' targets.
2074 * Makefile.tpl: Reorder and comment dependencies.
2075 * Makefile.in: Regenerate.
2077 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2078 * configure.in: Fix my broken commit of previous patch. (sigh)
2080 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2082 * configure.in: Move host-specific darwin noconfigdirs into
2083 the host-specific section.
2085 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2087 * configure.in: Move host-specific darwin noconfigdirs into
2088 the host-specific section.
2090 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2092 * configure: Remove skip-this-dir support.
2093 * Makefile.tpl: Remove skip-this-dir support.
2095 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2097 * Makefile.in: Regenerate.
2099 * Makefile.tpl: Strip out useless setting of 'dir'.
2100 * Makefile.in: Regenerate.
2102 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2104 * configure.in: Fix deeply stupid bug.
2106 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2107 shell code in CXX_FOR_TARGET
2108 * Makefile.def: Introduce raw_cxx.
2109 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2111 * Makefile.in: Regenerate.
2113 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2115 * Makefile.tpl: Remove unnecessary ifs.
2116 * Makefile.in: Regenerate.
2118 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2119 dependencies. Maybe-ize build-libiberty. Create dummy install
2120 targets for 'no_install' modules.
2121 * configure: Move GDB_TK substitution to configure.in. Move
2122 build_modules stuff to configure.in.
2123 * configure.in: Implement soft dependency machinery. Maybe-ize
2124 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2125 * Makefile.in: Regenerate.
2127 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2129 * Makefile.tpl: Make all-target, install-target behave similarly
2130 to all, install (only hitting configured targets). Eliminate
2131 unused macro defintions.
2133 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2136 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2138 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2140 * configure.in: Produce lists of subdir targets we're actually
2141 configuring. Remove references to "dosrel".
2142 * Makefile.tpl: Let configure set which subdir targets are hit.
2143 Remove install-cross; clean up install; remove ALL. Remove
2144 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2145 Autogenerate host module targets. Remove empty dependency lines
2146 and redundant dependency; rearrange slightly.
2147 * Makefile.def: Add host-side libtermcap, utils.
2149 * Makefile.in: Regenerate.
2151 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2153 * ltconfig (osf[345]): Append $major to soname_spec.
2154 Reflect this in library_names_spec.
2155 * ltmain.sh (osf): Prefix $major with . for use as extension.
2157 2002-11-19 Andreas Jaeger <aj@suse.de>
2159 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2160 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2161 and sparc64 GNU/Linux systems.
2163 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2165 * MAINTAINERS: Update email.
2167 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2169 * MAINTAINERS: Complete James Dennett's entry.
2171 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2173 * MAINTAINERS (Write After Approval): Add myself.
2175 2002-11-13 Bruce Korb <bkorb@gnu.org>
2177 * Makefile.tpl: syntactic cleanup
2179 2002-11-13 Stuart Hastings <stuart@apple.com>
2181 * MAINTAINERS: Add myself to write-after-approval list.
2183 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2185 * Makefile.def: Add list of recursive targets to autogenerate.
2187 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2188 targets. Autogenerate *-build-* targets.
2189 * Makefile.in: Regenerate.
2191 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2193 * configure: More autoconf-style substitutions.
2194 * Makefile.tpl: More autoconf-style substitutions.
2195 * Makefile.in: Regenerate.
2197 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2199 * configure: Substitute more variables in a more autoconf-friendly
2200 way. Simplify slightly.
2201 * Makefile.tpl: Make more variables substitutable in an
2202 autoconf-friendly way.
2203 * Makefile.in: Regenerate.
2205 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2207 * MAINTAINERS (Write After Approval): Add myself.
2209 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2211 * configure.in (v810*): Remove special setting of tools.
2213 * configure: Add support for extra required flags for ar or nm.
2214 * configure.in (aix4.3+): Use above support for target-specific
2215 issues, rather than using config/mt-aix43.
2217 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2219 * configure: Remove 'removing', which doesn't work. Replace $subdir
2220 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2221 with $srcdir. Reformat indentation. Substitute some variables
2222 formerly hard-coded in the Makefile for build=host.
2223 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2224 * Makefile.def: Autogenerate more.
2225 * Makefile.in: Regenerate.
2227 2002-11-04 Adam Nemet <anemet@lnxw.com>
2229 * MAINTAINERS (Write After Approval): Add myself.
2231 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2233 * Makefile.def (host_modules): Add rda.
2234 * Makefile.in: Regenerate.
2235 * configure.in (target_tool): Add target-rda to list.
2237 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2239 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2241 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2243 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2244 and restrap targets to this rule.
2245 * Makefile.in: Regenerate.
2247 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2249 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2250 GNATS only accounts.
2252 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2254 * configure.in (i[3456]86-*-linux*): Add check to disable
2255 ${libgcj} for glibc1.
2257 2002-10-24 Denis Chertykov <denisc@overta.ru>
2259 * MAINTAINERS: Add myself as ip2k port maintainer.
2261 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2263 * configure.in: Add tic4x target.
2265 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2267 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2268 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2269 * Makefile.in: Regenerate.
2271 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2272 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2273 * Makefile.in: Regenerate.
2275 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2277 * MAINTAINERS: Add myself as web pages co-maintainer.
2279 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2281 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2282 * Makefile.in: Regenerate.
2284 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2286 * MAINTAINERS: Add myself and Nathan Sidwell
2287 <nathan@codesourcery.com> as VxWorks maintainers.
2289 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2291 * Makefile.def: Remove order dependency comments.
2292 * Makefile.tpl: Add explicit install-install dependencies.
2293 * Makefile.in: Regenerate.
2295 * Makefile.tpl: Remove material now in src-release. (Finally!)
2296 * Makefile.in: Regenerate.
2298 * Makefile.tpl: Add configure-target (for src-release in src)
2299 * Makefile.in: Regenerate.
2301 2002-09-30 Nick Clifton <nickc@redhat.com>
2303 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2305 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2307 * configure.in (s390*-*-linux*): Enable libgcj.
2309 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2311 * configure: Revert accidentally applied changes.
2313 * Makefile.tpl: Make more autoconf-friendly.
2314 * Makefile.in: Regenerate.
2315 * configure: Make substitution more autoconf-like.
2317 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2319 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2320 single entry to handle all these.
2321 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2322 libjava on arm-*-elf.
2324 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2326 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2327 things that depend on them.
2329 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2331 * Makefile.tpl: Make subsituted variables more autoconfy.
2332 * Makefile.in: Regenerate.
2333 * configure: Make seds more autoconfy.
2335 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2337 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2338 * Makefile.in: Regenerate.
2339 * configure.in: Rewrite sed statements to look autoconfy.
2341 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2342 all-target-foo on configure-target-foo.
2343 * Makefile.def: Ditto.
2344 * Makefile.in: Rebuild.
2346 2002-09-25 Andrew Haley <aph@redhat.com>
2348 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2350 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2352 * Makefile.def: New file.
2353 * Makefile.tpl: New file.
2354 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2355 * contrib/gcc_update: Note that Makefile.in is a generated file.
2357 * configure.in: Minor rearrangement. Simplify tests.
2359 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2361 * configure.in (with_headers): Skip copy if value is "yes".
2362 (with_libs): Likewise.
2364 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2366 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2367 * configure.in (sh*-*-pe*): Ditto.
2368 * configure.in (mips*-*-pe*): Ditto.
2369 * configure.in (*arm-wince-pe): Ditto.
2371 * configure.in: Rearrange.
2373 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2375 * MAINTAINERS: Update my email address.
2377 2002-08-30 Paul Koning <pkoning@equallogic.com>
2379 * MAINTAINERS: (Write After Approval): Add myself.
2381 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2383 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2385 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2387 * MAINTAINERS: Change my mailing address.
2389 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2391 * MAINTAINERS (Write After Approval): Remove myself.
2392 (Various Maintainers: c++ runtime libs): Add myself.
2394 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2396 * MAINTAINERS (Write After Approval): Remove myself.
2397 (Various Maintainers: c++ runtime libs): Add myself.
2399 2002-08-15 Eric Christopher <echristo@redhat.com>
2401 * config.sub: Import from master repository.
2402 * config.guess: Ditto.
2404 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2406 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2407 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2408 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2410 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2412 * MAINTAINERS: Add self to rs6000 vector extensions.
2414 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2416 * libiberty/configure: Reverted unintended yesterday's check in.
2418 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2420 * boehm-gc/configure, libf2c/configure: Rebuilt.
2421 * libffi/configure, libiberty/configure: Ditto.
2422 * libjava/configure, libobjc/configure: Ditto.
2423 * libstdc++-v3/configure, zlib/configure: Ditto.
2424 Merged from binutils:
2425 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2426 From Steve Ellcey <sje@cup.hp.com>:
2427 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2428 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2429 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2431 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2432 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2433 soname_spec, sys_lib_search_path_spec): Ditto.
2435 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2437 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2439 2002-08-04 H.J. Lu (hjl@gnu.org)
2441 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2443 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2445 * MAINTAINERS (Write After Approval): Add myself.
2447 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2449 * configure.in: Move generic linux case to end. Copy generic
2450 linux noconfigdirs to mips*-*-linux* entry and new
2451 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2453 2002-07-19 Michael Matz <matz@suse.de>
2455 * MAINTAINERS: Add myself as ra* maintainer.
2457 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2459 * config.guess: Update to 2002-07-09 version.
2460 * config.sub: Update to 2002-07-03 version.
2462 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2464 * MAINTAINERS: Fix typo in a maintainer email address.
2466 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2468 * configure.in: Remove two redundant tests.
2470 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2472 * configure.in (mips*-*-irix6*o32): Enable stabs.
2474 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2476 * configure.in: Don't build grez.
2477 * Makefile.in: Ditto.
2479 * Makefile.in: Remove references to bsp, cygmon, libstub.
2480 * configure.in: Ditto.
2482 * configure.in: Remove leftover reference to gdbtest.
2484 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2486 * configure.in (gxx_include_dir): Change to match versioned
2487 C++ headers if --enable-version-specific-runtime-libs is used.
2489 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2491 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2493 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2495 * configure.in: Make --without-x work.
2497 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2499 * configure.in: Rearrange target Makefile fragment collection.
2501 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2503 * configure.in: Ditto.
2505 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2507 * MAINTAINERS (Write After Approval): Update my e-mail address.
2509 2002-06-24 Ben Elliston <bje@redhat.com>
2511 * configure.in (host_tools): Remove cgen.
2513 * Makefile.in (all-cgen): Remove; runs from its source directory.
2514 (check-cgen, install-cgen, clean-cgen): Likewise.
2515 (all-opcodes): Do not depend on all-cgen.
2516 (all-sim): Likewise.
2518 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2520 * Makefile.in: Eliminate 'apache' targets.
2521 * configure.in: Eliminate 'apache' targets.
2523 * configure.in: Eliminate redundant tests. Reorganize.
2525 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2527 * config-ml.in: Eliminate references to Cygnus configure.
2529 * Makefile.in: Eliminate references to building emacs.
2531 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2533 * MAINTAINERS: Update my email address.
2535 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2537 * config.if (libstdcxx_incdir): Version C++ headers.
2538 (cxx_incdir): Remove.
2540 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2542 * MAINTAINERS (Write After Approval): Add self.
2544 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2546 * configure.in: Add support for ip2k.
2548 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2550 * configure.in: Fix AIX configury bug.
2552 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2554 * MAINTAINERS (Write After Approval): Add self.
2556 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2558 * configure.in: replace ${topsrcdir} with ${srcdir}
2560 * configure.in: Move definition of libstdcxx_flags
2561 right above usage, rather than waaay earlier.
2563 * configure.in: Pull definition of is_cross_compiler earlier.
2565 * configure.in: Rearrange a little.
2567 * configure.in: Remove references to librx.
2568 * Makefile.in: Remove references to librx.
2570 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2572 * config.sub: Add support for avr target.
2573 Import from master sources, rev 1.255
2575 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2577 * configure, .cvsignore: Revert previous change...
2578 * Makefile: ...delete.
2580 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2582 * configure.in: Eliminate ${gasdir} variable.
2584 2002-06-18 Dave Brolley <brolley@redhat.com>
2586 * configure.in: Add support for frv.
2587 * config.sub: Add support for frv.
2589 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2591 * configure: Remove garbage from previous commit.
2593 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2595 * configure: For in-source builds, make a subdir and re-exec there.
2596 * Makefile: New file. Pass targets through to build directory.
2597 * .cvsignore: No longer ignore "Makefile".
2599 2002-06-16 Douglas Rupp <rupp@gnat.com>
2601 * MAINTAINERS (Write After Approval): Add self.
2603 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2605 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2607 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2609 * configure.in (vax-*-netbsd*): Re-enable gas.
2611 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2613 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2614 BUILD_PREFIX_1, to correct nomenclature.
2615 * configure: Likewise.
2617 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2618 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2620 2002-05-31 Olaf Hering <olh@suse.de>
2622 * config-ml.in: Propogate DESTDIR also.
2624 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2626 * configure.in (vax-*-netbsd*): Don't build gas for this
2629 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2631 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2634 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2636 * MAINTAINERS (Write After Approval): Add myself.
2638 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2640 * config.guess: Update to 2002-05-22 version.
2641 * config.sub: Likewise.
2643 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2645 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2646 * config-ml.in: Likewise.
2647 * configure: Likewise.
2648 * configure.in: Likewise.
2650 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2652 * MAINTAINERS: Update my email address.
2654 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2656 * configure.in: Simplify makefile fragment collection.
2658 * configure.in: Remove code to build emacs.
2660 * configure.in : Remove --srcdir argument from targargs and buildargs
2661 (it's always overridden in the Makefile anyway). Rearrange a bit.
2663 * configure: Move some logic to configure.in.
2664 * configure.in: Move some logic from configure.
2666 2002-05-11 Tom Tromey <tromey@redhat.com>
2668 * MAINTAINERS: Reflect libgcj reality.
2670 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2672 * Makefile.in: Honour DESTDIR.
2674 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2676 * config.guess: Import 2002-03-20 version.
2677 * config.sub: Import 2002-04-26 version.
2679 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2681 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2683 2002-05-07 Tim Josling <tej@melbpc.org.au>
2685 * MAINTAINERS: Add self.
2687 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2689 * ltmain.sh: Detect and handle object name conflicts
2690 while piecewise linking a static library.
2692 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2694 * configure.in (noconfigdirs): Don't disable libgcj on
2695 sparc64-*-solaris* and sparcv9-*-solaris*.
2697 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2699 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2701 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2703 * configure.in (FLAGS_FOR_TARGET): Do not add
2704 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2705 on i[3456]86-*-linux*.
2707 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2709 * configure.in (noconfigdirs): Replace [ ] with test.
2711 * configure.in (noconfigdirs): Do not add target-newlib if
2712 target == i[3456]86-*-linux*, and host == target.
2714 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2716 * configure.in: delete reference to absent file
2718 * configure.in: replace '[' with 'test'
2720 * configure.in: Eliminate references to gash.
2721 * Makefile.in: Eliminate references to gash.
2723 * configure.in: remove useless references to 'pic' makefile fragments.
2725 * configure.in: (*-*-windows*) Finish removing.
2727 * configure.in: Eliminate redundant test for libgui.
2729 2002-04-29 Roger Sayle <roger@eyesopen.com>
2731 * MAINTAINERS: Add self and realphabetize. Update entries
2732 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2733 entry for a29k port maintainer.
2735 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2737 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2738 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2740 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2742 * configure.in: remove references to dead files
2744 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2746 * MAINTAINERS: Add information about purpose of this file.
2748 2002-04-18 Tom Tromey <tromey@redhat.com>
2750 * configure.in: Disallow configuring libgcj when it is already
2751 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2752 Solaris 2.8 by default. For PR libgcj/6158.
2754 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2756 * configure.in: Move default CC setting out of config/mh-* fragments
2759 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2761 * configure.in: don't even try to configure or make a subdirectory
2762 if there's no configure script for it.
2764 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2766 * MAINTAINERS: Remove chill maintainers.
2767 * Makefile.in (CHILLFLAGS): Remove.
2768 (CHILL_LIB): Remove.
2769 (TARGET_CONFIGDIRS): Remove libchill.
2770 (CHILL_FOR_TARGET): Remove.
2771 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2773 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2774 (CHECK_TARGET_MODULES): Likewise.
2775 (INSTALL_TARGET_MODULES): Likewise.
2776 (CLEAN_TARGET_MODULES): Likewise.
2777 (configure-target-libchill): Remove.
2778 (all-target-libchill): Remove.
2779 * configure.in (target_libs): Remove target-libchill.
2780 Do not compute CHILL_FOR_TARGET.
2781 * libchill: Remove directory.
2783 2002-04-11 DJ Delorie <dj@redhat.com>
2785 * Makefile.in, configure.in: Sync with binutils, entries
2788 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2790 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2791 (do-tar, do-bz2): New rules.
2792 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2793 (gdb-tar): New rule.
2794 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2795 (insight_dejagnu.tar): New rule.
2796 (insight.tar): New rule.
2797 (gdb+dejagnu.tar): New rule.
2798 (gdb.tar): New rule.
2800 2002-02-01 Mo DeJong <supermo@bayarea.net>
2802 * Makefile.in: Add all-tix to deps for all-snavigator
2803 so that tix is built when building snavigator.
2805 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2807 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2808 ld and gdb are not supported.
2810 2002-01-07 Mark Salter <msalter@redhat.com>
2812 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2813 Allow target-libgloss to be built for arm, strongarm, and xscale.
2815 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2817 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2818 options for i[3456]86-pc-linux* native builds.
2820 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2822 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2823 files from .po files for a distribution.
2825 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2827 * configure.in: Enable libstdc++-v3 for h8300 targets.
2829 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2831 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2834 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2836 * Makefile.in (VER): When present, extract the version number from
2837 the file version.in.
2839 2001-05-24 Tom Rix <trix@redhat.com>
2841 * configure.in : enable ld for aix
2843 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2845 * config.guess: Add linux target for S/390.
2847 2000-11-07 Philip Blundell <pb@futuretv.com>
2849 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2851 2000-11-03 Philip Blundell <pb@futuretv.com>
2853 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2856 2001-01-15 Ben Elliston <bje@redhat.com>
2858 * configure.in (host_tools): Add sid.
2859 Always configure cgen.
2861 2000-11-24 Nick Clifton <nickc@redhat.com>
2863 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2866 2000-08-20 Doug Evans <dje@casey.transmeta.com>
2868 * Makefile.in (ALL_MODULES): Add all-cgen.
2869 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2870 (all-cgen): New target.
2871 (all-opcodes,all-sim): Depend on all-cgen.
2872 * configure.in (host_tools): Add cgen.
2873 Only configure cgen if --enable-cgen-maint.
2875 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
2877 * configure.in: Add *-*-freebsd* configurations.
2879 2002-04-08 Tom Tromey <tromey@redhat.com>
2881 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2882 Fixes PR libgcj/6068.
2884 2002-03-30 Krister Walfridsson <cato@df.lth.se>
2886 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2888 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2890 * configure.in (alpha*-dec-osf*): Enable libgcj.
2892 2003-03-27 Matthew Gingell <gingell@gnat.com>
2894 * MAINTAINERS (Write After Approval): Add myself.
2896 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2898 Fix for: PR bootstrap/3591, target/5676
2899 * configure.in (mcore-pe): Disable the configuration of
2900 libstdc++-v3 since exceptions are not supported.
2902 2002-03-20 Anthony Green <green@redhat.com>
2904 * configure.in: Enable libgcj for xscale-elf target.
2906 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2908 * MAINTAINERS: Update my email address.
2910 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
2912 * ltmain.sh (relink_command): Fix typo in previous change.
2914 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2916 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2917 (relink_command): Added --tag flags.
2918 (mode=install): If relinking fails; error out.
2920 2002-03-12 Richard Henderson <rth@redhat.com>
2922 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2924 (do-check): Rename from check.
2925 (check): Allow parallel check.
2927 2002-03-12 Bob Wilson <bob.wilson@acm.org>
2929 * MAINTAINERS: Add myself as maintainer for xtensa port.
2930 Fix alphabetical order in CPU port maintainer list.
2931 Remove myself from Write After Approval list.
2933 2002-03-11 Richard Henderson <rth@redhat.com>
2935 * Makefile.in (.NOTPARALLEL): Add fake tag.
2937 2002-03-07 H.J. Lu (hjl@gnu.org)
2939 * configure.in: Enable gprof for mips*-*-linux*.
2941 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2943 * MAINTAINERS (Write After Approval): Add myself.
2945 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
2947 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2949 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2951 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
2953 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2954 because its Makefile is there; test for the executable instead.
2956 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
2958 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2959 libstdc++-v3 and libjava.
2961 2002-02-11 Adam Megacz <adam@xwt.org>
2963 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2966 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
2968 * config.guess: Updated to 2002-01-30's version.
2969 * config.sub: Updated to 2002-02-01's version.
2970 Contribute sh64-elf.
2971 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2972 * configure.in: Added sh64-*-*.
2974 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2976 * MAINTAINERS: Belatedly add myself to write after approval list.
2978 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2980 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2981 Remove self as Write After Approval.
2983 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
2985 * MAINTAINERS: Put self in as maintainer for contrib/regression
2988 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
2990 * MAINTAINERS: Update my email address.
2992 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2994 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2995 target-libiberty, and target-libgloss. Skip Java-related
2996 libraries if not supported for NetBSD on target CPU.
2998 2002-01-25 Douglas B Rupp <rupp@gnat.com>
3000 * install-sh: Use _inst.$$_ for temp file name.
3002 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
3004 * MAINTAINERS (Write After Approval): Move my contact info
3006 (OS Port Maintainers): ...to here (netbsd).
3008 2002-01-22 Bob Wilson <bob.wilson@acm.org>
3010 * MAINTAINERS (Write After Approval): Add myself.
3012 2002-01-17 H.J. Lu <hjl@gnu.org>
3014 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3015 (all-target-fastjar): Also depend on all-target-libiberty.
3017 2002-01-16 H.J. Lu (hjl@gnu.org)
3019 * config.guess: Import from master sources, rev 1.225.
3020 * config.sub: Import from master sources, rev 1.238.
3022 2002-01-16 Kazu Hirata <kazu@hxi.com>
3024 * MAINTAINERS (Write After Approval): Remove myself.
3026 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
3028 * MAINTAINERS (Write After Approval): Add myself.
3030 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
3032 * MAINTAINERS: Add self as docs co-maintainer.
3034 2001-12-11 Matthias Klose <doko@debian.org>
3036 * MAINTAINERS (Write After Approval): Add myself.
3038 2001-12-09 Zack Weinberg <zack@codesourcery.com>
3040 * MAINTAINERS: Update my email address.
3042 2001-12-07 Turly O'Connor <turly@apple.com>
3043 * MAINTAINERS (Write After Approval): Add myself.
3044 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3045 (rs6000_initialize_trampoline): Call __trampoline_setup for
3047 * darwin-tramp.asm: New file, implements __trampoline_setup.
3048 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3050 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3052 * MAINTAINERS (Write After Approval): Add myself.
3054 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3056 * configure, configure.in: Use temp file for long sed commands.
3058 2001-12-03 Laurent Guerby <guerby@acm.org>
3060 * config.sub: Update to version 1.232 on subversion.
3062 2001-12-03 Ben Elliston <bje@redhat.com>
3064 * MAINTAINERS: Update mail address for config.* patches.
3066 2001-11-27 DJ Delorie <dj@redhat.com>
3067 Zack Weinberg <zack@codesourcery.com>
3069 When build != host, create libiberty for the build machine.
3071 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3073 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3075 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3077 (all.normal): Depend on ALL_BUILD_MODULES.
3078 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3079 (all-build-libiberty): Depend on configure-build-libiberty.
3081 * configure: Calculate and substitute proper value for
3083 * configure.in: Create the build subdirectory.
3084 Calculate and substitute TARGET_CONFIGARGS (formerly
3085 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3087 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3089 * MAINTAINERS (write-after-approval): Add self.
3091 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3093 * MAINTAINERS (GNATS only accounts): Remove self.
3095 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3097 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3100 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3102 * MAINTAINERS (Write After Approval): Add self.
3104 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3106 * MAINTAINERS: mips and s390 are also CPU ports.
3108 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3110 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3112 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3114 * MAINTAINERS: Alphabetize.
3116 2001-11-09 Kazu Hirata <kazu@hxi.com>
3118 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3120 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3122 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3124 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3126 * configure.in (--enable-languages): Be more permissive about
3127 syntax. Check for empty lists better. Warn about $LANGUAGES.
3129 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3131 * config.sub: Import from master sources, rev. 1.230.
3132 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3134 2001-11-07 Laurent Guerby <guerby@acm.org>
3136 * MAINTAINERS (Write After Approval): Add self.
3138 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3140 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3142 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3144 * config.sub: Import from master sources, rev 1.226.
3145 * config.guess: Import from master sources, rev 1.216.
3147 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3149 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3150 * MAINTAINERS: Add self as maintainer of MMIX port.
3151 Remove old after-approval entry.
3153 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3155 * ChangeLog, configure: Fix spelling errors.
3157 2001-10-20 Brendan Kehoe <brendan@zen.org>
3159 * MAINTAINERS: Tweak my address.
3161 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
3163 * MAINTAINERS: Update my email address.
3165 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3167 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3168 * MAINTAINERS: Add self as maintainer of CRIS port.
3170 2001-10-10 Geert Bosch <bosch@gnat.com>
3172 * MAINTAINERS (Various maintainers: Ada front end):
3175 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3177 * MAINTAINERS (Write After Approval): Added self
3179 2001-10-02 Geert Bosch <bosch@gnat.com>
3181 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3183 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3185 * configure: Handle temporary files securely using mkdir.
3187 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3189 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3191 2001-09-26 Will Cohen <wcohen@redhat.com>
3193 * configure.in (*-*-linux*): Disable configuration of target-newlib
3194 and target-libgloss.
3196 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3198 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3201 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3203 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3204 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3205 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3206 avoid quotes nesting problems.
3207 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3208 (DO_X): Export only variables that are set.
3210 2001-09-19 Ben Elliston <bje@redhat.com>
3212 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3213 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3214 semantics. Use the shell built-in "type" command instead.
3216 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3218 Merged from gcc-3_0-branch:
3219 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3220 * ltcf-c.sh: Use $objext, not $ac_objext.
3221 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3222 * ltcf-cxx.sh: Add support for GNU.
3223 2001-07-22 Timothy Wall <twall@redhat.com>
3224 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3225 default settings if using GNU tools with that configuration.
3226 * ltcf-cxx.sh: Ditto.
3227 * ltcf-gcj.sh: Ditto.
3228 2001-07-21 Michael Chastain <chastain@redhat.com>
3229 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3230 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3231 * ltmain.sh: Mark as gcc-local.
3233 2001-08-30 Eric Christopher <echristo@redhat.com>
3234 Jason Eckhardt <jle@redhat.com>
3236 * config.guess: Merge from master sources.
3237 * config.sub: Merge from master sources, add support for mipsisa32.
3239 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3240 * config.sub: Merge from master sources, rev 1.219.
3241 * MAINTAINERS: Add self as contact for stormy16 port.
3243 2001-08-14 Zack Weinberg <zackw@panix.com>
3245 * config.sub: Merge from master sources, rev 1.218.
3246 * config.guess: Merge from master sources, rev 1.209.
3248 2001-08-11 Graham Stott <grahams@redhat.com>
3250 * Makefile.in (check-c++): Add missing semicolon.
3252 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3254 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3256 2001-07-30 Eric Christopher <echristo@redhat.com>
3258 * MAINTAINERS (Various maintainers: mips port): Added myself.
3260 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3262 * configure.in (sh-*-linux*): New.
3264 2001-07-27 Richard Henderson <rth@redhat.com>
3266 * .cvsignore: Add LAST_UPDATED.
3268 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3270 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3272 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3274 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3276 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3278 * MAINTAINERS (Write After Approval): Added myself.
3280 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3282 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3283 and libgcj on m68hc11/m68hc12.
3285 2001-06-27 H.J. Lu (hjl@gnu.org)
3287 * Makefile (CFLAGS_FOR_BUILD): New.
3288 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3290 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3292 * README: Remove version number.
3294 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3296 * INSTALL/README: Update wrt. to the installation instructions now
3297 residing in gcc/doc/install.texi.
3299 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3301 * README: Replace with a cut-down and updated version of gcc/README.
3303 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3305 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3306 multilibs to be disabled.
3308 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3310 * MAINTAINERS (Write After Approval): Add myself.
3312 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3314 * config.guess: Import CVS version 1.195.
3315 * config.sub: Import CVS version 1.212.
3317 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3319 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3320 gcc/xgcc is built, use -print-prog-name to find out the program
3323 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3325 * config.guess: Import CVS version 1.194. All gcc-local changes
3326 appear to also be in the master copy.
3327 * config.sub: Import CVS version 1.211.
3329 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3331 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3332 with_gcc]: Use `gcc -shared' to build a shared library.
3334 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3336 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3339 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3341 * MAINTAINERS (Write After Approval): Add myself.
3343 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3345 * configure.in (libstdcxx_flags): Do not try to execute
3346 libstdc++-v3/testsuite_flags until it exists.
3348 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3350 * MAINTAINERS: Update my email address.
3352 2001-05-31 Graham Stott <grahams@redhat.com>
3354 * MAINTAINERS (Write After Approval): Add myself.
3356 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3358 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3359 libraries when using g++ with native linker.
3361 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3363 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3365 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3367 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3368 [aix4*|aix5*]: Prepend blank.
3370 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3372 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3373 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3374 of subdir/configure scripts to use the new libtool.m4.
3376 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3378 * MAINTAINERS (Write After Approval): Add myself.
3380 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3382 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3384 2001-05-11 Ben Elliston <bje@redhat.com>
3386 * Makefile.in (all-sid): New target.
3387 (check-sid, clean-sid, install-sid): Likewise.
3389 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3391 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3393 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3395 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3398 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3400 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3401 gcc/xgcc is built, use -print-prog-name to find out the program
3404 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3406 * configure.in (noconfigdirs): Don't reset it from scratch in the
3407 target case; only append to it.
3409 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3410 sparc-*-solaris2.8]: Disable ${libgcj}.
3412 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3414 * configure.in (libgcj_saved): Copy from $libgcj.
3415 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3418 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3420 * MAINTAINERS: Remove self as MIPS maintainer and
3421 C front end maintainer.
3423 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3425 * configure.in: Move *-chorusos target case to the proper switch.
3428 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3430 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3433 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3435 * Makefile.in (STAGE1_CFLAGS): Pass down.
3437 2001-04-13 Alan Modra <amodra@one.net.au>
3439 * config.guess: Add hppa64-linux support. Note for next import that
3440 this is already in the master file.
3441 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3443 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3445 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3446 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3448 2001-04-11 Stan Shebs <shebs@apple.com>
3450 * MAINTAINERS: Add self as Darwin port maintainer.
3452 2001-04-11 Alan Modra <amodra@one.net.au>
3454 * MAINTAINERS: Update my email address.
3456 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3458 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3459 recent versions of FreeBSD (release 3 or later).
3460 * ltconfig: On FreeBSD, -lc must not be provided when building
3461 a shared library or else the standard -pthread gcc option is
3462 rendered worthless to later users of the built library.
3464 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3466 * MAINTAINERS: Add self and RTH as C front end maintainers.
3468 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3470 * config.sub: Make sure to match an already-canonicalized
3471 machine name (eg. mn10300-unknown-elf).
3473 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3475 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3477 (bootstrap, cross): Use RECURSE_FLAGS.
3478 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3480 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3482 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3484 2001-03-22 Colin Howell <chowell@redhat.com>
3486 * Makefile.in (DO_X): Do not backslash single-quotes in
3487 backquotes (two places).
3489 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3492 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3493 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3494 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3495 * ltcf-cxx.sh: Likewise.
3496 * ltcf-gcj.sh: Likewise.
3498 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3500 * MAINTAINERS: Add myself as "documentation co-maintainer".
3502 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3504 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3505 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3507 2001-03-19 Tom Tromey <tromey@redhat.com>
3509 * config-ml.in: Handle GCJ and GCJFLAGS.
3511 2001-03-21 Michael Chastain <chastain@redhat.com>
3513 * Makefile.in: all-m4 depends on all-texinfo.
3515 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3517 * MAINTAINERS: Add myself to write after approval list.
3519 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3521 * Makefile.in (DO_X): Quote nested quotes.
3523 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3525 * MAINTAINERS: Add myself to write after approval list.
3527 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3529 * Makefile.in (DO_X): Use double quotes for quoting
3530 "RANLIB=$${RANLIB}".
3532 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3534 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3536 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3538 * configure.in: Only use `lang_requires' for languages athat are
3541 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3543 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3545 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3547 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3549 2001-03-07 Tom Tromey <tromey@redhat.com>
3551 * configure.in: Allow config-lang.in to set `lang_requires' to list
3552 of other required languages.
3554 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3556 * Makefile.in: Remove RANLIB definition. Use RANLIB
3557 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3558 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3560 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3561 Alexandre Oliva <aoliva@redhat.com>
3563 * Makefile.in (check-c++): Use tabs, not spaces.
3565 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
3567 * MAINTAINERS: add myself to Write After Approval list.
3569 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3571 * Makefile.in (check-c++): New rule.
3573 * configure.in (target_libs): Remove libg++.
3574 (noconfigdirs): Remove libg++.
3575 (noconfigdirs): Same.
3576 (noconfigdirs): Same.
3577 (noconfigdirs): Same.
3579 * config-ml.in: Remove libg++ references.
3581 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3582 (ALL_TARGET_MODULES): Same.
3583 (configure-target-libg++): Remove.
3584 (all-target-libg++): Remove.
3585 (configure-target-libio): Remove.
3586 (all-target-libio): Remove.
3587 (check-target-libio): Remove.
3589 (libg++.tar.bz2): Remove.
3590 (all-target-cygmon): Remove libio.
3591 (all-target-libstdc++): Remove.
3592 (configure-target-libstdc++): Remove.
3593 (TARGET_LIB_PATH): Remove libstdc++.
3594 (ALL_GCC_CXX): Remove libstdc++.
3595 (all-target-gperf): Correct.
3597 2001-02-16 Nick Clifton <nickc@redhat.com>
3599 * configure.in (noconfigdirs): Allow configuration of texinfo
3602 2001-02-15 Anthony Green <green@redhat.com>
3604 * configure: Introduce GCJ_FOR_TARGET.
3605 * configure.in: Ditto.
3606 * Makefile.in: Ditto.
3608 2001-02-13 Andreas Schwab <schwab@suse.de>
3610 * MAINTAINERS: Update mail address.
3612 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3614 * config.guess: Add linux target for S/390.
3615 * config.sub: Likewise.
3617 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3619 * configure.in: for *-chorusos, don't config target-newlib and
3622 2001-02-06 Ben Elliston <bje@redhat.com>
3624 * configure: Output host type to stdout, not stderr.
3626 2001-02-05 Mark Mitchell <mark@codesourcery.com>
3628 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3629 * ltcf-cxx.sh: Likewise.
3631 * config.if: Assume enable_libstdcxx_v3 is defined.
3633 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3635 Remove V2 C++ library.
3636 * configure.in: Remove --enable-libstdcxx_v3 support.
3638 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3640 * include/demangle.h: Add prototype for java_demangle_v3.
3642 2001-01-29 Phil Edwards <pme@sources.redhat.com>
3644 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3646 2001-01-27 Richard Henderson <rth@redhat.com>
3648 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3650 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3652 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3653 Don't unset, it's non-portable and no longer necessary, set to empty
3656 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3658 * ltconfig: Shell portability fix for the tagname validity check.
3660 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
3662 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3663 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3665 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3667 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3669 2001-01-26 Tom Tromey <tromey@redhat.com>
3671 * configure.in: Allow libgcj to be built on Sparc Solaris.
3673 2001-01-25 David Edelsohn <edelsohn@gnu.org>
3675 * ltcf-c.sh: Add aix5 case.
3676 * ltcf-cxx.sh: Likewise.
3677 * ltconfig: Likewise.
3679 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
3681 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3682 keep at least one of build_libtool_libs or build_old_libs set to
3685 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3686 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3688 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3690 * configure.in: Enable libgcj on several additional platforms.
3692 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3694 * configure.in: Enable libgcj for linux targets.
3696 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3698 * MAINTAINERS (Write After Approval): Add myself.
3700 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3702 * MAINTAINERS: Add myself as vax port maintainer.
3704 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3706 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3708 2001-01-09 Mike Stump <mrs@wrs.com>
3710 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3711 failures of subdirectories.
3713 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3715 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3716 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3717 * ltcf-cxx.sh: Likewise.
3718 * ltcf-gcj.sh: Likewise.
3719 * ltconfig.sh: Fix typo.
3721 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3723 * configure: handle DOS-style absolute paths.
3725 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3727 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3729 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3731 * MAINTAINERS: Add myself as avr port co-maintainer.
3733 2000-12-28 Ben Elliston <bje@redhat.com>
3735 * MAINTAINERS: Add myself under ``Write After Approval''.
3737 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3739 * texinfo: Remove directory from GCC.
3741 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3743 * COPYING: Update to current
3744 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3745 to 19yy as example year in copyright notice).
3747 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3749 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3750 (libstdcxx_incdir): Pass down.
3751 * config.if: Remove expired bits for cxx_interface, add stub.
3752 (libstdcxx_incdir): Add variable for g++ include directory.
3753 * configure.in (gxx_include_dir): Use it.
3755 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3757 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
3758 with old-email address from ``Write After Approval''.
3760 2000-12-15 Andreas Jaeger <aj@suse.de>
3762 * configure.in: Handle lang_dirs.
3764 2000-12-14 Tom Tromey <tromey@redhat.com>
3766 * MAINTAINERS: Removed brads.
3768 * MAINTAINERS: Added gcj developers.
3770 2000-12-13 Anthony Green <green@redhat.com>
3772 * configure.in: Disable libgcj for any target not specifically
3773 listed. Disable libgcj for x86 and Alpha Linux until compatible
3776 2000-12-13 Mike Stump <mrs@wrs.com>
3778 * Makefile.in (local-distclean): Also remove fastjar.
3780 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
3782 * contrib/gcc_update: Add fastjar --touch entries.
3784 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
3786 * configure.in: Disable language-specific target libraries for
3787 languages that aren't enabled.
3789 2000-12-10 Anthony Green <green@redhat.com>
3791 * configure.in: Define libgcj. Disable libgcj target libraries for
3794 2000-12-10 Neil Booth <neilb@earthling.net>
3796 * MAINTAINERS: Update mail address, remove from WAA list.
3798 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3800 * libjava: Imported from /cvs/java.
3802 * Boehm-gc: Likewise.
3804 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3806 * configure.in (target_libs): Revert 2000-12-08 patch.
3807 (noconfigdirs): Added target-libjava.
3809 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3811 * djunpack.bat: removed.
3813 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3815 * Makefile.in: handle DOS-style absolute paths.
3816 * config-ml.in: likewise.
3817 * symlink-tree: likewise.
3819 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3821 * fastjar: Imported.
3823 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3825 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3827 * configure.in (target_libs): Removed `target-libjava'.
3829 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3831 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3832 (ALL_MODULES): Added fastjar.
3833 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3834 (all-target-libjava): all-fastjar replaces all-zip.
3835 (all-fastjar): Added.
3836 (configure-target-fastjar, all-target-fastjar): Likewise.
3837 * configure.in (host_tools): Added fastjar.
3839 2000-12-07 Mike Stump <mrs@wrs.com>
3841 * Makefile.in (local-distclean): Remove leftover built files.
3843 2000-11-24 Nick Clifton <nickc@redhat.com>
3845 * configure.in (xscale-elf): Add target.
3846 (xscale-coff): Add target.
3848 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
3850 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3851 recent versions of FreeBSD (release 3 or later).
3852 * ltconfig: On FreeBSD, -lc must not be provided when building
3853 a shared library or else the standard -pthread gcc option is
3854 rendered worthless to later users of the built library.
3856 2000-11-16 Fred Fish <fnf@be.com>
3858 * configure.in (enable_libstdcxx_v3): Fix typo,
3859 libstd++ -> libstdc++.
3861 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3863 * MAINTAINERS: Add self to Write After Approval list.
3865 2000-11-21 Bernd Schmidt <bernds@redhat.com>
3867 * MAINTAINERS: Update my email address. Add myself to global write
3870 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
3872 * Makefile.in: Merge with src and libgcj.
3873 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3874 configure-target-<library> when their configure scripts need the C
3875 or C++ library to have already been built to work properly.
3876 (do_proto_toplev): Set them to an empty string.
3878 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3879 (REALLY_SET_LIB_PATH): Use them.
3881 2000-11-17 Stan Shebs <shebs@apple.com>
3883 * MAINTAINERS: Add self to Write After Approval list.
3885 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3887 * configure: Provide the original toplevel configure arguments
3888 (including $0) to subprocesses in the environment rather than
3889 through gcc/configargs.h.
3891 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3893 * MAINTAINERS: Remove references to cccp. Change C9X reference to
3894 C99. Alphabetise "Write After Approval" list.
3896 2000-11-12 Mark Mitchell <mark@codesourcery.com>
3898 * configure: Turn on libstdc++ V3 by default.
3900 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
3903 2000-11-11 Philip Blundell <philb@gnu.org>
3905 * MAINTAINERS: Add self to Write After Approval list.
3907 2000-11-09 David Edelsohn <edelsohn@gnu.org>
3909 * ltcf-c.sh (aix4): Improve shared library configuration; require
3911 * ltcf-cxx.sh (aix4): Define.
3912 * ltconfig (aix4): Define library and soname specs appropriate for
3913 AIX. Define command to create export symbols list.
3915 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
3917 * config.sub: Add support for Sun Chorus
3919 2000-10-31 Nick Clifton <nickc@redhat.com>
3921 * MAINTAINERS: Rename <name>@cygnus.com addresses to
3922 <name>@redhat.com. Also installed new email address for Clint
3925 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
3927 * etc: Remove directory from GCC.
3929 2000-10-16 Michael Meissner <meissner@redhat.com>
3931 * configure (gcc/configargs.h): Only create if there is a build GCC
3934 2000-10-16 Matthias Klose <doko@debian.org>
3936 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
3937 when configured for libstdc++-v3.
3939 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
3941 * configure: Save configure arguments to gcc/configargs.h.
3943 2000-10-04 Philipp Thomas <pthomas@suse.de>
3945 * config.guess: Import CVS version 1.157.
3946 * config.sub: Import CVS version 1.181.
3948 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
3950 * Makefile.in (bootstrap): avoid recursion if subdir missing
3952 (do-proto-toplev): ditto
3954 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
3956 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
3957 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
3959 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
3960 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3961 all affected `configure' scripts.
3963 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
3965 * MAINTAINERS: Add self as cpplib co-maintainer.
3967 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
3969 * MAINTAINERS: Add self to Write After Approval list.
3971 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3973 * INSTALL/README: egcs -> GCC update.
3975 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
3977 * MAINTAINERS: Add myself to Write After Approval list.
3979 2000-09-15 Kazu Hirata <kazu@hxi.com>
3981 * MAINTAINERS: Add myself to Write After Approval list.
3983 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3985 * configure.in: Do not build byacc for hppa64. Provide paths to the
3986 X11 libraries for hppa64.
3988 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3990 * MAINTAINERS: Add myself as 68hc11 port maintainer.
3992 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3994 * Makefile.in (all-zlib): Added dummy target.
3996 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3997 ltcf-gcj.sh: Updated from libtool multi-language branch.
3999 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
4001 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4002 (bootstrap*): Depend on all-bootstrap.
4004 2000-09-05 Philipp Thomas <pthomas@suse.de>
4006 * config.guess: Import CVS version 1.156.
4007 * config.sub: Import CVS version 1.179.
4009 2000-09-02 Anthony Green <green@cygnus.com>
4011 * Makefile.in (all-gcc): Depend on all-zlib.
4012 (CLEAN_MODULES): Add clean-zlib.
4013 (ALL_MODULES): Add all-zlib.
4014 * configure.in (host_libs): Add zlib.
4016 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4018 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4019 crosses, but add gcc/include to the header search path for them.
4021 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
4023 * MAINTAINERS: Add self to Write After Approval list.
4025 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4027 * config.guess: Import CVS version 1.152.
4028 * config.sub: Import CVS version 1.177.
4030 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
4032 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4033 $targargs to tell whether newlib is going to be built.
4035 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4036 $$r/TARGET_SUBDIR/libio for _G_config.h.
4038 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
4040 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
4042 2000-08-22 DJ Delorie <dj@redhat.com>
4044 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
4046 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4048 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4049 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4052 2000-08-21 DJ Delorie <dj@redhat.com>
4054 * MAINTAINERS: Add self as a libiberty maintainer
4056 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
4058 * configure.in (libstdcxx_flags): Use
4059 libstdc++-v3/src/libstdc++.INC.
4061 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
4063 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4065 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4067 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4069 * configure: Make enable_threads and enable_shared defaults
4070 explicit. Substitute enable_threads into generated Makefiles.
4071 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4072 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4074 2000-08-13 Geoff Keating <geoffk@cygnus.com>
4076 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
4078 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
4080 * config-ml.in (CC): Remove bogus duplicate quotation mark from
4083 2000-08-11 Jason Merrill <jason@redhat.com>
4085 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4086 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4087 (FLAGS_FOR_TARGET): Not here.
4088 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4090 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
4092 * config-ml.in (CC, CXX): Don't introduce a leading space.
4094 2000-08-07 DJ Delorie <dj@delorie.com>
4096 * MAINTAINERS: Add self as a DJGPP maintainer
4098 2000-08-07 DJ Delorie <dj@redhat.com>
4100 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4101 "if we're also building gcc, and it's a gcc that will run on the
4102 build machine, we want to use its includes instead of the system's
4105 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
4107 * MAINTAINERS: Add self to Write After Approval list.
4109 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
4111 * configure.in (libstdcxx_flags): Don't use `"'.
4113 * config-ml.in: Adjust multilib search paths to the
4114 appropriate multilib tree.
4116 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
4118 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4119 commas in $LANGUAGES.
4121 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
4123 * configure.in: Re-enable all references to libg++ and librx.
4125 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
4127 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
4128 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
4129 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
4130 * ltcf-cxx.sh (need_lc): Set based on postdeps.
4132 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4134 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
4136 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4137 CXX_FOR_TARGET for sed.
4139 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
4141 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4142 Do not override if already set in the environment or in configure.
4143 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4144 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4146 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
4148 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
4149 the libtool CVS tree multi-language branch.
4150 * ltconfig, ltmain.sh: Updated.
4152 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
4154 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
4155 (clean-target): Depend on it.
4157 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4158 (GCC_FOR_TARGET): Use it.
4159 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4160 * configure.in: ... here.
4161 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4162 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4164 2000-07-24 Eric Christopher <echristo@cygnus.com>
4166 * MAINTAINERS: Add self to Write After Approval list.
4168 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
4170 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4171 (configure-target-libchill, configure-target-libobjc): Likewise.
4173 * configure.in: Use the same cache file for all target libs.
4174 * config-ml.in: But different cache files per multilib variant.
4176 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4178 * configure (topsrcdir): Don't use dirname.
4180 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
4182 * MAINTAINERS: Add self to Write After Approval list.
4184 2000-07-20 Jason Merrill <jason@redhat.com>
4186 * configure.in: Remove all references to libg++ and librx.
4188 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4190 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4192 * config.sub: Update to subversions version 2000-07-06.
4194 2000-07-12 Andrew Haley <aph@cygnus.com>
4196 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4197 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4199 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
4201 * symlink-tree: Check number of arguments.
4203 2000-07-05 Jim Wilson <wilson@cygnus.com>
4205 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4206 search path for a g++ extracted from the build tree. This
4207 will allow link tests run by configure scripts in
4208 subdirectories to succeed.
4210 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4212 * ltconfig: Add support for mips-dde-sysv4.2MP
4214 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4216 * MAINTAINERS: Add myself as loop discovery maintainer.
4218 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4220 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4221 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4223 2000-06-19 Timothy Wall <twall@cygnus.com>
4225 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4226 * config.sub: Add tic54x target.
4228 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
4230 * MAINTAINERS: Add self as Fortran maintainer,
4231 remove Craig Burley.
4233 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
4235 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4236 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4238 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
4240 * MAINTAINERS: Add self as i18n maintainer
4242 20000-05-21 H.J. Lu (hjl@gnu.org)
4244 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4245 directory are used if they exist. Make sure
4246 $(build_tooldir)/include is searched for header files,
4247 $(build_tooldir)/lib/ for library files.
4248 (GCC_FOR_TARGET): Likewise.
4249 (CXX_FOR_TARGET): Likewise.
4251 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
4253 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4255 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
4257 * Makefile.in (configure-target-libiberty): Depend on
4258 configure-target-newlib.
4260 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4262 * configure.in, Makefile.in: Merge all libffi-related
4263 configury stuff from the libgcj tree.
4265 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
4267 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4268 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4270 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4272 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4273 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4274 current version information. Add to proto-toplev directory.
4275 (gdb-taz): Build do-djunpack.
4277 2000-05-15 David Edelsohn <edelsohn@gnu.org>
4279 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4281 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
4283 * MAINTAINERS: Add self to Write After Approval list.
4285 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4287 * ltmain.sh: Preserve in relink_command any environment
4288 variables that may affect the linker behavior.
4290 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
4292 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4294 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
4296 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4298 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4300 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
4301 with the version name.
4303 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
4305 * MAINTAINERS: Add self as bb-reorder maintainer.
4307 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
4311 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4313 * djunpack.bat: New file.
4315 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
4317 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4318 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4319 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4320 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
4322 2000-04-16 Dave Pitts <dpitts@cozx.com>
4324 * config.sub (case $basic_machine): Change default for "ibm-*"
4327 2000-04-13 Andreas Jaeger <aj@suse.de>
4329 * MAINTAINERS: Added myself.
4331 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4333 * Makefile.in (gdb-taz): New target. GDB specific archive.
4334 (do-md5sum): New target.
4336 (PACKAGE): Default to TOOL.
4337 (VER): Default to a shell script.
4338 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4339 md5 checksum generation.
4340 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4341 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4342 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4343 insight.tar.bz2): Use gdb-taz to create archive.
4345 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4347 * configure (warn_cflags): Delete.
4349 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
4351 * MAINTAINERS: Added myself.
4353 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
4354 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
4356 * configure.in (enable_libstdcxx_v3): Add.
4357 (target_libs): Add bits here to switch between libstdc++-v2 and
4359 * config.if: And this file too.
4360 * Makefile.in: Add libstdc++-v3 targets.
4362 2000-04-05 Michael Meissner <meissner@redhat.com>
4364 * config.sub (d30v): Add d30v as a basic machine type.
4366 2000-03-29 Jason Merrill <jason@casey.cygnus.com>