1 2004-08-19 Michael Koch <konqueror@gmx.de>
3 * gcc/doc/install.texi: Update entry about automake for libjava.
5 2004-08-17 Robert Millan <robertmh@gnu.org>
7 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9 * configure: Regenerate.
11 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
13 * Makefile.in: Regenerate.
14 * configure: Regenerate.
16 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
18 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
19 for bootstrapped modules if toplevel bootstrap is going.
20 (GCC bootstrap): Generate per-stage targets for all bootstrapped
21 modules. Adjust for changes in Makefile.def. Enable several
22 rules even in non-bootstrap mode, just to avoid peppering the
23 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
24 (stage-[+prev+]-bubble): Remove.
26 * Makefile.def (Dependencies): Depend on all-build-bison,
27 all-build-flex, all-build-byacc, all-build-texinfo, rather
28 than the host variations.
29 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
31 (BISON): Update for recent Bisons.
33 (cross): Depend on all-build.
34 (all): Do not depend on all-build.
35 (prebootstrap): Remove.
36 (dep-kind): Accept separate prefixes for MODULE and ON variables.
37 (Prebootstrap dependencies): Add them to the per-stage targets
38 and to all-prebootstrap.
39 * configure.in (build_configdirs): Always enable build_tools.
40 (BUILD_DIR_PREFIX): Remove.
42 * Makefile.def (gcc): Add target variable.
43 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
44 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
45 in the recursive `make', instead of hardwiring `all'.
46 (Autogenerated TARGET-* variables): New.
48 2004-08-13 Brian Booth <bbooth@redhat.com>
50 * MAINTAINERS: Remove myself from write-after-approval.
52 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
54 * src-release: Stop distributing mmalloc with gdb (which doesn't
56 * Makefile.def: GDB doesn't depend on mmalloc anymore.
57 * Makefile.in: Regenerate.
59 2004-08-09 Mark Mitchell <mark@codesourcery.com>
61 * configure.in (arm*-*-eabi*): New target.
62 * configure: Regenerate.
64 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
66 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
67 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
68 (Dependencies): New section.
69 * Makefile.tpl (Dependencies): Generate from Makefile.def.
70 (configure-target-[+module+]): Depend on maybe-all-gcc
71 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
72 (toplevel profiledbootstrap): Fix dependencies.
73 * Makefile.in: Regenerate.
75 2004-08-03 Mark Mitchell <mark@codesourcery.com>
77 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
78 target-libiberty to noconfigdirs.
79 * configure: Regenerate.
81 2004-08-03 Paul Brook <paul@codesourcery.com>
83 * configure.in: Check for MPFR as well as GMP.
84 * configure: Regenerate.
86 2004-08-01 Robert Millan <robertmh@gnu.org>
88 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
89 libmudflap for all GNU-based systems (with Glibc).
90 * configure: Regenerate.
92 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
94 * Makefile.def (host-modules): Add gcc.
95 * Makefile.in: Regenerate.
96 * Makefile.tpl (sorry): New rule.
97 (configure-host, all-host, [+make_target+]-host, do-check,
98 install-host): Do not add gcc as a special case.
99 (host modules): Add a small special-casing for gcc. Export
100 extra_make_flags through the environment.
101 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
102 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
103 other recursive targets for gcc): Remove.
105 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
106 (stage, unstage): New rules.
107 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
108 distclean-stage[+id+]): Use stage_current.
109 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
110 the stage*-start rules.
112 2004-08-02 Geoffrey Keating <geoffk@apple.com>
114 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
117 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
119 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
120 * configure: Regenerate.
122 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
124 * maintainer-scripts/gcc_release: Revert yesterday's change.
126 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
128 * MAINTAINERS: Add myself to write-after-approval.
130 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
133 * gcc/gccbug.in: Updated because of libf2c removal.
134 * maintainer-scripts/gcc_release: Ditto.
136 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
138 * configure.in: Build libmudflap by default on FreeBSD.
139 * configure: Regenerated.
141 2004-07-09 Mark Mitchell <mark@codesourcery.com>
143 * configure.in: Do not build libmudflap by default on non-GNU/Linux
145 * configure: Regenerated.
147 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
150 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
151 feedback based compiler.
152 * Makefile.in: Rebuilt.
154 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
156 * Makefile.def (host_modules): Set bootstrap=true for flex.
157 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
158 * Makefile.in: Rebuilt.
160 2004-07-07 Jan Hubicka <jh@suse.cz>
162 * MAINTAINERS: Add self as a profile feedback maintainer.
164 2004-07-05 Phil Edwards <phil@codesourcery.com>
166 * configure.in: Do not prepend $srcdir to /dev/null in
168 * configure: Regenerate.
170 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
172 * Makefile.def (build_modules): Add bison, byacc, flex,
174 (flags_to_pass): Add FLEX.
175 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
176 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
177 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
178 DEFAULT_MAKEINFO): Remove.
179 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
180 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
181 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
182 objdir or else use configured tool.
185 (Build module dependencies): Add.
186 * Makefile.in: Regenerate.
187 * configure.in: Better support for multiple build modules,
188 matching what is done for host/target modules. Do not look
189 for "plausible" locations of build tools if Canadian cross.
190 Use autoconf's AC_PROG_CC to find a C compiler. Define
191 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
192 * configure: Regenerate.
194 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
196 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
197 * Makefile.in: Regenerate.
199 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
201 * Makefile.tpl (configure-build-[+module+],
202 configure-[+module+], configure-target-[+module+]): Pass
203 [+extra_configure_args+].
204 (all-build-[+module+], all-[+module+], check-[+module+],
205 install-[+module+], [+make_target+]-[+module+],
206 all-target-[+module+], check-target-[+module+],
207 install-target-[+module+], [+make_target+]-target-[+module+]):
208 Pass [+extra_make_args+].
209 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
210 (GCC_HOST_EXPORTS): Remove.
211 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
212 cross, check-gcc, check-gcc-c++, install-gcc,
213 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
214 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
215 * Makefile.in: Regenerate.
217 2004-06-21 Matthew Sachs <msachs@apple.com>
219 * MAINTAINERS: Added self to write-after-approval.
221 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
223 * configure.in: Check for srcdir/winsup rather than build directory
225 * configure: Regenerate.
227 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
229 * configure.in: Don't build Cygwin native newlib if winsup
230 directory is missing. Emit warning instead.
231 * configure: Regenerate.
233 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
235 * Makefile.tpl (touch-stage[+id+]): New.
236 (restage[+prev+]): Depend on touch-stage[+id+].
238 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
241 * Makefile.def: Add profile and feedback bootstrap stages.
242 Remove next field from bootstrap stages.
243 * Makefile.tpl (LN, LN_S): Substitute.
244 (stageN-start, stageN-end): Use double-colon rules, to
245 provide a hook for additional setup commands.
246 (distclean-stageN-gcc, restageN): Create dependencies from
247 [+prev+], not from [+next+].
248 (stageN-bubble): Add commands for successive stages from
249 [+prev+], using double-colon rules.
250 (all-stageN-gcc): Fix typo.
251 (stagefeedback-start, profiledbootstrap): New.
252 * Makefile.in: Regenerate.
253 * configure.in: Call ACX_PROG_LN.
254 * configure: Regenerate.
256 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
258 * MAINTAINERS (Write After Approval): Add myself.
260 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
262 * MAINTAINERS (Write After Approval): Add myself.
264 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
266 * configure.in: Fix --enable-bootstrap breakage introduced in trees
268 * configure: Regenerate.
270 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
272 * Makefile.tpl: Fix typo.
273 * Makefile.in: Regenerate.
275 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
277 * configure.in: Remove new- prefix from toplevel
279 * configure: Regenerate.
281 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
283 * Makefile.tpl (all.normal): Rename to all.
284 (all): Replace with a rule to pick the default
285 target from configure.
286 (all-gcc, configure-gcc): Use conditionals to
287 do nothing when toplevel bootstrap is going on.
288 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
289 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
290 * configure.in: Support --enable-bootstrap.
292 * Makefile.def: Remove new- prefix from toplevel
294 * Makefile.tpl: Likewise.
296 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
299 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
300 $(RECURSE_FLAGS) to recursive invocation of make.
302 * Makefile.in: Regenerate.
303 * configure: Regenerate.
305 2004-05-30 Andreas Jaeger <aj@suse.de>
306 Jim Wilson <wilson@specifixinc.com>
308 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
311 2004-05-27 Daniel Jacobowitz <dan@debian.org>
313 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
314 * configure: Regenerate.
316 2004-05-25 Daniel Jacobowitz <drow@false.org>
318 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
319 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
320 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
322 * Makefile.in: Regenerate.
324 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
326 * configure.in: Test the ability to symlink directories.
327 * configure: Regenerate.
329 * Makefile.def (bootstrap-stage): New definitions.
330 * Makefile.tpl (configure-stage1-gcc,
331 configure-stage2-gcc, configure-stage3-gcc,
332 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
333 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
334 new-restage3, compare): Autogenerate, see Makefile.in
335 entry for behavioral changes.
336 (distclean-stage1, new-stage1-start, new-stage1-end,
337 new-stage1-bubble, distclean-stage2, new-stage2-start,
338 new-stage2-end, new-stage2-bubble, distclean-stage3,
339 new-stage3-start, new-stage3-end): New autogenerated targets.
340 (objext, prebootstrap, BOOT_CFLAGS,
341 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
344 * Makefile.in: Regenerate.
345 (distclean-stage1, new-stage1-start, new-stage1-end,
346 new-stage1-bubble, distclean-stage2, new-stage2-start,
347 new-stage2-end, new-stage2-bubble, distclean-stage3,
348 new-stage3-start, new-stage3-end): New targets.
349 (all-stage1-gcc): Move prebootstrap dependency from here...
350 (configure-stage1-gcc): ...to here.
351 (new-bootstrap): Use bubble targets.
352 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
353 Use per-stage distclean targets.
354 (configure-stage1-gcc, configure-stage2-gcc,
355 configure-stage3-gcc, all-stage1-gcc,
356 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
357 Use new-stageN-start to prepare the tree.
359 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
361 * Makefile.def (host_modules): add libcpp.
362 * Makefile.tpl: Add dependencies on and for libcpp.
363 * Makefile.in: Regenerate.
364 * configure.in: Add libcpp host module.
365 * configure: Regenerate.
367 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
369 * Makefile.tpl: Whenever a recursive target is defined, wrap
370 it in a special @if/@endif block, and prepare its maybe
371 dependency in the @if/@endif block
372 * configure.in: Instead of writing maybe dependencies, remove
373 the @if/@endif statements, and remove the @if/@endif blocks
375 * configure: Regenerate.
376 * Makefile.in: Regenerate.
378 2004-05-20 Janis Johnson <janis187@us.ibm.com>
380 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
382 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
385 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
386 * */configure: Rebuilt.
388 2004-05-17 Zack Weinberg <zack@codesourcery.com>
390 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
392 * configure, Makefile.in: Regenerate.
394 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
396 * MAINTAINERS (Write After Approval): Add myself.
398 2004-05-13 Diego Novillo <dnovillo@redhat.com>
400 Merge from tree-ssa-20020619-branch.
402 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
403 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
404 (HOST_GMPLIBS): Define.
405 (HOST_GMPINC): Define.
406 (TARGET_LIB_PATH): Add libmudflap.
407 (GFORTRAN_FOR_TARGET): Define.
408 (configure-build*): Export GFORTRAN.
409 (configure-gcc): Export GMPLIBS and GMPINC.
410 (all-gcc): Add maybe-all-libbanshee.
411 (configure-target-libgfortran): Define.
412 * Makefile.in: Regenerate.
413 * configure.in (host_libs): Add libbanshee.
414 (target_libraries): Add target-libmudflap and target-libgfortran.
415 Add --with-libbanshee.
416 Handle --disable-libmudflap.
417 (*-*-freebsd*): Use with_gmp.
418 Add $(libgcj) to noconfigdirs.
419 * configure: Regenerate.
421 * MAINTAINERS: Add tree-ssa maintainers.
423 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
425 * MAINTAINERS (Various Maintainers): Add myself.
427 2004-04-30 Brian Ford <ford@vss.fsi.com>
429 * MAINTAINERS (Write After Approval): Add myself.
431 2004-04-29 Uros Bizjak <uros@kss-loka.si>
433 * MAINTAINERS (Write After Approval): Add myself.
435 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
437 * config/acx.m4: Fix fastcompare support for new-bootstrap.
438 * configure: Regenerate.
440 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
443 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
445 * Makefile.def (flags_to_pass): Remove *dir variables that
446 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
447 as well as prefix and exec_prefix.
448 * Makefile.in: Regenerate.
450 2004-04-26 Robert Millan <robertmh@gnu.org>
452 Add patches from libtool CVS.
453 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
454 * ltconfig: Likewise.
455 * ltcf-c.sh: Likewise.
456 * ltcf-cxx.sh: Likewise.
457 * ltcf-gcj.sh: Likewise.
459 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
461 * Makefile.def (host_modules): Mark with the bootstrap
462 flag packages on which gcc depends.
463 * Makefile.tpl (all-bootstrap): Use it.
464 * Makefile.in: Regenerate.
466 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
468 * Makefile.def (flags_to_pass): Remove *dir variables that
469 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
470 as well as prefix and exec_prefix.
471 * Makefile.in: Regenerate.
473 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
475 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
476 * configure: Regenerate.
477 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
478 * gcc/Makefile.tpl (compare): Use the result of the test.
479 * gcc/Makefile.in: Regenerate.
481 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
483 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
484 Always relocate gcc and prev-gcc to the original names, even
486 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
489 2004-04-23 Laurent GUERBY <laurent@guerby.net>
491 * MAINTAINERS: Update my email address.
493 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
495 * configure.in (mips*-*-irix5*): Enable ld.
496 * configure: Regenerate.
498 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
500 * configure: Regenerate.
502 2004-04-15 James E Wilson <wilson@specifixinc.com>
504 * Makefile.tpl (configure-[+module+], configure-gcc,
505 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
506 Set and export LDFLAGS.
507 * Makefile.in: Regenerate.
509 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
511 * MAINTAINERS: Add myself to write-after-approval.
513 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
516 * Makefile.tpl: If we don't have built-in-tree target tools,
517 use the ones found by configure rather than hacking around with
518 program_transform_name.
519 * configure.in: Give Makefile.tpl the information necessary
521 * Makefile.in: Regenerate.
522 * configure: Regenerate.
524 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
527 * configure.in: When computing baseargs, strip *all* copies of
528 offending options. Also, don't match/substitute the trailing space,
529 so that this actually works when two similar options are separated by
531 * configure: Regenerate.
533 2004-04-06 David Edelsohn <edelsohn@gnu.org>
535 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
536 (rs6000-*-aix*): Same.
537 * configure: Regenerate.
539 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
541 * MAINTAINERS: Add myself to write-after-approval.
543 2004-04-03 Bud Davis <bdavis9659@comcast.net>
545 * MAINTAINERS: Add myself to write-after-approval.
547 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
549 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
550 STRICT_WARN, WARN_CFLAGS flags passed down to make.
551 * Makefile.in: Regenerate.
553 * configure.in (top level bootstrap support): Rework --enable-werror
554 to set @stage2_werror_flag@.
555 * configure: Regenerate.
556 * Makefile.tpl (top level bootstrap support): Pass
557 @stage2_werror_flag@ down to configure in stages 2 and 3.
558 * Makefile.in: Regenerate.
560 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
562 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
563 for stages 2 and 3 as well as in make. As a consequence, remove
564 OUTPUT_OPTION (now detected by configure) from the flags passed down
566 * Makefile.in: Regenerate.
568 * Makefile.tpl (new-bootstrap): Fix typo.
569 * Makefile.in: Regenerate.
571 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
573 * Makefile.tpl: Rearrange by moving recursive_targets rules
574 into their proper sections.
575 * Makefile.tpl (top level bootstrap support): Move disabling
576 of coverage flags from 'make' to 'configure'; improve comments.
577 * Makefile.in: Regenerate.
579 * Makefile.tpl (experimental top level bootstrap) Move stage1
580 language setting from all- target to configure- target; disable
581 intermodule optimization in stage 1; prevent gratuitous rebuilds
583 * Makefile.in: Regenerate.
584 * configure.in: Comma-separate stage 1 language list for top
586 * configure: Regenerate.
588 * Makefile.tpl: Clean up experimental top level bootstrap support:
589 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
590 prev-gcc in configure- targets as well as all- targets.
591 * Makefile.in: Regenerate.
593 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
595 * compile: New file imported from automake.
597 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
599 * configure.in: Remove symbolic link section.
600 * configure: Regenerate.
601 * Makefile.tpl (links): Remove.
602 * Makefile.in: Regenerate.
604 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
605 Nathanael Nerode <neroden@gcc.gnu.org>
607 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
608 Set with AC_CHECK_PROGS.
609 * configure.in: Fix comment typo from last patch.
610 * configure: Regenerate.
612 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
614 * Makefile.tpl: Introduce experimental top level bootstrap support.
615 * Makefile.in: Regenerate.
616 * configure.in: Introduce support for top level bootstrap.
617 * configure: Regenerate.
619 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
620 Paolo Bonzini <bonzini@gnu.org>
623 * configure.in: Cope with shells that do not support unquoted ^
624 * configure: Regenerate.
626 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
627 Paolo Bonzini <bonzini@gnu.org>
630 * configure.in: Cope with shells that do not support nesting
631 quotes inside quoted backquote substitutions.
632 * configure: Regenerate.
634 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
637 * configure.in: Fix escaping of $.
638 * configure: Regenerate.
640 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
642 * configure: Regenerate, since I forgot to while committing Paolo's
645 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
648 Move language detection to the top level.
649 * configure.in: Find default values for the tools as
650 soon as possible. Disable ada if GNAT is not found.
651 Emit error message about missing languages. Expand
652 --enable-languages=all for the gcc subdirectory.
654 2004-03-10 Ben Elliston <bje@gnu.org>
656 * MAINTAINERS: Update my email address.
658 2004-03-05 David Edelsohn <edelsohn@gnu.org>
660 * ltconfig: Disable building static libraries if building shared
663 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
665 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
667 * configure: Regenerated.
669 2004-03-01 Brian Booth <bbooth@redhat.com>
671 * MAINTAINERS: Add myself to write-after-approval.
673 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
675 * MAINTAINERS: Add myself to write-after-approval.
677 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
680 * Makefile.tpl: Guard XFOO sed statements better.
681 * Makefile.tpl: Add dependency for configure-target-libada.
682 * Makefile.in: Regenerate (incidentally fixes broken
683 commit when libada-branch was merged).
685 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
687 * MAINTAINERS: Add myself to write-after-approval.
689 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
691 * MAINTAINERS: Add Nicola Pero and myself as libobjc
694 2004-02-20 Andrew Cagney <cagney@redhat.com>
696 * config.guess: Update from version 2003-10-16 to 2004-02-16.
697 * config.sub: Update from version 2003-11-03 to 2004-02-16.
699 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
702 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
704 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
706 * MAINTAINERS: Added myself to write-after-approval.
708 2004-02-14 Michael Koch <konqueror@gmx.de>
710 * MAINTAINERS: Added myself to write-after-approval.
712 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
714 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
715 some OS port maintainers to OS port maintainers section.
717 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
719 * MAINTAINERS: Add self.
721 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
723 * MAINTAINERS: Alphabetize.
725 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
727 * MAINTAINERS: Remove myself.
729 2004-02-11 David Edelsohn <edelsohn@gnu.org>
731 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
732 (rs6000-*-aix*): Same.
733 * configure: Regenerate.
735 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
737 * configure.in (host): Add in missing $noconfigdirs to defines.
738 * configure: Regenerate.
740 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
741 Nathanael Nerode <neroden@gcc.gnu.org>
743 PR ada/6637, PR ada/5911
744 Merge with libada-branch:
745 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
746 with appropriate dependencies. Add --enable-libada configure switch.
747 * configure, Makefile.in: Regenerate.
749 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
751 * MAINTAINERS: Add myself to write-after-approval.
753 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
755 * configure.in: Don't pass --with-stabs on IRIX 5 either.
756 * configure: Regenerate.
758 2004-02-04 Geoffrey Keating <geoffk@apple.com>
762 * ltmain.in: When setting IFS to '~', be careful about user
763 arguments that contain '~'.
765 2004-02-04 Peter O'Gorman <peter@pogma.com>
767 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
768 Also test $base_compile against $CC with escaped arguments. Bug
769 reported by Geoff Keating <geoffk@apple.com>.
771 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
773 * MAINTAINERS: Remove i960 port.
775 2004-01-23 DJ Delorie <dj@redhat.com>
777 * Makefile.def (target_modules) [libiberty]: Don't stage.
778 * Makefile.in: Rebuilt.
780 2004-01-20 Caroline Tice <ctice@apple.com>
782 * MAINTAINERS: Add myself to write-after-approval.
784 2004-01-19 Paolo Carlini <pcarlini@suse.de>
786 * MAINTAINERS: Update my email address.
788 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
790 * MAINTAINERS: Add myself to write-after-approval.
792 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
794 * MAINTAINERS: Remove entries without email address.
796 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
798 * MAINTAINERS: Add myself to write-after-approval.
800 2004-01-15 Steven Bosscher <stevenb@suse.de>
802 * MAINTAINERS: Update my email address.
804 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
806 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
807 * Makefile.tpl (configure-target-[+module+]): Support stage.
808 * Makefile.in: Rebuilt.
810 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
812 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
814 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
816 * MAINTAINERS: Add myself as a MIPS maintainer.
818 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
820 * configure.in: Use ./config.cache, not config.cache.
821 * configure: Regenerate.
822 * Makefile.tpl: Special-casing not needed for GCC any more.
823 * Makefile.in: Regenerate.
825 * configure.in: Don't share a cache file for host dirs.
826 * configure: Regenerate.
828 * config-ml.in: Don't mess with the cache file.
830 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
832 * MAINTAINERS: Move myself from 'Write After Approval' to
833 'CPU Port Maintainers' section as SPARC maintainer.
835 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
837 * Makefile.tpl: Make GCC use a separate config.cache.
838 * Makefile.in: Regenerate.
840 PR bootstrap/11932, PR bootstrap/11933
841 (I don't know if it will fix either of them, but it relates
843 * configure.in: Don't use shared config.cache for target
845 * configure: Regenerate.
847 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
849 * MAINTAINERS: Add myself to 'Write After Approval' section.
851 2003-12-31 Roger Sayle <roger@eyesopen.com>
853 * configure.in (ia64*-*-hpux*): Disable building java libraries.
854 * configure: Regenerated.
856 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
858 * MAINTAINERS: Remove the mn10200 maintainer.
860 2003-12-21 Bernardo Innocenti <bernie@develer.com>
862 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
863 * configure: Regenerated.
865 2003-12-16 Jan Hubicka <jh@suse.cz>
867 * MAINTAINERS: Add myself as callgraph maintainer.
869 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
871 * configure.in (raw_libstdcxx_flags): Remove the leading space.
872 * configure: Regenerate.
874 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
876 * MAINTAINERS: Move myself from 'Bug database only accounts' to
877 'Write After Approval' section. Update email.
879 2003-12-01 James Lemke <jim@wasabisystems.com>
881 * MAINTAINERS (Write After Approval): Add myself.
883 2003-11-20 Matt Thomas <matt@3am-software.com>
885 * MAINTAINERS: Add myself as a vax port maintainer.
887 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
889 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
890 (configure-build-[+module+], configure-[+module+]): Likewise.
891 (configure-target-[+module+], configure-gcc, config.status): Likewise.
892 * Makefile.in: Regenerate.
894 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
896 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
897 shared/dylibed libraries.
898 * ltmain.sh: Likewise.
899 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
900 * ltcf-cxx.sh: Likewise.
901 * ltcf-gcj.sh: Likewise.
902 * ltconfig: Likewise.
904 2003-11-17 Stan Cox <scox@redhat.com>
906 * MAINTAINERS: Add myself as iq2000 port maintainer.
908 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
910 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
911 * Makefile.in: Regenerate.
913 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
915 * config.sub: Update to 2003-11-03 version.
917 2003-10-20 Phil Edwards <phil@codesourcery.com>
919 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
920 * configure: Regenerate.
922 2003-10-20 Nicolas Pitre <nico@cam.org>
924 * MAINTAINERS: Add myself to 'Write After Approval' section.
926 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
928 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
930 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
932 * MAINTAINERS: Update my email address.
934 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
936 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
938 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
940 * MAINTAINERS: Add myself to 'Write After Approval' section.
942 2003-10-16 Bernardo Innocenti <bernie@develer.com>
944 * config.guess: Update to 2003-10-16 version.
945 * config.sub: Update to 2003-10-16 version.
947 2003-10-15 David Daney <ddaney@avtrex.com>
949 * MAINTAINERS: Added myself to 'Write After Approval' section.
951 2003-10-15 Falk Hueffner <falk@debian.org>
953 * MAINTAINERS: Move myself from 'Bug database only accounts' to
954 'Write After Approval' section. Update email.
956 2003-10-14 Roger Sayle <roger@eyesopen.com>
958 * MAINTAINERS: Move myself from 'Write After Approval' to
959 'Various Maintainers' section as middle-end maintainer.
961 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
963 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
965 * Makefile.in: Regenerate.
967 2003-10-11 Bernardo Innocenti <bernie@develer.com>
969 * config.guess: Update to 2003-10-07 version.
970 * config.sub: Update to 2003-10-07 version.
972 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
974 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
975 * ltconfig (irix5*, irix6*): Don't override version_type.
977 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
979 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
981 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
982 * Makefile.in: Rebuilt
984 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
986 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
988 2003-09-30 Carlo Wood <carlo@alinoe.com>
990 * MAINTAINERS (Write After Approval): Add myself.
992 2003-09-29 Paul Koning <ni1d@arrl.net>
994 * MAINTAINERS: Move myself from "Write After Approval"
995 to CPU platform maintainers for pdp11 platform.
997 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
999 * MAINTAINERS: Move myself from 'Write After Approval' to
1000 'Various Maintainers' section as libffi testsuite maintainer.
1002 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1004 * configure.in: Pass a computed --program-transform-name
1006 * configure: Regenerated.
1008 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1010 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1011 * Makefile.in: Regenerate.
1013 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1014 * Makefile.in: Regenerate.
1016 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1018 * MAINTAINERS: Move myself from 'Write After Approval'
1019 to 'Various Maintainers' (objective-c) section.
1021 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1023 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1025 * configure: Regenerated.
1027 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1029 * MAINTAINERS (Write After Approval): Add myself to write after
1032 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1034 * MAINTAINERS (Write After Approval): Add myself.
1036 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1038 * MAINTAINERS: Update my e-mail address.
1040 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1042 * libtool.m4 (LD): Correct powerpc64 host match.
1044 2003-09-06 James E Wilson <wilson@tuliptree.org>
1046 * MAINTAINTERS: Update my affiliation and email address.
1048 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1050 * MAINTAINERS (Write After Approval): Add myself.
1052 2003-09-04 DJ Delorie <dj@redhat.com>
1054 * configure: Regenerate.
1056 2003-09-04 Robert Millan <robertmh@gnu.org>
1058 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1060 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1062 * configure.in: Ensure arguments to sed are properly spaced.
1063 * configure: Regenerate.
1065 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1067 * MAINTAINERS: Update my e-mail address.
1069 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1071 * MAINTAINERS (Write After Approval): Add myself.
1073 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1075 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1076 * configure: Regenerated.
1078 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1080 * MAINTAINERS: Update my email address.
1082 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1084 * configure.in: Use newline instead of semicolon when assuming
1085 shell arguments in a for loop.
1086 * configure: Regenerated.
1088 2003-08-22 Jason Eckhardt <jle@rice.edu>
1090 * MAINTAINERS: Resurrect the i860 maintainer.
1092 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1095 * configure.in: When testing with_libs and with_headers, treat
1096 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1097 * configure: Regenerate.
1099 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1101 (baseargs): Likewise.
1102 * configure: Regenerate.
1104 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1106 * MAINTAINERS (Write After Approval): Add myself.
1108 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1110 * configure.in: Disable libgcj for darwin not on powerpc.
1111 * configure: Rebuild.
1113 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1115 * config-ml.in, symlink-tree: Add license.
1117 2003-08-03 Richard Stallman <rms@gnu.org>
1118 Eben Moglen <moglen@columbia.edu>
1120 * README.SCO: New file.
1122 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1124 * Makefile.tpl (check, check-c++): Express dependencies using
1125 dependencies rather than commands.
1126 * Makefile.in: Regenerate.
1128 2003-08-01 Andrew Cagney <cagney@redhat.com>
1130 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1133 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1135 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1136 * Makefile.in: Update.
1138 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1140 * configure.in: Enable libgcj for darwin.
1141 * configure: Rebuild.
1143 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1145 * config-ml.in: Use ac_configure_args directly instead of
1146 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1149 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1151 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1152 creating target and build subdirs to build all parent dirs as needed.
1153 * Makefile.in: Rebuild.
1154 * configure.in: Don't build dirs explicitly here.
1155 * configure: Rebuild.
1157 2003-07-26 Paul Brook <paul@nowt.org>
1159 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1161 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1163 * Makefile.tpl (all-make): Depend on intl.
1164 * Makefile.in: Rebuilt.
1166 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1168 * install-sh: Update to newer upstream versions (associated with
1170 * mkinstalldirs: Likewise.
1171 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1173 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1175 * MAINTAINERS: Move self from Bug database only accounts
1176 to write-after-approval.
1178 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1180 * config.if: Remove unused libc_interface determination.
1182 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1184 * MAINTAINERS: Move self from write-after-approval to
1185 build machinery (*.in).
1187 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1191 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1192 unused INSTALL_PROGRAM_ARGS.
1193 * configure.in: Use AC_PROG_INSTALL.
1194 * Makefile.in: Regenerate.
1195 * configure: Regenerate.
1197 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1199 * MAINTAINERS: Alphabetize.
1201 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1203 * configure: Rebuilt.
1204 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1205 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1206 newlib nor libgloss.
1207 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1208 * configure.in (am33_2.0-*-linux*): Added.
1210 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1212 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1213 * configure: Regenerate.
1215 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1217 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1218 * Makefile.in: Regenerate.
1220 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1222 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1223 * Makefile.in: Regenerate.
1225 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1227 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1228 * Makefile.in: Regenerated.
1230 * config-ml.in: Replace PWD with PWD_COMMAND.
1232 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1234 * intl: New directory; see intl/ChangeLog for details.
1235 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1236 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1237 * Makefile.in: Regenerate.
1239 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1241 * configure.in: Clean up config-lang.in handling. Delete
1242 useless assignment to "subdirs".
1243 * configure: Regenerate.
1245 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1247 * configure.in: Rename 'target_libs' to 'target_libraries'.
1248 Remove useless reference to 'target_libs'.
1249 * configure: Regenerate.
1251 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1253 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1254 * Makefile.in: Regenerate.
1256 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1258 * Makefile.def: Introduce flags_to_pass.
1259 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1260 * Makefile.in: Regenerate.
1262 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1264 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1265 and target-libgloss.
1266 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1267 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1268 * configure: Regenerate.
1270 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1272 * configure.in: Update testsuite_flags to new location.
1273 * configure. Regenerate.
1275 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1277 * Makefile.tpl: Remove BUILD_CC stuff.
1278 * Makefile.in: Regenerate.
1280 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1282 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1284 2003-06-16 Graeme Peterson <gp@qnx.com>
1286 * MAINTAINERS (Write After Approval): Add myself.
1288 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1290 * config.guess: Update to 2003-06-12 version.
1291 * config.sub: Update to 2003-06-13 version.
1293 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1295 * config.guess: Update to 2003-06-06 version.
1296 * config.sub: Update to 2003-06-06 version.
1298 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1300 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1301 * configure. Regenerate.
1303 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1305 * configure.in: Disable serial configure by default.
1306 * configure: Regenerate.
1307 * Makefile.tpl: Abolish .NOTPARALLEL.
1308 * Makefile.in: Regenerate.
1310 * Makefile.tpl: Replace {build,host,target}_canonical by
1311 {build,host,target}.
1312 * Makefile.in: Regenerate.
1314 * Makefile.tpl: Fix stupid pasto.
1315 * Makefile.in: Regenerate.
1317 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1319 * Makefile.tpl: Remove bogus conditional.
1320 * Makefile.in: Regenerate.
1322 2003-06-05 Jan Hubicka <jh@suse.cz>
1324 * Makefile.tpl (profiledbootstrap): New target.
1325 * Makefile.in (profiledbootstrap): New target.
1327 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1329 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1330 Pinski. Remove user names from other bugzilla-only maintainers.
1332 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1334 * Makefile.tpl: Make 'recursive targets' using autogen rather
1335 than shell loop. Remove duplicate 'clean' targets and false
1337 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1338 Add systematic method of specifying missing targets in subdirs.
1339 Add copyright boilerplate.
1340 * Makefile.in: Regenerate.
1341 * configure.in: Add 'recursive targets' to maybe list.
1342 * configure: Regenerate.
1344 * MAINTAINERS: "GNATS only" -> "Bug database only".
1346 * Makefile.tpl: Rename [+target+] to [+make_target+].
1347 * Makefile.def: Rename 'target' to 'make_target'.
1349 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1351 * MAINTAINERS: Add self as options handling maintainer.
1353 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1355 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1356 been too long since I touched those ports.
1358 2003-05-28 DJ Delorie <dj@redhat.com>
1360 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1361 * Makefile.in: Regenerate.
1363 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1365 * configure.in: Use curly braces in the definition of tooldir.
1366 * configure: Regenerate.
1368 2003-05-21 DJ Delorie <dj@redhat.com>
1370 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1372 * Makefile.in: Regenerate.
1374 2003-05-21 DJ Delorie <dj@redhat.com>
1376 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1377 * Makefile.in: Regenerate.
1379 2003-05-20 Ian Lance Taylor <ian@airs.com>
1381 * MAINTAINERS: Update my e-mail address.
1383 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1385 * configure.in: Switch more things to use maybe dependencies.
1386 * Makefile.tpl: Switch more things to use maybe dependencies.
1387 Factor out common code from autogen IF statements.
1388 * configure: Regenerate.
1389 * Makefile.in: Regenerate.
1391 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1393 * configure.in: Accept i[3456789]86 for machine type.
1394 * configure: Regenerate.
1396 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1398 * configure.in: Switch more things to use maybe dependencies.
1399 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1400 * configure: Regenerate.
1401 * Makefile.tpl: Switch more things to use maybe dependencies.
1402 * Makefile.in: Regenerate.
1404 2003-05-16 Andreas Schwab <schwab@suse.de>
1406 * Makefile.tpl (install-opcodes): Define.
1407 * Makefile.in: Rebuild.
1409 2003-05-13 Andreas Jaeger <aj@suse.de>
1411 * config.guess: Update to 2003-05-09 version.
1412 * config.sub: Update to 2003-05-09 version.
1414 2003-05-13 Michael Eager <eager@mvista.com>
1416 * configure.in: Correct sed script so that options in quotes are not
1418 * configure: Rebuild.
1420 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1422 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1423 and $$s/newlib/libc/sys/cygwin32 include paths.
1426 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1428 * MAINTAINERS: Update my email addresses.
1430 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1432 * config-ml.in: Propagate INSTALL variables.
1434 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1436 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1438 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1440 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1441 * Makefile.in: Regenerate.
1443 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1445 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1447 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1449 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1451 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1453 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1454 * Makefile.in: Regenerated.
1456 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1458 * MAINTAINERS (Write After Approval): Upgrade myself from
1459 GNATS only to write-after-approval. Update my mail address.
1461 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1463 (OS Port Maintainers: freebsd): Add myself.
1465 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1467 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1469 2003-04-22 Kean Johnston <jkj@sco.com>
1471 * MAINTAINERS (SCO ports): Added myself.
1473 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1475 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1477 2003-04-19 Kean Johnston <jkj@sco.com>
1479 * MAINTAINERS (Write After Approval): Add myself.
1481 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1483 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1484 * Makefile.in: Regenerate.
1486 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1488 * configure.in (powerpc64*-*-linux*): Remove.
1489 * configure: Rebuilt.
1491 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1493 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1494 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1496 * Makefile.in: Regenerate.
1498 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1500 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1501 * configure: Regenerated.
1503 2003-04-15 DJ Delorie <dj@redhat.com>
1505 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1507 2003-04-13 Nick Clifton <nickc@redhat.com>
1509 * config-ml.in: Remove support for --disable-aix removing
1512 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1514 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1515 * */configure: Rebuilt.
1517 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1519 * MAINTAINERS: Add my email address.
1521 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1523 * MAINTAINERS (Write After Approval): Add myself.
1525 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1527 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1528 * Makefile.in: Regenerate.
1530 2003-03-14 Michael Chastain <mec@shout.net>
1532 * Makefile.in: Regenerate with correct Makefile.def.
1534 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1536 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1538 * Makefile.in: Regenerate.
1539 * configure.in: Clean up gxx_include_dir logic.
1540 * configure: Regenerate.
1542 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1544 * MAINTAINERS (Write After Approval): Add myself.
1546 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1548 * MAINTAINERS: Update my mail address.
1550 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1552 * configure.in (gxx_include_dir): Fix typo.
1553 * configure: Regenerated.
1555 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1557 * Makefile.tpl: Reindent.
1558 * Makefile.in: Regenerate.
1559 * configure.in: Reindent. Don't set unused variables.
1560 * configure: Regenerate.
1562 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1564 * configure.in: Include $(build_tooldir)/sys-include in
1566 * configure: Regenerated.
1568 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1570 * Makefile.tpl: Always pass down RANLIB.
1571 * Makefile.in: Regenerate.
1573 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1574 * Makefile.in: Regenerate.
1575 * configure.in: Remove unused logic relating to --enable-shared
1576 and --enable-threads. Remove bogus comments. Remove redundant
1578 * configure: Regenerate.
1580 * configure.in: Replace ${libstdcxx_version} by its value.
1581 Remove reference to mh-dgux.
1582 * configure: Regenerate.
1584 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1586 * MAINTAINERS (Write After Approval): Add myself.
1588 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1590 * Makefile.tpl: Rearrange.
1591 * Makefile.in: Regenerate.
1593 2003-02-25 Uwe Stieber <uwe@wwws.de>
1595 * configure.in: Add support for kaOS as cross build target system.
1596 * configure: Regenerated.
1598 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1600 * MAINTAINERS (Write after approval): Add myself.
1602 2003-02-21 James E Wilson <wilson@tuliptree.org>
1604 * MAINTAINERS: Update my email address.
1606 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1608 * MAINTAINERS: Add self to blanket write privs. section.
1610 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1612 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1613 configure-target-* as some target builds may require additional
1614 flags for preprocessor tests.
1615 * Makefile.in: Regenerated.
1617 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1619 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1620 * ltconfig: Handle it.
1621 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1624 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1625 it is used as argument to $CC.
1626 * ltcf-gcj.sh: Likewise.
1628 * configure.in: Introduce --enable-maintainer-mode.
1629 * configure: Rebuilt.
1630 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1631 for maintainer mode.
1632 * Makefile.in: Rebuilt.
1634 2003-02-18 Jason Merrill <jason@redhat.com>
1636 * Makefile.tpl (check-c++): Allow parallelism.
1638 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1640 * MAINTAINERS: Remove John Carr (who never actually had access to
1643 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1645 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1646 don't configure target-libobjc.
1647 * configure: Regenerate.
1649 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1651 * Makefile.tpl (RANLIB): Define.
1652 * Makefile.in: Regenerate.
1654 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1656 * MAINTAINERS: Update my email.
1658 2003-02-06 Keith R Seitz <keiths@redhat.com>
1660 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1661 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1662 * Makefile.in: Regenerated.
1663 * configure.in: Remove all traces of snavigator, db, and grep.
1664 * configure: Regenerated.
1666 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1668 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1671 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1673 * MAINTAINERS (Write after approval): Add myself.
1675 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1677 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1678 * Makefile.in: Regenerated.
1680 2003-01-30 Roger Sayle <roger@eyesopen.com>
1682 * config.guess: Updated to 2003-01-30's version.
1683 * config.sub: Updated to 2003-01-28's version.
1685 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1687 * config.if: If gcc_version is already set, just use it. Don't set
1688 gcc_version_trigger if it's already set, otherwise set it to
1689 gcc/version.c, but only if the file exists. If it is not set and
1690 gcc/version.c does not exist, try to extract the version number from
1693 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1695 * MAINTAINERS: Add myself to write-after-approval list.
1697 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1699 * configure.in: Revert 24Jan change.
1700 * configure: Regenerate.
1702 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1704 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1707 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1709 * configure.in: Revert previous change.
1710 * configure: Regenerate.
1712 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1714 * configure.in: Make rda native-only.
1715 * configure: Regenerate.
1717 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1719 * MAINTAINERS: Move myself from GNATS-only-accounts to
1720 write-after-approval.
1722 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1724 * configure.in: Add missing \.
1725 * configure: Rebuilt.
1727 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1729 * configure.in (baseargs): Avoid using \| in sed regular
1731 * configure: Rebuilt.
1733 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1735 * configure.in (baseargs): Remove all supported forms of
1736 --cache-file, --srcdir, --host, --build and --target options
1737 from argument lists.
1738 * configure: Rebuilt.
1740 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1742 * MAINTAINERS: Add myself to write-after-approval list.
1744 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1746 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1747 * configure: Rebuilt.
1749 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1751 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1752 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1753 * Makefile.in: Regenerate.
1754 * configure: Regenerate.
1756 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1758 * configure.in: Remove Makefile in build, host and target modules
1759 unless configure was run with --no-recursion.
1760 * configure: Rebuilt.
1762 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1764 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1765 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1766 * Makefile.in: Regenerate.
1768 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1770 * config.guess: Update to 2003-01-03 version.
1771 * config.sub: Update to 2003-01-03 version.
1773 2003-01-07 Christopher Faylor <cgf@redhat.com>
1775 * configure: Regenerate with proper autoconf 2.13.
1777 2003-01-07 Christopher Faylor <cgf@redhat.com>
1779 * configure.in: Add AC_PREREQ for consistency.
1780 * configure: Regenerate.
1782 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1784 * configure.in (GDB_TK): Add tcl directories conditional on
1785 gdb/gdbtk directory being present.
1786 * configure: Regenerate.
1788 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1790 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1791 by gcc if LD is not defined and we are not doing a Canadian Cross.
1792 * configure: Rebuilt.
1794 2002-12-31 Tom Tromey <tromey@redhat.com>
1796 * Makefile.in: Rebuilt.
1797 * Makefile.def (target_modules) [libffi]: Allow installation.
1799 2002-12-31 Andreas Schwab <schwab@suse.de>
1801 * configure.in: Fix use of $program_transform_name.
1802 * configure: Regenerated.
1804 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1806 * configure.in (baseargs): Don't remove first configure argument.
1807 * configure: Regenerated.
1809 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
1811 * Makefile.tpl (local-distclean): Don't remove...
1812 (multilib.ts): ... this. Moved into...
1813 (multilib.out): ... this. Don't use sub-make.
1814 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1815 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1816 (configure-build-[+module+], configure-[+module+],
1817 configure-target-[+module+], configure-gcc): ... these. Test
1818 for Makefile existence. Drop config.status from dependencies.
1819 * Makefile.in: Rebuilt.
1820 * configure.in: Move gcc-version-trigger to the end of
1821 ac_configure_args. Add comments to maybedep.tmp and
1822 serdep.tmp. Introduce --disable-serial-configure. Remove
1823 nonopt from baseargs, matching and removing corresponding
1824 whitespace while at it.
1825 * configure: Rebuilt.
1827 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
1829 * configure.in (host_configargs): Replace reference to
1830 no-longer-defined buildopts with --build=${build_alias}.
1831 * configure: Rebuilt.
1833 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1834 program_transform_name to standard idiom.
1835 (AUTOGEN, AUTOCONF): Define.
1836 (Makefile.in): Use $(AUTOGEN).
1837 (Makefile): Depend on config.status, and use autoconf-style rule to
1838 build it. Move original commands to...
1839 (config.status): ... this new target.
1840 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1842 * Makefile.in: Rebuilt.
1844 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1846 * Makefile.tpl: Fix dramatic bustage due to change in
1847 program_transform_name.
1848 * Makefile.in: Regenerate.
1850 * configure.in: Remove unnecessary PATH setting.
1851 * configure: Regnerate.
1853 * configure.in: Don't default to unprefixed tools unless
1854 the native tools will work.
1855 * configure: Regenerate.
1857 * configure.in: Convert to autoconf script. Blow away lots
1858 of now-redundant Makefile fragments.
1859 * configure: Generate using Autoconf.
1860 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1861 * Makefile.in: Regenerate.
1863 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1865 * configure: Fix stupid bug where RANLIB was mistakenly included.
1867 * configure.in: Rename (buildargs, hostargs, targargs) to
1868 (build_configargs, host_configargs, target_configargs).
1870 * configure.in: Move logic out of sed statement.
1872 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
1873 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1875 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1877 * config.sub: Import from master repository
1878 * config.guess: Ditto
1880 2002-12-24 Andreas Schwab <schwab@suse.de>
1882 * Makefile.tpl (multilib.out): Fix missing space.
1883 * Makefile.in: Regenerate.
1885 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1887 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1888 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1889 * Makefile.in: Regenerate.
1890 * configure.in: Remove unnecessary leftovers.
1892 2002-12-21 Geoffrey Keating <geoffk@apple.com>
1894 * configure.in (extra_ranlibflags_for_target): New variable.
1895 (*-*-darwin): Add -c to ranlib commands.
1896 * configure (tooldir): Handle extra_ranlibflags_for_target.
1898 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1900 * Makefile.tpl: Revert HJL's change.
1901 * Makefile.in: Regenerated.
1902 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1905 2002-12-19 Andreas Schwab <schwab@suse.de>
1907 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1908 * Makefile.in: Regenerate.
1910 2002-12-18 H.J. Lu <hjl@gnu.org>
1912 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1913 * Makefile.in: Regenerated.
1915 * configure.in (build_prefix): New. Substitute.
1917 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1919 * Makefile.tpl: Don't let real targets depend on phony targets.
1920 * Makefile.in: Regenerate.
1922 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1923 * Makefile.in: Regenerate.
1925 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1927 * config.sub: Import from master repository
1928 * config.guess: Ditto
1930 2002-12-16 Jason Merrill <jason@redhat.com>
1932 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1933 previous 'make bootstrap'.
1934 * Makefile.in: Regenerate.
1936 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1938 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1940 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1942 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1943 * Makefile.in: Regenerate.
1945 2002-12-13 Jason Merrill <jason@redhat.com>
1947 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1949 (check-c++): Just depend on it and check-target-libstdc++-v3.
1950 * Makefile.in: Regenerate.
1952 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1954 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1955 * Makefile.in: Rebuilt.
1957 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1959 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1961 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
1963 * configure: Fix bug put in by gremlins.
1965 * Makefile.tpl: Substitute more autoconfily.
1966 * configure: Substitute more autoconfily.
1967 * Makefile.in: Regenerate.
1969 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
1971 * config.sub: Import from master repository
1972 * config.guess: Ditto
1973 * MAINTAINERS: Added Svein Seldal under write after approval
1975 2002-12-08 Andrew Cagney <ac131313@redhat.com>
1977 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1978 * Makefile.in (all-sim): Ditto.
1980 2002-12-06 DJ Delorie <dj@redhat.com>
1982 * Makefile.tpl: Change configure dependencies to not have real
1983 targets depend on phony targets.
1985 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1987 * configure.in: Revert unintentional change.
1989 * Makefile.tpl: Change dependency for */multilib.out so that
1990 it works when gcc isn't in the tree.
1992 * configure.in: Substitute more.
1993 * configure: Run subconfigures from the Makefile.
1994 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1995 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1997 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1999 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2001 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2003 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2004 and corresponding dependencies.
2005 * Makefile.in: Regenerate.
2007 * configure.in (host_tools): Order binutils, gas and ld for
2008 convenience in running the testsuites.
2010 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2011 * Makefile.in: Regenerate.
2012 * configure.in: Introduce rules to serialize subconfigure runs.
2014 * configure.in: Introduce BASE_CC_FOR_TARGET.
2015 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2016 Realize configure-build-* targets. Realize configure-target-* targets.
2017 * Makefile.in: Regenerate.
2019 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2021 * configure: Move gcc_version_trigger stuff from here...
2022 * configure.in: ...to here.
2024 * configure.in: Separate subconfigure options added by this file from
2025 options given by the user. Add machinery to put args for host
2026 subconfigures into the Makefile.
2028 * Makefile.tpl: Remove 'vault' targets.
2029 * Makefile.tpl: Reorder and comment dependencies.
2030 * Makefile.in: Regenerate.
2032 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2033 * configure.in: Fix my broken commit of previous patch. (sigh)
2035 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2037 * configure.in: Move host-specific darwin noconfigdirs into
2038 the host-specific section.
2040 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2042 * configure.in: Move host-specific darwin noconfigdirs into
2043 the host-specific section.
2045 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2047 * configure: Remove skip-this-dir support.
2048 * Makefile.tpl: Remove skip-this-dir support.
2050 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2052 * Makefile.in: Regenerate.
2054 * Makefile.tpl: Strip out useless setting of 'dir'.
2055 * Makefile.in: Regenerate.
2057 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2059 * configure.in: Fix deeply stupid bug.
2061 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2062 shell code in CXX_FOR_TARGET
2063 * Makefile.def: Introduce raw_cxx.
2064 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2066 * Makefile.in: Regenerate.
2068 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2070 * Makefile.tpl: Remove unnecessary ifs.
2071 * Makefile.in: Regenerate.
2073 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2074 dependencies. Maybe-ize build-libiberty. Create dummy install
2075 targets for 'no_install' modules.
2076 * configure: Move GDB_TK substitution to configure.in. Move
2077 build_modules stuff to configure.in.
2078 * configure.in: Implement soft dependency machinery. Maybe-ize
2079 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2080 * Makefile.in: Regenerate.
2082 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2084 * Makefile.tpl: Make all-target, install-target behave similarly
2085 to all, install (only hitting configured targets). Eliminate
2086 unused macro defintions.
2088 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2091 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2093 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2095 * configure.in: Produce lists of subdir targets we're actually
2096 configuring. Remove references to "dosrel".
2097 * Makefile.tpl: Let configure set which subdir targets are hit.
2098 Remove install-cross; clean up install; remove ALL. Remove
2099 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2100 Autogenerate host module targets. Remove empty dependency lines
2101 and redundant dependency; rearrange slightly.
2102 * Makefile.def: Add host-side libtermcap, utils.
2104 * Makefile.in: Regenerate.
2106 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2108 * ltconfig (osf[345]): Append $major to soname_spec.
2109 Reflect this in library_names_spec.
2110 * ltmain.sh (osf): Prefix $major with . for use as extension.
2112 2002-11-19 Andreas Jaeger <aj@suse.de>
2114 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2115 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2116 and sparc64 GNU/Linux systems.
2118 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2120 * MAINTAINERS: Update email.
2122 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2124 * MAINTAINERS: Complete James Dennett's entry.
2126 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2128 * MAINTAINERS (Write After Approval): Add myself.
2130 2002-11-13 Bruce Korb <bkorb@gnu.org>
2132 * Makefile.tpl: syntactic cleanup
2134 2002-11-13 Stuart Hastings <stuart@apple.com>
2136 * MAINTAINERS: Add myself to write-after-approval list.
2138 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2140 * Makefile.def: Add list of recursive targets to autogenerate.
2142 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2143 targets. Autogenerate *-build-* targets.
2144 * Makefile.in: Regenerate.
2146 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2148 * configure: More autoconf-style substitutions.
2149 * Makefile.tpl: More autoconf-style substitutions.
2150 * Makefile.in: Regenerate.
2152 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2154 * configure: Substitute more variables in a more autoconf-friendly
2155 way. Simplify slightly.
2156 * Makefile.tpl: Make more variables substitutable in an
2157 autoconf-friendly way.
2158 * Makefile.in: Regenerate.
2160 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2162 * MAINTAINERS (Write After Approval): Add myself.
2164 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2166 * configure.in (v810*): Remove special setting of tools.
2168 * configure: Add support for extra required flags for ar or nm.
2169 * configure.in (aix4.3+): Use above support for target-specific
2170 issues, rather than using config/mt-aix43.
2172 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2174 * configure: Remove 'removing', which doesn't work. Replace $subdir
2175 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2176 with $srcdir. Reformat indentation. Substitute some variables
2177 formerly hard-coded in the Makefile for build=host.
2178 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2179 * Makefile.def: Autogenerate more.
2180 * Makefile.in: Regenerate.
2182 2002-11-04 Adam Nemet <anemet@lnxw.com>
2184 * MAINTAINERS (Write After Approval): Add myself.
2186 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2188 * Makefile.def (host_modules): Add rda.
2189 * Makefile.in: Regenerate.
2190 * configure.in (target_tool): Add target-rda to list.
2192 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2194 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2196 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2198 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2199 and restrap targets to this rule.
2200 * Makefile.in: Regenerate.
2202 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2204 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2205 GNATS only accounts.
2207 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2209 * configure.in (i[3456]86-*-linux*): Add check to disable
2210 ${libgcj} for glibc1.
2212 2002-10-24 Denis Chertykov <denisc@overta.ru>
2214 * MAINTAINERS: Add myself as ip2k port maintainer.
2216 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2218 * configure.in: Add tic4x target.
2220 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2222 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2223 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2224 * Makefile.in: Regenerate.
2226 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2227 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2228 * Makefile.in: Regenerate.
2230 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2232 * MAINTAINERS: Add myself as web pages co-maintainer.
2234 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2236 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2237 * Makefile.in: Regenerate.
2239 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2241 * MAINTAINERS: Add myself and Nathan Sidwell
2242 <nathan@codesourcery.com> as VxWorks maintainers.
2244 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2246 * Makefile.def: Remove order dependency comments.
2247 * Makefile.tpl: Add explicit install-install dependencies.
2248 * Makefile.in: Regenerate.
2250 * Makefile.tpl: Remove material now in src-release. (Finally!)
2251 * Makefile.in: Regenerate.
2253 * Makefile.tpl: Add configure-target (for src-release in src)
2254 * Makefile.in: Regenerate.
2256 2002-09-30 Nick Clifton <nickc@redhat.com>
2258 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2260 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2262 * configure.in (s390*-*-linux*): Enable libgcj.
2264 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2266 * configure: Revert accidentally applied changes.
2268 * Makefile.tpl: Make more autoconf-friendly.
2269 * Makefile.in: Regenerate.
2270 * configure: Make substitution more autoconf-like.
2272 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2274 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2275 single entry to handle all these.
2276 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2277 libjava on arm-*-elf.
2279 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2281 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2282 things that depend on them.
2284 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2286 * Makefile.tpl: Make subsituted variables more autoconfy.
2287 * Makefile.in: Regenerate.
2288 * configure: Make seds more autoconfy.
2290 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2292 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2293 * Makefile.in: Regenerate.
2294 * configure.in: Rewrite sed statements to look autoconfy.
2296 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2297 all-target-foo on configure-target-foo.
2298 * Makefile.def: Ditto.
2299 * Makefile.in: Rebuild.
2301 2002-09-25 Andrew Haley <aph@redhat.com>
2303 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2305 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2307 * Makefile.def: New file.
2308 * Makefile.tpl: New file.
2309 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2310 * contrib/gcc_update: Note that Makefile.in is a generated file.
2312 * configure.in: Minor rearrangement. Simplify tests.
2314 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2316 * configure.in (with_headers): Skip copy if value is "yes".
2317 (with_libs): Likewise.
2319 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2321 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2322 * configure.in (sh*-*-pe*): Ditto.
2323 * configure.in (mips*-*-pe*): Ditto.
2324 * configure.in (*arm-wince-pe): Ditto.
2326 * configure.in: Rearrange.
2328 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2330 * MAINTAINERS: Update my email address.
2332 2002-08-30 Paul Koning <pkoning@equallogic.com>
2334 * MAINTAINERS: (Write After Approval): Add myself.
2336 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2338 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2340 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2342 * MAINTAINERS: Change my mailing address.
2344 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2346 * MAINTAINERS (Write After Approval): Remove myself.
2347 (Various Maintainers: c++ runtime libs): Add myself.
2349 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2351 * MAINTAINERS (Write After Approval): Remove myself.
2352 (Various Maintainers: c++ runtime libs): Add myself.
2354 2002-08-15 Eric Christopher <echristo@redhat.com>
2356 * config.sub: Import from master repository.
2357 * config.guess: Ditto.
2359 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2361 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2362 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2363 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2365 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2367 * MAINTAINERS: Add self to rs6000 vector extensions.
2369 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2371 * libiberty/configure: Reverted unintended yesterday's check in.
2373 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2375 * boehm-gc/configure, libf2c/configure: Rebuilt.
2376 * libffi/configure, libiberty/configure: Ditto.
2377 * libjava/configure, libobjc/configure: Ditto.
2378 * libstdc++-v3/configure, zlib/configure: Ditto.
2379 Merged from binutils:
2380 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2381 From Steve Ellcey <sje@cup.hp.com>:
2382 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2383 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2384 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2386 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2387 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2388 soname_spec, sys_lib_search_path_spec): Ditto.
2390 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2392 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2394 2002-08-04 H.J. Lu (hjl@gnu.org)
2396 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2398 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2400 * MAINTAINERS (Write After Approval): Add myself.
2402 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2404 * configure.in: Move generic linux case to end. Copy generic
2405 linux noconfigdirs to mips*-*-linux* entry and new
2406 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2408 2002-07-19 Michael Matz <matz@suse.de>
2410 * MAINTAINERS: Add myself as ra* maintainer.
2412 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2414 * config.guess: Update to 2002-07-09 version.
2415 * config.sub: Update to 2002-07-03 version.
2417 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2419 * MAINTAINERS: Fix typo in a maintainer email address.
2421 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2423 * configure.in: Remove two redundant tests.
2425 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2427 * configure.in (mips*-*-irix6*o32): Enable stabs.
2429 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2431 * configure.in: Don't build grez.
2432 * Makefile.in: Ditto.
2434 * Makefile.in: Remove references to bsp, cygmon, libstub.
2435 * configure.in: Ditto.
2437 * configure.in: Remove leftover reference to gdbtest.
2439 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2441 * configure.in (gxx_include_dir): Change to match versioned
2442 C++ headers if --enable-version-specific-runtime-libs is used.
2444 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2446 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2448 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2450 * configure.in: Make --without-x work.
2452 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2454 * configure.in: Rearrange target Makefile fragment collection.
2456 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2458 * configure.in: Ditto.
2460 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2462 * MAINTAINERS (Write After Approval): Update my e-mail address.
2464 2002-06-24 Ben Elliston <bje@redhat.com>
2466 * configure.in (host_tools): Remove cgen.
2468 * Makefile.in (all-cgen): Remove; runs from its source directory.
2469 (check-cgen, install-cgen, clean-cgen): Likewise.
2470 (all-opcodes): Do not depend on all-cgen.
2471 (all-sim): Likewise.
2473 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2475 * Makefile.in: Eliminate 'apache' targets.
2476 * configure.in: Eliminate 'apache' targets.
2478 * configure.in: Eliminate redundant tests. Reorganize.
2480 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2482 * config-ml.in: Eliminate references to Cygnus configure.
2484 * Makefile.in: Eliminate references to building emacs.
2486 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2488 * MAINTAINERS: Update my email address.
2490 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2492 * config.if (libstdcxx_incdir): Version C++ headers.
2493 (cxx_incdir): Remove.
2495 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2497 * MAINTAINERS (Write After Approval): Add self.
2499 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2501 * configure.in: Add support for ip2k.
2503 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2505 * configure.in: Fix AIX configury bug.
2507 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2509 * MAINTAINERS (Write After Approval): Add self.
2511 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2513 * configure.in: replace ${topsrcdir} with ${srcdir}
2515 * configure.in: Move definition of libstdcxx_flags
2516 right above usage, rather than waaay earlier.
2518 * configure.in: Pull definition of is_cross_compiler earlier.
2520 * configure.in: Rearrange a little.
2522 * configure.in: Remove references to librx.
2523 * Makefile.in: Remove references to librx.
2525 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2527 * config.sub: Add support for avr target.
2528 Import from master sources, rev 1.255
2530 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2532 * configure, .cvsignore: Revert previous change...
2533 * Makefile: ...delete.
2535 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2537 * configure.in: Eliminate ${gasdir} variable.
2539 2002-06-18 Dave Brolley <brolley@redhat.com>
2541 * configure.in: Add support for frv.
2542 * config.sub: Add support for frv.
2544 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2546 * configure: Remove garbage from previous commit.
2548 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2550 * configure: For in-source builds, make a subdir and re-exec there.
2551 * Makefile: New file. Pass targets through to build directory.
2552 * .cvsignore: No longer ignore "Makefile".
2554 2002-06-16 Douglas Rupp <rupp@gnat.com>
2556 * MAINTAINERS (Write After Approval): Add self.
2558 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2560 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2562 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2564 * configure.in (vax-*-netbsd*): Re-enable gas.
2566 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2568 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2569 BUILD_PREFIX_1, to correct nomenclature.
2570 * configure: Likewise.
2572 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2573 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2575 2002-05-31 Olaf Hering <olh@suse.de>
2577 * config-ml.in: Propogate DESTDIR also.
2579 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2581 * configure.in (vax-*-netbsd*): Don't build gas for this
2584 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2586 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2589 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2591 * MAINTAINERS (Write After Approval): Add myself.
2593 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2595 * config.guess: Update to 2002-05-22 version.
2596 * config.sub: Likewise.
2598 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2600 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2601 * config-ml.in: Likewise.
2602 * configure: Likewise.
2603 * configure.in: Likewise.
2605 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2607 * MAINTAINERS: Update my email address.
2609 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2611 * configure.in: Simplify makefile fragment collection.
2613 * configure.in: Remove code to build emacs.
2615 * configure.in : Remove --srcdir argument from targargs and buildargs
2616 (it's always overridden in the Makefile anyway). Rearrange a bit.
2618 * configure: Move some logic to configure.in.
2619 * configure.in: Move some logic from configure.
2621 2002-05-11 Tom Tromey <tromey@redhat.com>
2623 * MAINTAINERS: Reflect libgcj reality.
2625 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2627 * Makefile.in: Honour DESTDIR.
2629 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2631 * config.guess: Import 2002-03-20 version.
2632 * config.sub: Import 2002-04-26 version.
2634 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2636 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2638 2002-05-07 Tim Josling <tej@melbpc.org.au>
2640 * MAINTAINERS: Add self.
2642 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2644 * ltmain.sh: Detect and handle object name conflicts
2645 while piecewise linking a static library.
2647 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2649 * configure.in (noconfigdirs): Don't disable libgcj on
2650 sparc64-*-solaris* and sparcv9-*-solaris*.
2652 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2654 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2656 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2658 * configure.in (FLAGS_FOR_TARGET): Do not add
2659 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2660 on i[3456]86-*-linux*.
2662 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2664 * configure.in (noconfigdirs): Replace [ ] with test.
2666 * configure.in (noconfigdirs): Do not add target-newlib if
2667 target == i[3456]86-*-linux*, and host == target.
2669 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2671 * configure.in: delete reference to absent file
2673 * configure.in: replace '[' with 'test'
2675 * configure.in: Eliminate references to gash.
2676 * Makefile.in: Eliminate references to gash.
2678 * configure.in: remove useless references to 'pic' makefile fragments.
2680 * configure.in: (*-*-windows*) Finish removing.
2682 * configure.in: Eliminate redundant test for libgui.
2684 2002-04-29 Roger Sayle <roger@eyesopen.com>
2686 * MAINTAINERS: Add self and realphabetize. Update entries
2687 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2688 entry for a29k port maintainer.
2690 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2692 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2693 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2695 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2697 * configure.in: remove references to dead files
2699 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2701 * MAINTAINERS: Add information about purpose of this file.
2703 2002-04-18 Tom Tromey <tromey@redhat.com>
2705 * configure.in: Disallow configuring libgcj when it is already
2706 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2707 Solaris 2.8 by default. For PR libgcj/6158.
2709 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2711 * configure.in: Move default CC setting out of config/mh-* fragments
2714 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2716 * configure.in: don't even try to configure or make a subdirectory
2717 if there's no configure script for it.
2719 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2721 * MAINTAINERS: Remove chill maintainers.
2722 * Makefile.in (CHILLFLAGS): Remove.
2723 (CHILL_LIB): Remove.
2724 (TARGET_CONFIGDIRS): Remove libchill.
2725 (CHILL_FOR_TARGET): Remove.
2726 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2728 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2729 (CHECK_TARGET_MODULES): Likewise.
2730 (INSTALL_TARGET_MODULES): Likewise.
2731 (CLEAN_TARGET_MODULES): Likewise.
2732 (configure-target-libchill): Remove.
2733 (all-target-libchill): Remove.
2734 * configure.in (target_libs): Remove target-libchill.
2735 Do not compute CHILL_FOR_TARGET.
2736 * libchill: Remove directory.
2738 2002-04-11 DJ Delorie <dj@redhat.com>
2740 * Makefile.in, configure.in: Sync with binutils, entries
2743 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2745 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2746 (do-tar, do-bz2): New rules.
2747 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2748 (gdb-tar): New rule.
2749 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2750 (insight_dejagnu.tar): New rule.
2751 (insight.tar): New rule.
2752 (gdb+dejagnu.tar): New rule.
2753 (gdb.tar): New rule.
2755 2002-02-01 Mo DeJong <supermo@bayarea.net>
2757 * Makefile.in: Add all-tix to deps for all-snavigator
2758 so that tix is built when building snavigator.
2760 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2762 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2763 ld and gdb are not supported.
2765 2002-01-07 Mark Salter <msalter@redhat.com>
2767 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2768 Allow target-libgloss to be built for arm, strongarm, and xscale.
2770 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2772 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2773 options for i[3456]86-pc-linux* native builds.
2775 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2777 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2778 files from .po files for a distribution.
2780 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2782 * configure.in: Enable libstdc++-v3 for h8300 targets.
2784 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2786 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2789 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2791 * Makefile.in (VER): When present, extract the version number from
2792 the file version.in.
2794 2001-05-24 Tom Rix <trix@redhat.com>
2796 * configure.in : enable ld for aix
2798 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2800 * config.guess: Add linux target for S/390.
2802 2000-11-07 Philip Blundell <pb@futuretv.com>
2804 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2806 2000-11-03 Philip Blundell <pb@futuretv.com>
2808 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2811 2001-01-15 Ben Elliston <bje@redhat.com>
2813 * configure.in (host_tools): Add sid.
2814 Always configure cgen.
2816 2000-11-24 Nick Clifton <nickc@redhat.com>
2818 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2821 2000-08-20 Doug Evans <dje@casey.transmeta.com>
2823 * Makefile.in (ALL_MODULES): Add all-cgen.
2824 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2825 (all-cgen): New target.
2826 (all-opcodes,all-sim): Depend on all-cgen.
2827 * configure.in (host_tools): Add cgen.
2828 Only configure cgen if --enable-cgen-maint.
2830 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
2832 * configure.in: Add *-*-freebsd* configurations.
2834 2002-04-08 Tom Tromey <tromey@redhat.com>
2836 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2837 Fixes PR libgcj/6068.
2839 2002-03-30 Krister Walfridsson <cato@df.lth.se>
2841 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2843 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2845 * configure.in (alpha*-dec-osf*): Enable libgcj.
2847 2003-03-27 Matthew Gingell <gingell@gnat.com>
2849 * MAINTAINERS (Write After Approval): Add myself.
2851 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2853 Fix for: PR bootstrap/3591, target/5676
2854 * configure.in (mcore-pe): Disable the configuration of
2855 libstdc++-v3 since exceptions are not supported.
2857 2002-03-20 Anthony Green <green@redhat.com>
2859 * configure.in: Enable libgcj for xscale-elf target.
2861 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2863 * MAINTAINERS: Update my email address.
2865 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
2867 * ltmain.sh (relink_command): Fix typo in previous change.
2869 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2871 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2872 (relink_command): Added --tag flags.
2873 (mode=install): If relinking fails; error out.
2875 2002-03-12 Richard Henderson <rth@redhat.com>
2877 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2879 (do-check): Rename from check.
2880 (check): Allow parallel check.
2882 2002-03-12 Bob Wilson <bob.wilson@acm.org>
2884 * MAINTAINERS: Add myself as maintainer for xtensa port.
2885 Fix alphabetical order in CPU port maintainer list.
2886 Remove myself from Write After Approval list.
2888 2002-03-11 Richard Henderson <rth@redhat.com>
2890 * Makefile.in (.NOTPARALLEL): Add fake tag.
2892 2002-03-07 H.J. Lu (hjl@gnu.org)
2894 * configure.in: Enable gprof for mips*-*-linux*.
2896 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2898 * MAINTAINERS (Write After Approval): Add myself.
2900 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
2902 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2904 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2906 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
2908 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2909 because its Makefile is there; test for the executable instead.
2911 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
2913 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2914 libstdc++-v3 and libjava.
2916 2002-02-11 Adam Megacz <adam@xwt.org>
2918 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2921 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
2923 * config.guess: Updated to 2002-01-30's version.
2924 * config.sub: Updated to 2002-02-01's version.
2925 Contribute sh64-elf.
2926 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2927 * configure.in: Added sh64-*-*.
2929 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2931 * MAINTAINERS: Belatedly add myself to write after approval list.
2933 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2935 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2936 Remove self as Write After Approval.
2938 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
2940 * MAINTAINERS: Put self in as maintainer for contrib/regression
2943 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
2945 * MAINTAINERS: Update my email address.
2947 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2949 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2950 target-libiberty, and target-libgloss. Skip Java-related
2951 libraries if not supported for NetBSD on target CPU.
2953 2002-01-25 Douglas B Rupp <rupp@gnat.com>
2955 * install-sh: Use _inst.$$_ for temp file name.
2957 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
2959 * MAINTAINERS (Write After Approval): Move my contact info
2961 (OS Port Maintainers): ...to here (netbsd).
2963 2002-01-22 Bob Wilson <bob.wilson@acm.org>
2965 * MAINTAINERS (Write After Approval): Add myself.
2967 2002-01-17 H.J. Lu <hjl@gnu.org>
2969 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2970 (all-target-fastjar): Also depend on all-target-libiberty.
2972 2002-01-16 H.J. Lu (hjl@gnu.org)
2974 * config.guess: Import from master sources, rev 1.225.
2975 * config.sub: Import from master sources, rev 1.238.
2977 2002-01-16 Kazu Hirata <kazu@hxi.com>
2979 * MAINTAINERS (Write After Approval): Remove myself.
2981 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
2983 * MAINTAINERS (Write After Approval): Add myself.
2985 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2987 * MAINTAINERS: Add self as docs co-maintainer.
2989 2001-12-11 Matthias Klose <doko@debian.org>
2991 * MAINTAINERS (Write After Approval): Add myself.
2993 2001-12-09 Zack Weinberg <zack@codesourcery.com>
2995 * MAINTAINERS: Update my email address.
2997 2001-12-07 Turly O'Connor <turly@apple.com>
2998 * MAINTAINERS (Write After Approval): Add myself.
2999 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3000 (rs6000_initialize_trampoline): Call __trampoline_setup for
3002 * darwin-tramp.asm: New file, implements __trampoline_setup.
3003 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3005 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3007 * MAINTAINERS (Write After Approval): Add myself.
3009 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3011 * configure, configure.in: Use temp file for long sed commands.
3013 2001-12-03 Laurent Guerby <guerby@acm.org>
3015 * config.sub: Update to version 1.232 on subversion.
3017 2001-12-03 Ben Elliston <bje@redhat.com>
3019 * MAINTAINERS: Update mail address for config.* patches.
3021 2001-11-27 DJ Delorie <dj@redhat.com>
3022 Zack Weinberg <zack@codesourcery.com>
3024 When build != host, create libiberty for the build machine.
3026 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3028 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3030 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3032 (all.normal): Depend on ALL_BUILD_MODULES.
3033 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3034 (all-build-libiberty): Depend on configure-build-libiberty.
3036 * configure: Calculate and substitute proper value for
3038 * configure.in: Create the build subdirectory.
3039 Calculate and substitute TARGET_CONFIGARGS (formerly
3040 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3042 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3044 * MAINTAINERS (write-after-approval): Add self.
3046 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3048 * MAINTAINERS (GNATS only accounts): Remove self.
3050 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3052 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3055 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3057 * MAINTAINERS (Write After Approval): Add self.
3059 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3061 * MAINTAINERS: mips and s390 are also CPU ports.
3063 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3065 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3067 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3069 * MAINTAINERS: Alphabetize.
3071 2001-11-09 Kazu Hirata <kazu@hxi.com>
3073 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3075 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3077 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3079 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3081 * configure.in (--enable-languages): Be more permissive about
3082 syntax. Check for empty lists better. Warn about $LANGUAGES.
3084 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3086 * config.sub: Import from master sources, rev. 1.230.
3087 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3089 2001-11-07 Laurent Guerby <guerby@acm.org>
3091 * MAINTAINERS (Write After Approval): Add self.
3093 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3095 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3097 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3099 * config.sub: Import from master sources, rev 1.226.
3100 * config.guess: Import from master sources, rev 1.216.
3102 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3104 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3105 * MAINTAINERS: Add self as maintainer of MMIX port.
3106 Remove old after-approval entry.
3108 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3110 * ChangeLog, configure: Fix spelling errors.
3112 2001-10-20 Brendan Kehoe <brendan@zen.org>
3114 * MAINTAINERS: Tweak my address.
3116 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
3118 * MAINTAINERS: Update my email address.
3120 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3122 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3123 * MAINTAINERS: Add self as maintainer of CRIS port.
3125 2001-10-10 Geert Bosch <bosch@gnat.com>
3127 * MAINTAINERS (Various maintainers: Ada front end):
3130 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3132 * MAINTAINERS (Write After Approval): Added self
3134 2001-10-02 Geert Bosch <bosch@gnat.com>
3136 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3138 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3140 * configure: Handle temporary files securely using mkdir.
3142 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3144 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3146 2001-09-26 Will Cohen <wcohen@redhat.com>
3148 * configure.in (*-*-linux*): Disable configuration of target-newlib
3149 and target-libgloss.
3151 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3153 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3156 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3158 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3159 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3160 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3161 avoid quotes nesting problems.
3162 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3163 (DO_X): Export only variables that are set.
3165 2001-09-19 Ben Elliston <bje@redhat.com>
3167 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3168 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3169 semantics. Use the shell built-in "type" command instead.
3171 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3173 Merged from gcc-3_0-branch:
3174 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3175 * ltcf-c.sh: Use $objext, not $ac_objext.
3176 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3177 * ltcf-cxx.sh: Add support for GNU.
3178 2001-07-22 Timothy Wall <twall@redhat.com>
3179 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3180 default settings if using GNU tools with that configuration.
3181 * ltcf-cxx.sh: Ditto.
3182 * ltcf-gcj.sh: Ditto.
3183 2001-07-21 Michael Chastain <chastain@redhat.com>
3184 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3185 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3186 * ltmain.sh: Mark as gcc-local.
3188 2001-08-30 Eric Christopher <echristo@redhat.com>
3189 Jason Eckhardt <jle@redhat.com>
3191 * config.guess: Merge from master sources.
3192 * config.sub: Merge from master sources, add support for mipsisa32.
3194 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3195 * config.sub: Merge from master sources, rev 1.219.
3196 * MAINTAINERS: Add self as contact for stormy16 port.
3198 2001-08-14 Zack Weinberg <zackw@panix.com>
3200 * config.sub: Merge from master sources, rev 1.218.
3201 * config.guess: Merge from master sources, rev 1.209.
3203 2001-08-11 Graham Stott <grahams@redhat.com>
3205 * Makefile.in (check-c++): Add missing semicolon.
3207 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3209 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3211 2001-07-30 Eric Christopher <echristo@redhat.com>
3213 * MAINTAINERS (Various maintainers: mips port): Added myself.
3215 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3217 * configure.in (sh-*-linux*): New.
3219 2001-07-27 Richard Henderson <rth@redhat.com>
3221 * .cvsignore: Add LAST_UPDATED.
3223 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3225 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3227 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3229 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3231 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3233 * MAINTAINERS (Write After Approval): Added myself.
3235 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3237 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3238 and libgcj on m68hc11/m68hc12.
3240 2001-06-27 H.J. Lu (hjl@gnu.org)
3242 * Makefile (CFLAGS_FOR_BUILD): New.
3243 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3245 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3247 * README: Remove version number.
3249 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3251 * INSTALL/README: Update wrt. to the installation instructions now
3252 residing in gcc/doc/install.texi.
3254 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3256 * README: Replace with a cut-down and updated version of gcc/README.
3258 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3260 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3261 multilibs to be disabled.
3263 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3265 * MAINTAINERS (Write After Approval): Add myself.
3267 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3269 * config.guess: Import CVS version 1.195.
3270 * config.sub: Import CVS version 1.212.
3272 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3274 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3275 gcc/xgcc is built, use -print-prog-name to find out the program
3278 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3280 * config.guess: Import CVS version 1.194. All gcc-local changes
3281 appear to also be in the master copy.
3282 * config.sub: Import CVS version 1.211.
3284 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3286 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3287 with_gcc]: Use `gcc -shared' to build a shared library.
3289 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3291 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3294 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3296 * MAINTAINERS (Write After Approval): Add myself.
3298 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3300 * configure.in (libstdcxx_flags): Do not try to execute
3301 libstdc++-v3/testsuite_flags until it exists.
3303 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3305 * MAINTAINERS: Update my email address.
3307 2001-05-31 Graham Stott <grahams@redhat.com>
3309 * MAINTAINERS (Write After Approval): Add myself.
3311 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3313 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3314 libraries when using g++ with native linker.
3316 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3318 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3320 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3322 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3323 [aix4*|aix5*]: Prepend blank.
3325 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3327 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3328 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3329 of subdir/configure scripts to use the new libtool.m4.
3331 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3333 * MAINTAINERS (Write After Approval): Add myself.
3335 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3337 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3339 2001-05-11 Ben Elliston <bje@redhat.com>
3341 * Makefile.in (all-sid): New target.
3342 (check-sid, clean-sid, install-sid): Likewise.
3344 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3346 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3348 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3350 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3353 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3355 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3356 gcc/xgcc is built, use -print-prog-name to find out the program
3359 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3361 * configure.in (noconfigdirs): Don't reset it from scratch in the
3362 target case; only append to it.
3364 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3365 sparc-*-solaris2.8]: Disable ${libgcj}.
3367 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3369 * configure.in (libgcj_saved): Copy from $libgcj.
3370 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3373 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3375 * MAINTAINERS: Remove self as MIPS maintainer and
3376 C front end maintainer.
3378 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3380 * configure.in: Move *-chorusos target case to the proper switch.
3383 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3385 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3388 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3390 * Makefile.in (STAGE1_CFLAGS): Pass down.
3392 2001-04-13 Alan Modra <amodra@one.net.au>
3394 * config.guess: Add hppa64-linux support. Note for next import that
3395 this is already in the master file.
3396 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3398 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3400 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3401 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3403 2001-04-11 Stan Shebs <shebs@apple.com>
3405 * MAINTAINERS: Add self as Darwin port maintainer.
3407 2001-04-11 Alan Modra <amodra@one.net.au>
3409 * MAINTAINERS: Update my email address.
3411 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3413 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3414 recent versions of FreeBSD (release 3 or later).
3415 * ltconfig: On FreeBSD, -lc must not be provided when building
3416 a shared library or else the standard -pthread gcc option is
3417 rendered worthless to later users of the built library.
3419 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3421 * MAINTAINERS: Add self and RTH as C front end maintainers.
3423 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3425 * config.sub: Make sure to match an already-canonicalized
3426 machine name (eg. mn10300-unknown-elf).
3428 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3430 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3432 (bootstrap, cross): Use RECURSE_FLAGS.
3433 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3435 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3437 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3439 2001-03-22 Colin Howell <chowell@redhat.com>
3441 * Makefile.in (DO_X): Do not backslash single-quotes in
3442 backquotes (two places).
3444 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3447 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3448 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3449 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3450 * ltcf-cxx.sh: Likewise.
3451 * ltcf-gcj.sh: Likewise.
3453 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3455 * MAINTAINERS: Add myself as "documentation co-maintainer".
3457 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3459 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3460 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3462 2001-03-19 Tom Tromey <tromey@redhat.com>
3464 * config-ml.in: Handle GCJ and GCJFLAGS.
3466 2001-03-21 Michael Chastain <chastain@redhat.com>
3468 * Makefile.in: all-m4 depends on all-texinfo.
3470 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3472 * MAINTAINERS: Add myself to write after approval list.
3474 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3476 * Makefile.in (DO_X): Quote nested quotes.
3478 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3480 * MAINTAINERS: Add myself to write after approval list.
3482 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3484 * Makefile.in (DO_X): Use double quotes for quoting
3485 "RANLIB=$${RANLIB}".
3487 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3489 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3491 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3493 * configure.in: Only use `lang_requires' for languages athat are
3496 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3498 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3500 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3502 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3504 2001-03-07 Tom Tromey <tromey@redhat.com>
3506 * configure.in: Allow config-lang.in to set `lang_requires' to list
3507 of other required languages.
3509 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3511 * Makefile.in: Remove RANLIB definition. Use RANLIB
3512 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3513 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3515 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3516 Alexandre Oliva <aoliva@redhat.com>
3518 * Makefile.in (check-c++): Use tabs, not spaces.
3520 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
3522 * MAINTAINERS: add myself to Write After Approval list.
3524 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3526 * Makefile.in (check-c++): New rule.
3528 * configure.in (target_libs): Remove libg++.
3529 (noconfigdirs): Remove libg++.
3530 (noconfigdirs): Same.
3531 (noconfigdirs): Same.
3532 (noconfigdirs): Same.
3534 * config-ml.in: Remove libg++ references.
3536 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3537 (ALL_TARGET_MODULES): Same.
3538 (configure-target-libg++): Remove.
3539 (all-target-libg++): Remove.
3540 (configure-target-libio): Remove.
3541 (all-target-libio): Remove.
3542 (check-target-libio): Remove.
3544 (libg++.tar.bz2): Remove.
3545 (all-target-cygmon): Remove libio.
3546 (all-target-libstdc++): Remove.
3547 (configure-target-libstdc++): Remove.
3548 (TARGET_LIB_PATH): Remove libstdc++.
3549 (ALL_GCC_CXX): Remove libstdc++.
3550 (all-target-gperf): Correct.
3552 2001-02-16 Nick Clifton <nickc@redhat.com>
3554 * configure.in (noconfigdirs): Allow configuration of texinfo
3557 2001-02-15 Anthony Green <green@redhat.com>
3559 * configure: Introduce GCJ_FOR_TARGET.
3560 * configure.in: Ditto.
3561 * Makefile.in: Ditto.
3563 2001-02-13 Andreas Schwab <schwab@suse.de>
3565 * MAINTAINERS: Update mail address.
3567 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3569 * config.guess: Add linux target for S/390.
3570 * config.sub: Likewise.
3572 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3574 * configure.in: for *-chorusos, don't config target-newlib and
3577 2001-02-06 Ben Elliston <bje@redhat.com>
3579 * configure: Output host type to stdout, not stderr.
3581 2001-02-05 Mark Mitchell <mark@codesourcery.com>
3583 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3584 * ltcf-cxx.sh: Likewise.
3586 * config.if: Assume enable_libstdcxx_v3 is defined.
3588 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3590 Remove V2 C++ library.
3591 * configure.in: Remove --enable-libstdcxx_v3 support.
3593 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3595 * include/demangle.h: Add prototype for java_demangle_v3.
3597 2001-01-29 Phil Edwards <pme@sources.redhat.com>
3599 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3601 2001-01-27 Richard Henderson <rth@redhat.com>
3603 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3605 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3607 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3608 Don't unset, it's non-portable and no longer necessary, set to empty
3611 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3613 * ltconfig: Shell portability fix for the tagname validity check.
3615 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
3617 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3618 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3620 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3622 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3624 2001-01-26 Tom Tromey <tromey@redhat.com>
3626 * configure.in: Allow libgcj to be built on Sparc Solaris.
3628 2001-01-25 David Edelsohn <edelsohn@gnu.org>
3630 * ltcf-c.sh: Add aix5 case.
3631 * ltcf-cxx.sh: Likewise.
3632 * ltconfig: Likewise.
3634 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
3636 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3637 keep at least one of build_libtool_libs or build_old_libs set to
3640 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3641 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3643 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3645 * configure.in: Enable libgcj on several additional platforms.
3647 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3649 * configure.in: Enable libgcj for linux targets.
3651 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3653 * MAINTAINERS (Write After Approval): Add myself.
3655 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3657 * MAINTAINERS: Add myself as vax port maintainer.
3659 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3661 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3663 2001-01-09 Mike Stump <mrs@wrs.com>
3665 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3666 failures of subdirectories.
3668 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3670 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3671 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3672 * ltcf-cxx.sh: Likewise.
3673 * ltcf-gcj.sh: Likewise.
3674 * ltconfig.sh: Fix typo.
3676 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3678 * configure: handle DOS-style absolute paths.
3680 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3682 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3684 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3686 * MAINTAINERS: Add myself as avr port co-maintainer.
3688 2000-12-28 Ben Elliston <bje@redhat.com>
3690 * MAINTAINERS: Add myself under ``Write After Approval''.
3692 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3694 * texinfo: Remove directory from GCC.
3696 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3698 * COPYING: Update to current
3699 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3700 to 19yy as example year in copyright notice).
3702 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3704 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3705 (libstdcxx_incdir): Pass down.
3706 * config.if: Remove expired bits for cxx_interface, add stub.
3707 (libstdcxx_incdir): Add variable for g++ include directory.
3708 * configure.in (gxx_include_dir): Use it.
3710 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3712 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
3713 with old-email address from ``Write After Approval''.
3715 2000-12-15 Andreas Jaeger <aj@suse.de>
3717 * configure.in: Handle lang_dirs.
3719 2000-12-14 Tom Tromey <tromey@redhat.com>
3721 * MAINTAINERS: Removed brads.
3723 * MAINTAINERS: Added gcj developers.
3725 2000-12-13 Anthony Green <green@redhat.com>
3727 * configure.in: Disable libgcj for any target not specifically
3728 listed. Disable libgcj for x86 and Alpha Linux until compatible
3731 2000-12-13 Mike Stump <mrs@wrs.com>
3733 * Makefile.in (local-distclean): Also remove fastjar.
3735 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
3737 * contrib/gcc_update: Add fastjar --touch entries.
3739 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
3741 * configure.in: Disable language-specific target libraries for
3742 languages that aren't enabled.
3744 2000-12-10 Anthony Green <green@redhat.com>
3746 * configure.in: Define libgcj. Disable libgcj target libraries for
3749 2000-12-10 Neil Booth <neilb@earthling.net>
3751 * MAINTAINERS: Update mail address, remove from WAA list.
3753 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3755 * libjava: Imported from /cvs/java.
3757 * Boehm-gc: Likewise.
3759 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3761 * configure.in (target_libs): Revert 2000-12-08 patch.
3762 (noconfigdirs): Added target-libjava.
3764 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3766 * djunpack.bat: removed.
3768 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3770 * Makefile.in: handle DOS-style absolute paths.
3771 * config-ml.in: likewise.
3772 * symlink-tree: likewise.
3774 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3776 * fastjar: Imported.
3778 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3780 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3782 * configure.in (target_libs): Removed `target-libjava'.
3784 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3786 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3787 (ALL_MODULES): Added fastjar.
3788 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3789 (all-target-libjava): all-fastjar replaces all-zip.
3790 (all-fastjar): Added.
3791 (configure-target-fastjar, all-target-fastjar): Likewise.
3792 * configure.in (host_tools): Added fastjar.
3794 2000-12-07 Mike Stump <mrs@wrs.com>
3796 * Makefile.in (local-distclean): Remove leftover built files.
3798 2000-11-24 Nick Clifton <nickc@redhat.com>
3800 * configure.in (xscale-elf): Add target.
3801 (xscale-coff): Add target.
3803 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
3805 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3806 recent versions of FreeBSD (release 3 or later).
3807 * ltconfig: On FreeBSD, -lc must not be provided when building
3808 a shared library or else the standard -pthread gcc option is
3809 rendered worthless to later users of the built library.
3811 2000-11-16 Fred Fish <fnf@be.com>
3813 * configure.in (enable_libstdcxx_v3): Fix typo,
3814 libstd++ -> libstdc++.
3816 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3818 * MAINTAINERS: Add self to Write After Approval list.
3820 2000-11-21 Bernd Schmidt <bernds@redhat.com>
3822 * MAINTAINERS: Update my email address. Add myself to global write
3825 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
3827 * Makefile.in: Merge with src and libgcj.
3828 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3829 configure-target-<library> when their configure scripts need the C
3830 or C++ library to have already been built to work properly.
3831 (do_proto_toplev): Set them to an empty string.
3833 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3834 (REALLY_SET_LIB_PATH): Use them.
3836 2000-11-17 Stan Shebs <shebs@apple.com>
3838 * MAINTAINERS: Add self to Write After Approval list.
3840 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3842 * configure: Provide the original toplevel configure arguments
3843 (including $0) to subprocesses in the environment rather than
3844 through gcc/configargs.h.
3846 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3848 * MAINTAINERS: Remove references to cccp. Change C9X reference to
3849 C99. Alphabetise "Write After Approval" list.
3851 2000-11-12 Mark Mitchell <mark@codesourcery.com>
3853 * configure: Turn on libstdc++ V3 by default.
3855 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
3858 2000-11-11 Philip Blundell <philb@gnu.org>
3860 * MAINTAINERS: Add self to Write After Approval list.
3862 2000-11-09 David Edelsohn <edelsohn@gnu.org>
3864 * ltcf-c.sh (aix4): Improve shared library configuration; require
3866 * ltcf-cxx.sh (aix4): Define.
3867 * ltconfig (aix4): Define library and soname specs appropriate for
3868 AIX. Define command to create export symbols list.
3870 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
3872 * config.sub: Add support for Sun Chorus
3874 2000-10-31 Nick Clifton <nickc@redhat.com>
3876 * MAINTAINERS: Rename <name>@cygnus.com addresses to
3877 <name>@redhat.com. Also installed new email address for Clint
3880 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
3882 * etc: Remove directory from GCC.
3884 2000-10-16 Michael Meissner <meissner@redhat.com>
3886 * configure (gcc/configargs.h): Only create if there is a build GCC
3889 2000-10-16 Matthias Klose <doko@debian.org>
3891 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
3892 when configured for libstdc++-v3.
3894 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
3896 * configure: Save configure arguments to gcc/configargs.h.
3898 2000-10-04 Philipp Thomas <pthomas@suse.de>
3900 * config.guess: Import CVS version 1.157.
3901 * config.sub: Import CVS version 1.181.
3903 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
3905 * Makefile.in (bootstrap): avoid recursion if subdir missing
3907 (do-proto-toplev): ditto
3909 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
3911 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
3912 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
3914 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
3915 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3916 all affected `configure' scripts.
3918 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
3920 * MAINTAINERS: Add self as cpplib co-maintainer.
3922 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
3924 * MAINTAINERS: Add self to Write After Approval list.
3926 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3928 * INSTALL/README: egcs -> GCC update.
3930 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
3932 * MAINTAINERS: Add myself to Write After Approval list.
3934 2000-09-15 Kazu Hirata <kazu@hxi.com>
3936 * MAINTAINERS: Add myself to Write After Approval list.
3938 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3940 * configure.in: Do not build byacc for hppa64. Provide paths to the
3941 X11 libraries for hppa64.
3943 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3945 * MAINTAINERS: Add myself as 68hc11 port maintainer.
3947 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3949 * Makefile.in (all-zlib): Added dummy target.
3951 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3952 ltcf-gcj.sh: Updated from libtool multi-language branch.
3954 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
3956 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3957 (bootstrap*): Depend on all-bootstrap.
3959 2000-09-05 Philipp Thomas <pthomas@suse.de>
3961 * config.guess: Import CVS version 1.156.
3962 * config.sub: Import CVS version 1.179.
3964 2000-09-02 Anthony Green <green@cygnus.com>
3966 * Makefile.in (all-gcc): Depend on all-zlib.
3967 (CLEAN_MODULES): Add clean-zlib.
3968 (ALL_MODULES): Add all-zlib.
3969 * configure.in (host_libs): Add zlib.
3971 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
3973 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3974 crosses, but add gcc/include to the header search path for them.
3976 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
3978 * MAINTAINERS: Add self to Write After Approval list.
3980 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3982 * config.guess: Import CVS version 1.152.
3983 * config.sub: Import CVS version 1.177.
3985 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
3987 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3988 $targargs to tell whether newlib is going to be built.
3990 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3991 $$r/TARGET_SUBDIR/libio for _G_config.h.
3993 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3995 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
3997 2000-08-22 DJ Delorie <dj@redhat.com>
3999 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
4001 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4003 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4004 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4007 2000-08-21 DJ Delorie <dj@redhat.com>
4009 * MAINTAINERS: Add self as a libiberty maintainer
4011 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
4013 * configure.in (libstdcxx_flags): Use
4014 libstdc++-v3/src/libstdc++.INC.
4016 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
4018 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4020 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4022 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4024 * configure: Make enable_threads and enable_shared defaults
4025 explicit. Substitute enable_threads into generated Makefiles.
4026 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4027 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4029 2000-08-13 Geoff Keating <geoffk@cygnus.com>
4031 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
4033 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
4035 * config-ml.in (CC): Remove bogus duplicate quotation mark from
4038 2000-08-11 Jason Merrill <jason@redhat.com>
4040 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4041 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4042 (FLAGS_FOR_TARGET): Not here.
4043 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4045 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
4047 * config-ml.in (CC, CXX): Don't introduce a leading space.
4049 2000-08-07 DJ Delorie <dj@delorie.com>
4051 * MAINTAINERS: Add self as a DJGPP maintainer
4053 2000-08-07 DJ Delorie <dj@redhat.com>
4055 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4056 "if we're also building gcc, and it's a gcc that will run on the
4057 build machine, we want to use its includes instead of the system's
4060 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
4062 * MAINTAINERS: Add self to Write After Approval list.
4064 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
4066 * configure.in (libstdcxx_flags): Don't use `"'.
4068 * config-ml.in: Adjust multilib search paths to the
4069 appropriate multilib tree.
4071 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
4073 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4074 commas in $LANGUAGES.
4076 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
4078 * configure.in: Re-enable all references to libg++ and librx.
4080 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
4082 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
4083 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
4084 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
4085 * ltcf-cxx.sh (need_lc): Set based on postdeps.
4087 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4089 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
4091 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4092 CXX_FOR_TARGET for sed.
4094 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
4096 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4097 Do not override if already set in the environment or in configure.
4098 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4099 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4101 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
4103 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
4104 the libtool CVS tree multi-language branch.
4105 * ltconfig, ltmain.sh: Updated.
4107 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
4109 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
4110 (clean-target): Depend on it.
4112 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4113 (GCC_FOR_TARGET): Use it.
4114 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4115 * configure.in: ... here.
4116 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4117 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4119 2000-07-24 Eric Christopher <echristo@cygnus.com>
4121 * MAINTAINERS: Add self to Write After Approval list.
4123 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
4125 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4126 (configure-target-libchill, configure-target-libobjc): Likewise.
4128 * configure.in: Use the same cache file for all target libs.
4129 * config-ml.in: But different cache files per multilib variant.
4131 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4133 * configure (topsrcdir): Don't use dirname.
4135 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
4137 * MAINTAINERS: Add self to Write After Approval list.
4139 2000-07-20 Jason Merrill <jason@redhat.com>
4141 * configure.in: Remove all references to libg++ and librx.
4143 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4145 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4147 * config.sub: Update to subversions version 2000-07-06.
4149 2000-07-12 Andrew Haley <aph@cygnus.com>
4151 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4152 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4154 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
4156 * symlink-tree: Check number of arguments.
4158 2000-07-05 Jim Wilson <wilson@cygnus.com>
4160 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4161 search path for a g++ extracted from the build tree. This
4162 will allow link tests run by configure scripts in
4163 subdirectories to succeed.
4165 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4167 * ltconfig: Add support for mips-dde-sysv4.2MP
4169 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4171 * MAINTAINERS: Add myself as loop discovery maintainer.
4173 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4175 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4176 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4178 2000-06-19 Timothy Wall <twall@cygnus.com>
4180 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4181 * config.sub: Add tic54x target.
4183 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
4185 * MAINTAINERS: Add self as Fortran maintainer,
4186 remove Craig Burley.
4188 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
4190 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4191 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4193 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
4195 * MAINTAINERS: Add self as i18n maintainer
4197 20000-05-21 H.J. Lu (hjl@gnu.org)
4199 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4200 directory are used if they exist. Make sure
4201 $(build_tooldir)/include is searched for header files,
4202 $(build_tooldir)/lib/ for library files.
4203 (GCC_FOR_TARGET): Likewise.
4204 (CXX_FOR_TARGET): Likewise.
4206 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
4208 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4210 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
4212 * Makefile.in (configure-target-libiberty): Depend on
4213 configure-target-newlib.
4215 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4217 * configure.in, Makefile.in: Merge all libffi-related
4218 configury stuff from the libgcj tree.
4220 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
4222 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4223 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4225 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4227 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4228 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4229 current version information. Add to proto-toplev directory.
4230 (gdb-taz): Build do-djunpack.
4232 2000-05-15 David Edelsohn <edelsohn@gnu.org>
4234 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4236 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
4238 * MAINTAINERS: Add self to Write After Approval list.
4240 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4242 * ltmain.sh: Preserve in relink_command any environment
4243 variables that may affect the linker behavior.
4245 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
4247 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4249 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
4251 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4253 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4255 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
4256 with the version name.
4258 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
4260 * MAINTAINERS: Add self as bb-reorder maintainer.
4262 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
4266 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4268 * djunpack.bat: New file.
4270 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
4272 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4273 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4274 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4275 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
4277 2000-04-16 Dave Pitts <dpitts@cozx.com>
4279 * config.sub (case $basic_machine): Change default for "ibm-*"
4282 2000-04-13 Andreas Jaeger <aj@suse.de>
4284 * MAINTAINERS: Added myself.
4286 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4288 * Makefile.in (gdb-taz): New target. GDB specific archive.
4289 (do-md5sum): New target.
4291 (PACKAGE): Default to TOOL.
4292 (VER): Default to a shell script.
4293 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4294 md5 checksum generation.
4295 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4296 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4297 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4298 insight.tar.bz2): Use gdb-taz to create archive.
4300 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4302 * configure (warn_cflags): Delete.
4304 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
4306 * MAINTAINERS: Added myself.
4308 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
4309 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
4311 * configure.in (enable_libstdcxx_v3): Add.
4312 (target_libs): Add bits here to switch between libstdc++-v2 and
4314 * config.if: And this file too.
4315 * Makefile.in: Add libstdc++-v3 targets.
4317 2000-04-05 Michael Meissner <meissner@redhat.com>
4319 * config.sub (d30v): Add d30v as a basic machine type.
4321 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
4323 * configure.in: -linux-gnu*, not -linux-gnu.
4325 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
4327 * MAINTAINERS: Add self in write-after-approval section.
4329 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
4331 * MAINTAINERS: Add self as ia64 port maintainer.
4333 2000-03-08 Neil Booth <NeilB@earthling.net>
4335 * MAINTAINERS: Add self in write-after-approval section.
4337 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
4339 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4340 (do-tar-bz2): Replace TOOL with PACKAGE.
4341 (gdb.tar.bz2): Remove GDBTK from GDB package.
4342 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4343 dejagnu.tar.bz2): New packages.
4345 2000-02-27 Andreas Jaeger <aj@suse.de>
4347 * configure.in: Add entry for mips*-*-linux*, move catch all
4348 *-*-*linux* entry below this one.
4350 2000-02-27 Ian Lance Taylor <ian@zembu.com>
4352 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4354 2000-02-24 Nick Clifton <nickc@cygnus.com>
4356 * config.sub: Support an OS of "wince".
4358 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
4360 * config.guess, config.sub: Updated to match config's 2000-02-15
4363 2000-02-23 Linas Vepstas <linas@linas.org>
4365 * config.sub: Add support for Linux/IBM 370.
4366 * configure.in: Likewise.
4368 2000-02-22 Nick Clifton <nickc@cygnus.com>
4370 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.