1 2004-08-17 Robert Millan <robertmh@gnu.org>
3 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5 * configure: Regenerate.
7 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9 * Makefile.in: Regenerate.
10 * configure: Regenerate.
12 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
14 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
15 for bootstrapped modules if toplevel bootstrap is going.
16 (GCC bootstrap): Generate per-stage targets for all bootstrapped
17 modules. Adjust for changes in Makefile.def. Enable several
18 rules even in non-bootstrap mode, just to avoid peppering the
19 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
20 (stage-[+prev+]-bubble): Remove.
22 * Makefile.def (Dependencies): Depend on all-build-bison,
23 all-build-flex, all-build-byacc, all-build-texinfo, rather
24 than the host variations.
25 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
27 (BISON): Update for recent Bisons.
29 (cross): Depend on all-build.
30 (all): Do not depend on all-build.
31 (prebootstrap): Remove.
32 (dep-kind): Accept separate prefixes for MODULE and ON variables.
33 (Prebootstrap dependencies): Add them to the per-stage targets
34 and to all-prebootstrap.
35 * configure.in (build_configdirs): Always enable build_tools.
36 (BUILD_DIR_PREFIX): Remove.
38 * Makefile.def (gcc): Add target variable.
39 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
40 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
41 in the recursive `make', instead of hardwiring `all'.
42 (Autogenerated TARGET-* variables): New.
44 2004-08-13 Brian Booth <bbooth@redhat.com>
46 * MAINTAINERS: Remove myself from write-after-approval.
48 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
50 * src-release: Stop distributing mmalloc with gdb (which doesn't
52 * Makefile.def: GDB doesn't depend on mmalloc anymore.
53 * Makefile.in: Regenerate.
55 2004-08-09 Mark Mitchell <mark@codesourcery.com>
57 * configure.in (arm*-*-eabi*): New target.
58 * configure: Regenerate.
60 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
62 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
63 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
64 (Dependencies): New section.
65 * Makefile.tpl (Dependencies): Generate from Makefile.def.
66 (configure-target-[+module+]): Depend on maybe-all-gcc
67 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
68 (toplevel profiledbootstrap): Fix dependencies.
69 * Makefile.in: Regenerate.
71 2004-08-03 Mark Mitchell <mark@codesourcery.com>
73 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
74 target-libiberty to noconfigdirs.
75 * configure: Regenerate.
77 2004-08-03 Paul Brook <paul@codesourcery.com>
79 * configure.in: Check for MPFR as well as GMP.
80 * configure: Regenerate.
82 2004-08-01 Robert Millan <robertmh@gnu.org>
84 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
85 libmudflap for all GNU-based systems (with Glibc).
86 * configure: Regenerate.
88 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
90 * Makefile.def (host-modules): Add gcc.
91 * Makefile.in: Regenerate.
92 * Makefile.tpl (sorry): New rule.
93 (configure-host, all-host, [+make_target+]-host, do-check,
94 install-host): Do not add gcc as a special case.
95 (host modules): Add a small special-casing for gcc. Export
96 extra_make_flags through the environment.
97 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
98 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
99 other recursive targets for gcc): Remove.
101 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
102 (stage, unstage): New rules.
103 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
104 distclean-stage[+id+]): Use stage_current.
105 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
106 the stage*-start rules.
108 2004-08-02 Geoffrey Keating <geoffk@apple.com>
110 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
113 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
115 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
116 * configure: Regenerate.
118 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
120 * maintainer-scripts/gcc_release: Revert yesterday's change.
122 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
124 * MAINTAINERS: Add myself to write-after-approval.
126 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
129 * gcc/gccbug.in: Updated because of libf2c removal.
130 * maintainer-scripts/gcc_release: Ditto.
132 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
134 * configure.in: Build libmudflap by default on FreeBSD.
135 * configure: Regenerated.
137 2004-07-09 Mark Mitchell <mark@codesourcery.com>
139 * configure.in: Do not build libmudflap by default on non-GNU/Linux
141 * configure: Regenerated.
143 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
146 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
147 feedback based compiler.
148 * Makefile.in: Rebuilt.
150 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
152 * Makefile.def (host_modules): Set bootstrap=true for flex.
153 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
154 * Makefile.in: Rebuilt.
156 2004-07-07 Jan Hubicka <jh@suse.cz>
158 * MAINTAINERS: Add self as a profile feedback maintainer.
160 2004-07-05 Phil Edwards <phil@codesourcery.com>
162 * configure.in: Do not prepend $srcdir to /dev/null in
164 * configure: Regenerate.
166 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
168 * Makefile.def (build_modules): Add bison, byacc, flex,
170 (flags_to_pass): Add FLEX.
171 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
172 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
173 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
174 DEFAULT_MAKEINFO): Remove.
175 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
176 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
177 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
178 objdir or else use configured tool.
181 (Build module dependencies): Add.
182 * Makefile.in: Regenerate.
183 * configure.in: Better support for multiple build modules,
184 matching what is done for host/target modules. Do not look
185 for "plausible" locations of build tools if Canadian cross.
186 Use autoconf's AC_PROG_CC to find a C compiler. Define
187 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
188 * configure: Regenerate.
190 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
192 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
193 * Makefile.in: Regenerate.
195 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
197 * Makefile.tpl (configure-build-[+module+],
198 configure-[+module+], configure-target-[+module+]): Pass
199 [+extra_configure_args+].
200 (all-build-[+module+], all-[+module+], check-[+module+],
201 install-[+module+], [+make_target+]-[+module+],
202 all-target-[+module+], check-target-[+module+],
203 install-target-[+module+], [+make_target+]-target-[+module+]):
204 Pass [+extra_make_args+].
205 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
206 (GCC_HOST_EXPORTS): Remove.
207 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
208 cross, check-gcc, check-gcc-c++, install-gcc,
209 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
210 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
211 * Makefile.in: Regenerate.
213 2004-06-21 Matthew Sachs <msachs@apple.com>
215 * MAINTAINERS: Added self to write-after-approval.
217 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
219 * configure.in: Check for srcdir/winsup rather than build directory
221 * configure: Regenerate.
223 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
225 * configure.in: Don't build Cygwin native newlib if winsup
226 directory is missing. Emit warning instead.
227 * configure: Regenerate.
229 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
231 * Makefile.tpl (touch-stage[+id+]): New.
232 (restage[+prev+]): Depend on touch-stage[+id+].
234 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
237 * Makefile.def: Add profile and feedback bootstrap stages.
238 Remove next field from bootstrap stages.
239 * Makefile.tpl (LN, LN_S): Substitute.
240 (stageN-start, stageN-end): Use double-colon rules, to
241 provide a hook for additional setup commands.
242 (distclean-stageN-gcc, restageN): Create dependencies from
243 [+prev+], not from [+next+].
244 (stageN-bubble): Add commands for successive stages from
245 [+prev+], using double-colon rules.
246 (all-stageN-gcc): Fix typo.
247 (stagefeedback-start, profiledbootstrap): New.
248 * Makefile.in: Regenerate.
249 * configure.in: Call ACX_PROG_LN.
250 * configure: Regenerate.
252 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
254 * MAINTAINERS (Write After Approval): Add myself.
256 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
258 * MAINTAINERS (Write After Approval): Add myself.
260 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
262 * configure.in: Fix --enable-bootstrap breakage introduced in trees
264 * configure: Regenerate.
266 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
268 * Makefile.tpl: Fix typo.
269 * Makefile.in: Regenerate.
271 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
273 * configure.in: Remove new- prefix from toplevel
275 * configure: Regenerate.
277 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
279 * Makefile.tpl (all.normal): Rename to all.
280 (all): Replace with a rule to pick the default
281 target from configure.
282 (all-gcc, configure-gcc): Use conditionals to
283 do nothing when toplevel bootstrap is going on.
284 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
285 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
286 * configure.in: Support --enable-bootstrap.
288 * Makefile.def: Remove new- prefix from toplevel
290 * Makefile.tpl: Likewise.
292 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
295 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
296 $(RECURSE_FLAGS) to recursive invocation of make.
298 * Makefile.in: Regenerate.
299 * configure: Regenerate.
301 2004-05-30 Andreas Jaeger <aj@suse.de>
302 Jim Wilson <wilson@specifixinc.com>
304 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
307 2004-05-27 Daniel Jacobowitz <dan@debian.org>
309 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
310 * configure: Regenerate.
312 2004-05-25 Daniel Jacobowitz <drow@false.org>
314 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
315 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
316 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
318 * Makefile.in: Regenerate.
320 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
322 * configure.in: Test the ability to symlink directories.
323 * configure: Regenerate.
325 * Makefile.def (bootstrap-stage): New definitions.
326 * Makefile.tpl (configure-stage1-gcc,
327 configure-stage2-gcc, configure-stage3-gcc,
328 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
329 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
330 new-restage3, compare): Autogenerate, see Makefile.in
331 entry for behavioral changes.
332 (distclean-stage1, new-stage1-start, new-stage1-end,
333 new-stage1-bubble, distclean-stage2, new-stage2-start,
334 new-stage2-end, new-stage2-bubble, distclean-stage3,
335 new-stage3-start, new-stage3-end): New autogenerated targets.
336 (objext, prebootstrap, BOOT_CFLAGS,
337 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
340 * Makefile.in: Regenerate.
341 (distclean-stage1, new-stage1-start, new-stage1-end,
342 new-stage1-bubble, distclean-stage2, new-stage2-start,
343 new-stage2-end, new-stage2-bubble, distclean-stage3,
344 new-stage3-start, new-stage3-end): New targets.
345 (all-stage1-gcc): Move prebootstrap dependency from here...
346 (configure-stage1-gcc): ...to here.
347 (new-bootstrap): Use bubble targets.
348 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
349 Use per-stage distclean targets.
350 (configure-stage1-gcc, configure-stage2-gcc,
351 configure-stage3-gcc, all-stage1-gcc,
352 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
353 Use new-stageN-start to prepare the tree.
355 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
357 * Makefile.def (host_modules): add libcpp.
358 * Makefile.tpl: Add dependencies on and for libcpp.
359 * Makefile.in: Regenerate.
360 * configure.in: Add libcpp host module.
361 * configure: Regenerate.
363 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
365 * Makefile.tpl: Whenever a recursive target is defined, wrap
366 it in a special @if/@endif block, and prepare its maybe
367 dependency in the @if/@endif block
368 * configure.in: Instead of writing maybe dependencies, remove
369 the @if/@endif statements, and remove the @if/@endif blocks
371 * configure: Regenerate.
372 * Makefile.in: Regenerate.
374 2004-05-20 Janis Johnson <janis187@us.ibm.com>
376 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
378 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
381 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
382 * */configure: Rebuilt.
384 2004-05-17 Zack Weinberg <zack@codesourcery.com>
386 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
388 * configure, Makefile.in: Regenerate.
390 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
392 * MAINTAINERS (Write After Approval): Add myself.
394 2004-05-13 Diego Novillo <dnovillo@redhat.com>
396 Merge from tree-ssa-20020619-branch.
398 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
399 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
400 (HOST_GMPLIBS): Define.
401 (HOST_GMPINC): Define.
402 (TARGET_LIB_PATH): Add libmudflap.
403 (GFORTRAN_FOR_TARGET): Define.
404 (configure-build*): Export GFORTRAN.
405 (configure-gcc): Export GMPLIBS and GMPINC.
406 (all-gcc): Add maybe-all-libbanshee.
407 (configure-target-libgfortran): Define.
408 * Makefile.in: Regenerate.
409 * configure.in (host_libs): Add libbanshee.
410 (target_libraries): Add target-libmudflap and target-libgfortran.
411 Add --with-libbanshee.
412 Handle --disable-libmudflap.
413 (*-*-freebsd*): Use with_gmp.
414 Add $(libgcj) to noconfigdirs.
415 * configure: Regenerate.
417 * MAINTAINERS: Add tree-ssa maintainers.
419 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
421 * MAINTAINERS (Various Maintainers): Add myself.
423 2004-04-30 Brian Ford <ford@vss.fsi.com>
425 * MAINTAINERS (Write After Approval): Add myself.
427 2004-04-29 Uros Bizjak <uros@kss-loka.si>
429 * MAINTAINERS (Write After Approval): Add myself.
431 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
433 * config/acx.m4: Fix fastcompare support for new-bootstrap.
434 * configure: Regenerate.
436 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
439 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
441 * Makefile.def (flags_to_pass): Remove *dir variables that
442 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
443 as well as prefix and exec_prefix.
444 * Makefile.in: Regenerate.
446 2004-04-26 Robert Millan <robertmh@gnu.org>
448 Add patches from libtool CVS.
449 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
450 * ltconfig: Likewise.
451 * ltcf-c.sh: Likewise.
452 * ltcf-cxx.sh: Likewise.
453 * ltcf-gcj.sh: Likewise.
455 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
457 * Makefile.def (host_modules): Mark with the bootstrap
458 flag packages on which gcc depends.
459 * Makefile.tpl (all-bootstrap): Use it.
460 * Makefile.in: Regenerate.
462 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
464 * Makefile.def (flags_to_pass): Remove *dir variables that
465 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
466 as well as prefix and exec_prefix.
467 * Makefile.in: Regenerate.
469 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
471 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
472 * configure: Regenerate.
473 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
474 * gcc/Makefile.tpl (compare): Use the result of the test.
475 * gcc/Makefile.in: Regenerate.
477 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
479 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
480 Always relocate gcc and prev-gcc to the original names, even
482 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
485 2004-04-23 Laurent GUERBY <laurent@guerby.net>
487 * MAINTAINERS: Update my email address.
489 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
491 * configure.in (mips*-*-irix5*): Enable ld.
492 * configure: Regenerate.
494 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
496 * configure: Regenerate.
498 2004-04-15 James E Wilson <wilson@specifixinc.com>
500 * Makefile.tpl (configure-[+module+], configure-gcc,
501 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
502 Set and export LDFLAGS.
503 * Makefile.in: Regenerate.
505 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
507 * MAINTAINERS: Add myself to write-after-approval.
509 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
512 * Makefile.tpl: If we don't have built-in-tree target tools,
513 use the ones found by configure rather than hacking around with
514 program_transform_name.
515 * configure.in: Give Makefile.tpl the information necessary
517 * Makefile.in: Regenerate.
518 * configure: Regenerate.
520 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
523 * configure.in: When computing baseargs, strip *all* copies of
524 offending options. Also, don't match/substitute the trailing space,
525 so that this actually works when two similar options are separated by
527 * configure: Regenerate.
529 2004-04-06 David Edelsohn <edelsohn@gnu.org>
531 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
532 (rs6000-*-aix*): Same.
533 * configure: Regenerate.
535 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
537 * MAINTAINERS: Add myself to write-after-approval.
539 2004-04-03 Bud Davis <bdavis9659@comcast.net>
541 * MAINTAINERS: Add myself to write-after-approval.
543 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
545 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
546 STRICT_WARN, WARN_CFLAGS flags passed down to make.
547 * Makefile.in: Regenerate.
549 * configure.in (top level bootstrap support): Rework --enable-werror
550 to set @stage2_werror_flag@.
551 * configure: Regenerate.
552 * Makefile.tpl (top level bootstrap support): Pass
553 @stage2_werror_flag@ down to configure in stages 2 and 3.
554 * Makefile.in: Regenerate.
556 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
558 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
559 for stages 2 and 3 as well as in make. As a consequence, remove
560 OUTPUT_OPTION (now detected by configure) from the flags passed down
562 * Makefile.in: Regenerate.
564 * Makefile.tpl (new-bootstrap): Fix typo.
565 * Makefile.in: Regenerate.
567 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
569 * Makefile.tpl: Rearrange by moving recursive_targets rules
570 into their proper sections.
571 * Makefile.tpl (top level bootstrap support): Move disabling
572 of coverage flags from 'make' to 'configure'; improve comments.
573 * Makefile.in: Regenerate.
575 * Makefile.tpl (experimental top level bootstrap) Move stage1
576 language setting from all- target to configure- target; disable
577 intermodule optimization in stage 1; prevent gratuitous rebuilds
579 * Makefile.in: Regenerate.
580 * configure.in: Comma-separate stage 1 language list for top
582 * configure: Regenerate.
584 * Makefile.tpl: Clean up experimental top level bootstrap support:
585 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
586 prev-gcc in configure- targets as well as all- targets.
587 * Makefile.in: Regenerate.
589 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
591 * compile: New file imported from automake.
593 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
595 * configure.in: Remove symbolic link section.
596 * configure: Regenerate.
597 * Makefile.tpl (links): Remove.
598 * Makefile.in: Regenerate.
600 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
601 Nathanael Nerode <neroden@gcc.gnu.org>
603 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
604 Set with AC_CHECK_PROGS.
605 * configure.in: Fix comment typo from last patch.
606 * configure: Regenerate.
608 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
610 * Makefile.tpl: Introduce experimental top level bootstrap support.
611 * Makefile.in: Regenerate.
612 * configure.in: Introduce support for top level bootstrap.
613 * configure: Regenerate.
615 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
616 Paolo Bonzini <bonzini@gnu.org>
619 * configure.in: Cope with shells that do not support unquoted ^
620 * configure: Regenerate.
622 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
623 Paolo Bonzini <bonzini@gnu.org>
626 * configure.in: Cope with shells that do not support nesting
627 quotes inside quoted backquote substitutions.
628 * configure: Regenerate.
630 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
633 * configure.in: Fix escaping of $.
634 * configure: Regenerate.
636 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
638 * configure: Regenerate, since I forgot to while committing Paolo's
641 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
644 Move language detection to the top level.
645 * configure.in: Find default values for the tools as
646 soon as possible. Disable ada if GNAT is not found.
647 Emit error message about missing languages. Expand
648 --enable-languages=all for the gcc subdirectory.
650 2004-03-10 Ben Elliston <bje@gnu.org>
652 * MAINTAINERS: Update my email address.
654 2004-03-05 David Edelsohn <edelsohn@gnu.org>
656 * ltconfig: Disable building static libraries if building shared
659 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
661 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
663 * configure: Regenerated.
665 2004-03-01 Brian Booth <bbooth@redhat.com>
667 * MAINTAINERS: Add myself to write-after-approval.
669 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
671 * MAINTAINERS: Add myself to write-after-approval.
673 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
676 * Makefile.tpl: Guard XFOO sed statements better.
677 * Makefile.tpl: Add dependency for configure-target-libada.
678 * Makefile.in: Regenerate (incidentally fixes broken
679 commit when libada-branch was merged).
681 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
683 * MAINTAINERS: Add myself to write-after-approval.
685 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
687 * MAINTAINERS: Add Nicola Pero and myself as libobjc
690 2004-02-20 Andrew Cagney <cagney@redhat.com>
692 * config.guess: Update from version 2003-10-16 to 2004-02-16.
693 * config.sub: Update from version 2003-11-03 to 2004-02-16.
695 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
698 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
700 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
702 * MAINTAINERS: Added myself to write-after-approval.
704 2004-02-14 Michael Koch <konqueror@gmx.de>
706 * MAINTAINERS: Added myself to write-after-approval.
708 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
710 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
711 some OS port maintainers to OS port maintainers section.
713 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
715 * MAINTAINERS: Add self.
717 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
719 * MAINTAINERS: Alphabetize.
721 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
723 * MAINTAINERS: Remove myself.
725 2004-02-11 David Edelsohn <edelsohn@gnu.org>
727 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
728 (rs6000-*-aix*): Same.
729 * configure: Regenerate.
731 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
733 * configure.in (host): Add in missing $noconfigdirs to defines.
734 * configure: Regenerate.
736 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
737 Nathanael Nerode <neroden@gcc.gnu.org>
739 PR ada/6637, PR ada/5911
740 Merge with libada-branch:
741 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
742 with appropriate dependencies. Add --enable-libada configure switch.
743 * configure, Makefile.in: Regenerate.
745 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
747 * MAINTAINERS: Add myself to write-after-approval.
749 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
751 * configure.in: Don't pass --with-stabs on IRIX 5 either.
752 * configure: Regenerate.
754 2004-02-04 Geoffrey Keating <geoffk@apple.com>
758 * ltmain.in: When setting IFS to '~', be careful about user
759 arguments that contain '~'.
761 2004-02-04 Peter O'Gorman <peter@pogma.com>
763 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
764 Also test $base_compile against $CC with escaped arguments. Bug
765 reported by Geoff Keating <geoffk@apple.com>.
767 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
769 * MAINTAINERS: Remove i960 port.
771 2004-01-23 DJ Delorie <dj@redhat.com>
773 * Makefile.def (target_modules) [libiberty]: Don't stage.
774 * Makefile.in: Rebuilt.
776 2004-01-20 Caroline Tice <ctice@apple.com>
778 * MAINTAINERS: Add myself to write-after-approval.
780 2004-01-19 Paolo Carlini <pcarlini@suse.de>
782 * MAINTAINERS: Update my email address.
784 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
786 * MAINTAINERS: Add myself to write-after-approval.
788 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
790 * MAINTAINERS: Remove entries without email address.
792 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
794 * MAINTAINERS: Add myself to write-after-approval.
796 2004-01-15 Steven Bosscher <stevenb@suse.de>
798 * MAINTAINERS: Update my email address.
800 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
802 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
803 * Makefile.tpl (configure-target-[+module+]): Support stage.
804 * Makefile.in: Rebuilt.
806 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
808 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
810 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
812 * MAINTAINERS: Add myself as a MIPS maintainer.
814 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
816 * configure.in: Use ./config.cache, not config.cache.
817 * configure: Regenerate.
818 * Makefile.tpl: Special-casing not needed for GCC any more.
819 * Makefile.in: Regenerate.
821 * configure.in: Don't share a cache file for host dirs.
822 * configure: Regenerate.
824 * config-ml.in: Don't mess with the cache file.
826 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
828 * MAINTAINERS: Move myself from 'Write After Approval' to
829 'CPU Port Maintainers' section as SPARC maintainer.
831 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
833 * Makefile.tpl: Make GCC use a separate config.cache.
834 * Makefile.in: Regenerate.
836 PR bootstrap/11932, PR bootstrap/11933
837 (I don't know if it will fix either of them, but it relates
839 * configure.in: Don't use shared config.cache for target
841 * configure: Regenerate.
843 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
845 * MAINTAINERS: Add myself to 'Write After Approval' section.
847 2003-12-31 Roger Sayle <roger@eyesopen.com>
849 * configure.in (ia64*-*-hpux*): Disable building java libraries.
850 * configure: Regenerated.
852 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
854 * MAINTAINERS: Remove the mn10200 maintainer.
856 2003-12-21 Bernardo Innocenti <bernie@develer.com>
858 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
859 * configure: Regenerated.
861 2003-12-16 Jan Hubicka <jh@suse.cz>
863 * MAINTAINERS: Add myself as callgraph maintainer.
865 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
867 * configure.in (raw_libstdcxx_flags): Remove the leading space.
868 * configure: Regenerate.
870 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
872 * MAINTAINERS: Move myself from 'Bug database only accounts' to
873 'Write After Approval' section. Update email.
875 2003-12-01 James Lemke <jim@wasabisystems.com>
877 * MAINTAINERS (Write After Approval): Add myself.
879 2003-11-20 Matt Thomas <matt@3am-software.com>
881 * MAINTAINERS: Add myself as a vax port maintainer.
883 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
885 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
886 (configure-build-[+module+], configure-[+module+]): Likewise.
887 (configure-target-[+module+], configure-gcc, config.status): Likewise.
888 * Makefile.in: Regenerate.
890 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
892 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
893 shared/dylibed libraries.
894 * ltmain.sh: Likewise.
895 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
896 * ltcf-cxx.sh: Likewise.
897 * ltcf-gcj.sh: Likewise.
898 * ltconfig: Likewise.
900 2003-11-17 Stan Cox <scox@redhat.com>
902 * MAINTAINERS: Add myself as iq2000 port maintainer.
904 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
906 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
907 * Makefile.in: Regenerate.
909 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
911 * config.sub: Update to 2003-11-03 version.
913 2003-10-20 Phil Edwards <phil@codesourcery.com>
915 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
916 * configure: Regenerate.
918 2003-10-20 Nicolas Pitre <nico@cam.org>
920 * MAINTAINERS: Add myself to 'Write After Approval' section.
922 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
924 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
926 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
928 * MAINTAINERS: Update my email address.
930 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
932 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
934 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
936 * MAINTAINERS: Add myself to 'Write After Approval' section.
938 2003-10-16 Bernardo Innocenti <bernie@develer.com>
940 * config.guess: Update to 2003-10-16 version.
941 * config.sub: Update to 2003-10-16 version.
943 2003-10-15 David Daney <ddaney@avtrex.com>
945 * MAINTAINERS: Added myself to 'Write After Approval' section.
947 2003-10-15 Falk Hueffner <falk@debian.org>
949 * MAINTAINERS: Move myself from 'Bug database only accounts' to
950 'Write After Approval' section. Update email.
952 2003-10-14 Roger Sayle <roger@eyesopen.com>
954 * MAINTAINERS: Move myself from 'Write After Approval' to
955 'Various Maintainers' section as middle-end maintainer.
957 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
959 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
961 * Makefile.in: Regenerate.
963 2003-10-11 Bernardo Innocenti <bernie@develer.com>
965 * config.guess: Update to 2003-10-07 version.
966 * config.sub: Update to 2003-10-07 version.
968 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
970 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
971 * ltconfig (irix5*, irix6*): Don't override version_type.
973 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
975 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
977 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
978 * Makefile.in: Rebuilt
980 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
982 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
984 2003-09-30 Carlo Wood <carlo@alinoe.com>
986 * MAINTAINERS (Write After Approval): Add myself.
988 2003-09-29 Paul Koning <ni1d@arrl.net>
990 * MAINTAINERS: Move myself from "Write After Approval"
991 to CPU platform maintainers for pdp11 platform.
993 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
995 * MAINTAINERS: Move myself from 'Write After Approval' to
996 'Various Maintainers' section as libffi testsuite maintainer.
998 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1000 * configure.in: Pass a computed --program-transform-name
1002 * configure: Regenerated.
1004 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1006 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1007 * Makefile.in: Regenerate.
1009 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1010 * Makefile.in: Regenerate.
1012 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1014 * MAINTAINERS: Move myself from 'Write After Approval'
1015 to 'Various Maintainers' (objective-c) section.
1017 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1019 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1021 * configure: Regenerated.
1023 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1025 * MAINTAINERS (Write After Approval): Add myself to write after
1028 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1030 * MAINTAINERS (Write After Approval): Add myself.
1032 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1034 * MAINTAINERS: Update my e-mail address.
1036 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1038 * libtool.m4 (LD): Correct powerpc64 host match.
1040 2003-09-06 James E Wilson <wilson@tuliptree.org>
1042 * MAINTAINTERS: Update my affiliation and email address.
1044 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1046 * MAINTAINERS (Write After Approval): Add myself.
1048 2003-09-04 DJ Delorie <dj@redhat.com>
1050 * configure: Regenerate.
1052 2003-09-04 Robert Millan <robertmh@gnu.org>
1054 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1056 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1058 * configure.in: Ensure arguments to sed are properly spaced.
1059 * configure: Regenerate.
1061 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1063 * MAINTAINERS: Update my e-mail address.
1065 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1067 * MAINTAINERS (Write After Approval): Add myself.
1069 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1071 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1072 * configure: Regenerated.
1074 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1076 * MAINTAINERS: Update my email address.
1078 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1080 * configure.in: Use newline instead of semicolon when assuming
1081 shell arguments in a for loop.
1082 * configure: Regenerated.
1084 2003-08-22 Jason Eckhardt <jle@rice.edu>
1086 * MAINTAINERS: Resurrect the i860 maintainer.
1088 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1091 * configure.in: When testing with_libs and with_headers, treat
1092 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1093 * configure: Regenerate.
1095 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1097 (baseargs): Likewise.
1098 * configure: Regenerate.
1100 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1102 * MAINTAINERS (Write After Approval): Add myself.
1104 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1106 * configure.in: Disable libgcj for darwin not on powerpc.
1107 * configure: Rebuild.
1109 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1111 * config-ml.in, symlink-tree: Add license.
1113 2003-08-03 Richard Stallman <rms@gnu.org>
1114 Eben Moglen <moglen@columbia.edu>
1116 * README.SCO: New file.
1118 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1120 * Makefile.tpl (check, check-c++): Express dependencies using
1121 dependencies rather than commands.
1122 * Makefile.in: Regenerate.
1124 2003-08-01 Andrew Cagney <cagney@redhat.com>
1126 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1129 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1131 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1132 * Makefile.in: Update.
1134 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1136 * configure.in: Enable libgcj for darwin.
1137 * configure: Rebuild.
1139 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1141 * config-ml.in: Use ac_configure_args directly instead of
1142 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1145 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1147 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1148 creating target and build subdirs to build all parent dirs as needed.
1149 * Makefile.in: Rebuild.
1150 * configure.in: Don't build dirs explicitly here.
1151 * configure: Rebuild.
1153 2003-07-26 Paul Brook <paul@nowt.org>
1155 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1157 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1159 * Makefile.tpl (all-make): Depend on intl.
1160 * Makefile.in: Rebuilt.
1162 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1164 * install-sh: Update to newer upstream versions (associated with
1166 * mkinstalldirs: Likewise.
1167 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1169 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1171 * MAINTAINERS: Move self from Bug database only accounts
1172 to write-after-approval.
1174 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1176 * config.if: Remove unused libc_interface determination.
1178 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1180 * MAINTAINERS: Move self from write-after-approval to
1181 build machinery (*.in).
1183 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1187 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1188 unused INSTALL_PROGRAM_ARGS.
1189 * configure.in: Use AC_PROG_INSTALL.
1190 * Makefile.in: Regenerate.
1191 * configure: Regenerate.
1193 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1195 * MAINTAINERS: Alphabetize.
1197 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1199 * configure: Rebuilt.
1200 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1201 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1202 newlib nor libgloss.
1203 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1204 * configure.in (am33_2.0-*-linux*): Added.
1206 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1208 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1209 * configure: Regenerate.
1211 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1213 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1214 * Makefile.in: Regenerate.
1216 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1218 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1219 * Makefile.in: Regenerate.
1221 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1223 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1224 * Makefile.in: Regenerated.
1226 * config-ml.in: Replace PWD with PWD_COMMAND.
1228 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1230 * intl: New directory; see intl/ChangeLog for details.
1231 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1232 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1233 * Makefile.in: Regenerate.
1235 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1237 * configure.in: Clean up config-lang.in handling. Delete
1238 useless assignment to "subdirs".
1239 * configure: Regenerate.
1241 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1243 * configure.in: Rename 'target_libs' to 'target_libraries'.
1244 Remove useless reference to 'target_libs'.
1245 * configure: Regenerate.
1247 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1249 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1250 * Makefile.in: Regenerate.
1252 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1254 * Makefile.def: Introduce flags_to_pass.
1255 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1256 * Makefile.in: Regenerate.
1258 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1260 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1261 and target-libgloss.
1262 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1263 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1264 * configure: Regenerate.
1266 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1268 * configure.in: Update testsuite_flags to new location.
1269 * configure. Regenerate.
1271 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1273 * Makefile.tpl: Remove BUILD_CC stuff.
1274 * Makefile.in: Regenerate.
1276 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1278 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1280 2003-06-16 Graeme Peterson <gp@qnx.com>
1282 * MAINTAINERS (Write After Approval): Add myself.
1284 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1286 * config.guess: Update to 2003-06-12 version.
1287 * config.sub: Update to 2003-06-13 version.
1289 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1291 * config.guess: Update to 2003-06-06 version.
1292 * config.sub: Update to 2003-06-06 version.
1294 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1296 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1297 * configure. Regenerate.
1299 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1301 * configure.in: Disable serial configure by default.
1302 * configure: Regenerate.
1303 * Makefile.tpl: Abolish .NOTPARALLEL.
1304 * Makefile.in: Regenerate.
1306 * Makefile.tpl: Replace {build,host,target}_canonical by
1307 {build,host,target}.
1308 * Makefile.in: Regenerate.
1310 * Makefile.tpl: Fix stupid pasto.
1311 * Makefile.in: Regenerate.
1313 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1315 * Makefile.tpl: Remove bogus conditional.
1316 * Makefile.in: Regenerate.
1318 2003-06-05 Jan Hubicka <jh@suse.cz>
1320 * Makefile.tpl (profiledbootstrap): New target.
1321 * Makefile.in (profiledbootstrap): New target.
1323 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1325 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1326 Pinski. Remove user names from other bugzilla-only maintainers.
1328 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1330 * Makefile.tpl: Make 'recursive targets' using autogen rather
1331 than shell loop. Remove duplicate 'clean' targets and false
1333 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1334 Add systematic method of specifying missing targets in subdirs.
1335 Add copyright boilerplate.
1336 * Makefile.in: Regenerate.
1337 * configure.in: Add 'recursive targets' to maybe list.
1338 * configure: Regenerate.
1340 * MAINTAINERS: "GNATS only" -> "Bug database only".
1342 * Makefile.tpl: Rename [+target+] to [+make_target+].
1343 * Makefile.def: Rename 'target' to 'make_target'.
1345 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1347 * MAINTAINERS: Add self as options handling maintainer.
1349 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1351 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1352 been too long since I touched those ports.
1354 2003-05-28 DJ Delorie <dj@redhat.com>
1356 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1357 * Makefile.in: Regenerate.
1359 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1361 * configure.in: Use curly braces in the definition of tooldir.
1362 * configure: Regenerate.
1364 2003-05-21 DJ Delorie <dj@redhat.com>
1366 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1368 * Makefile.in: Regenerate.
1370 2003-05-21 DJ Delorie <dj@redhat.com>
1372 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1373 * Makefile.in: Regenerate.
1375 2003-05-20 Ian Lance Taylor <ian@airs.com>
1377 * MAINTAINERS: Update my e-mail address.
1379 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1381 * configure.in: Switch more things to use maybe dependencies.
1382 * Makefile.tpl: Switch more things to use maybe dependencies.
1383 Factor out common code from autogen IF statements.
1384 * configure: Regenerate.
1385 * Makefile.in: Regenerate.
1387 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1389 * configure.in: Accept i[3456789]86 for machine type.
1390 * configure: Regenerate.
1392 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1394 * configure.in: Switch more things to use maybe dependencies.
1395 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1396 * configure: Regenerate.
1397 * Makefile.tpl: Switch more things to use maybe dependencies.
1398 * Makefile.in: Regenerate.
1400 2003-05-16 Andreas Schwab <schwab@suse.de>
1402 * Makefile.tpl (install-opcodes): Define.
1403 * Makefile.in: Rebuild.
1405 2003-05-13 Andreas Jaeger <aj@suse.de>
1407 * config.guess: Update to 2003-05-09 version.
1408 * config.sub: Update to 2003-05-09 version.
1410 2003-05-13 Michael Eager <eager@mvista.com>
1412 * configure.in: Correct sed script so that options in quotes are not
1414 * configure: Rebuild.
1416 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1418 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1419 and $$s/newlib/libc/sys/cygwin32 include paths.
1422 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1424 * MAINTAINERS: Update my email addresses.
1426 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1428 * config-ml.in: Propagate INSTALL variables.
1430 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1432 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1434 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1436 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1437 * Makefile.in: Regenerate.
1439 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1441 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1443 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1445 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1447 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1449 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1450 * Makefile.in: Regenerated.
1452 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1454 * MAINTAINERS (Write After Approval): Upgrade myself from
1455 GNATS only to write-after-approval. Update my mail address.
1457 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1459 (OS Port Maintainers: freebsd): Add myself.
1461 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1463 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1465 2003-04-22 Kean Johnston <jkj@sco.com>
1467 * MAINTAINERS (SCO ports): Added myself.
1469 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1471 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1473 2003-04-19 Kean Johnston <jkj@sco.com>
1475 * MAINTAINERS (Write After Approval): Add myself.
1477 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1479 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1480 * Makefile.in: Regenerate.
1482 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1484 * configure.in (powerpc64*-*-linux*): Remove.
1485 * configure: Rebuilt.
1487 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1489 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1490 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1492 * Makefile.in: Regenerate.
1494 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1496 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1497 * configure: Regenerated.
1499 2003-04-15 DJ Delorie <dj@redhat.com>
1501 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1503 2003-04-13 Nick Clifton <nickc@redhat.com>
1505 * config-ml.in: Remove support for --disable-aix removing
1508 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1510 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1511 * */configure: Rebuilt.
1513 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1515 * MAINTAINERS: Add my email address.
1517 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1519 * MAINTAINERS (Write After Approval): Add myself.
1521 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1523 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1524 * Makefile.in: Regenerate.
1526 2003-03-14 Michael Chastain <mec@shout.net>
1528 * Makefile.in: Regenerate with correct Makefile.def.
1530 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1532 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1534 * Makefile.in: Regenerate.
1535 * configure.in: Clean up gxx_include_dir logic.
1536 * configure: Regenerate.
1538 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1540 * MAINTAINERS (Write After Approval): Add myself.
1542 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1544 * MAINTAINERS: Update my mail address.
1546 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1548 * configure.in (gxx_include_dir): Fix typo.
1549 * configure: Regenerated.
1551 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1553 * Makefile.tpl: Reindent.
1554 * Makefile.in: Regenerate.
1555 * configure.in: Reindent. Don't set unused variables.
1556 * configure: Regenerate.
1558 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1560 * configure.in: Include $(build_tooldir)/sys-include in
1562 * configure: Regenerated.
1564 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1566 * Makefile.tpl: Always pass down RANLIB.
1567 * Makefile.in: Regenerate.
1569 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1570 * Makefile.in: Regenerate.
1571 * configure.in: Remove unused logic relating to --enable-shared
1572 and --enable-threads. Remove bogus comments. Remove redundant
1574 * configure: Regenerate.
1576 * configure.in: Replace ${libstdcxx_version} by its value.
1577 Remove reference to mh-dgux.
1578 * configure: Regenerate.
1580 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1582 * MAINTAINERS (Write After Approval): Add myself.
1584 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1586 * Makefile.tpl: Rearrange.
1587 * Makefile.in: Regenerate.
1589 2003-02-25 Uwe Stieber <uwe@wwws.de>
1591 * configure.in: Add support for kaOS as cross build target system.
1592 * configure: Regenerated.
1594 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1596 * MAINTAINERS (Write after approval): Add myself.
1598 2003-02-21 James E Wilson <wilson@tuliptree.org>
1600 * MAINTAINERS: Update my email address.
1602 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1604 * MAINTAINERS: Add self to blanket write privs. section.
1606 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1608 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1609 configure-target-* as some target builds may require additional
1610 flags for preprocessor tests.
1611 * Makefile.in: Regenerated.
1613 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1615 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1616 * ltconfig: Handle it.
1617 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1620 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1621 it is used as argument to $CC.
1622 * ltcf-gcj.sh: Likewise.
1624 * configure.in: Introduce --enable-maintainer-mode.
1625 * configure: Rebuilt.
1626 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1627 for maintainer mode.
1628 * Makefile.in: Rebuilt.
1630 2003-02-18 Jason Merrill <jason@redhat.com>
1632 * Makefile.tpl (check-c++): Allow parallelism.
1634 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1636 * MAINTAINERS: Remove John Carr (who never actually had access to
1639 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1641 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1642 don't configure target-libobjc.
1643 * configure: Regenerate.
1645 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1647 * Makefile.tpl (RANLIB): Define.
1648 * Makefile.in: Regenerate.
1650 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1652 * MAINTAINERS: Update my email.
1654 2003-02-06 Keith R Seitz <keiths@redhat.com>
1656 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1657 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1658 * Makefile.in: Regenerated.
1659 * configure.in: Remove all traces of snavigator, db, and grep.
1660 * configure: Regenerated.
1662 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1664 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1667 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1669 * MAINTAINERS (Write after approval): Add myself.
1671 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1673 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1674 * Makefile.in: Regenerated.
1676 2003-01-30 Roger Sayle <roger@eyesopen.com>
1678 * config.guess: Updated to 2003-01-30's version.
1679 * config.sub: Updated to 2003-01-28's version.
1681 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1683 * config.if: If gcc_version is already set, just use it. Don't set
1684 gcc_version_trigger if it's already set, otherwise set it to
1685 gcc/version.c, but only if the file exists. If it is not set and
1686 gcc/version.c does not exist, try to extract the version number from
1689 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1691 * MAINTAINERS: Add myself to write-after-approval list.
1693 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1695 * configure.in: Revert 24Jan change.
1696 * configure: Regenerate.
1698 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1700 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1703 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1705 * configure.in: Revert previous change.
1706 * configure: Regenerate.
1708 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1710 * configure.in: Make rda native-only.
1711 * configure: Regenerate.
1713 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1715 * MAINTAINERS: Move myself from GNATS-only-accounts to
1716 write-after-approval.
1718 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1720 * configure.in: Add missing \.
1721 * configure: Rebuilt.
1723 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1725 * configure.in (baseargs): Avoid using \| in sed regular
1727 * configure: Rebuilt.
1729 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1731 * configure.in (baseargs): Remove all supported forms of
1732 --cache-file, --srcdir, --host, --build and --target options
1733 from argument lists.
1734 * configure: Rebuilt.
1736 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1738 * MAINTAINERS: Add myself to write-after-approval list.
1740 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1742 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1743 * configure: Rebuilt.
1745 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1747 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1748 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1749 * Makefile.in: Regenerate.
1750 * configure: Regenerate.
1752 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1754 * configure.in: Remove Makefile in build, host and target modules
1755 unless configure was run with --no-recursion.
1756 * configure: Rebuilt.
1758 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1760 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1761 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1762 * Makefile.in: Regenerate.
1764 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1766 * config.guess: Update to 2003-01-03 version.
1767 * config.sub: Update to 2003-01-03 version.
1769 2003-01-07 Christopher Faylor <cgf@redhat.com>
1771 * configure: Regenerate with proper autoconf 2.13.
1773 2003-01-07 Christopher Faylor <cgf@redhat.com>
1775 * configure.in: Add AC_PREREQ for consistency.
1776 * configure: Regenerate.
1778 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1780 * configure.in (GDB_TK): Add tcl directories conditional on
1781 gdb/gdbtk directory being present.
1782 * configure: Regenerate.
1784 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1786 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1787 by gcc if LD is not defined and we are not doing a Canadian Cross.
1788 * configure: Rebuilt.
1790 2002-12-31 Tom Tromey <tromey@redhat.com>
1792 * Makefile.in: Rebuilt.
1793 * Makefile.def (target_modules) [libffi]: Allow installation.
1795 2002-12-31 Andreas Schwab <schwab@suse.de>
1797 * configure.in: Fix use of $program_transform_name.
1798 * configure: Regenerated.
1800 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1802 * configure.in (baseargs): Don't remove first configure argument.
1803 * configure: Regenerated.
1805 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
1807 * Makefile.tpl (local-distclean): Don't remove...
1808 (multilib.ts): ... this. Moved into...
1809 (multilib.out): ... this. Don't use sub-make.
1810 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1811 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1812 (configure-build-[+module+], configure-[+module+],
1813 configure-target-[+module+], configure-gcc): ... these. Test
1814 for Makefile existence. Drop config.status from dependencies.
1815 * Makefile.in: Rebuilt.
1816 * configure.in: Move gcc-version-trigger to the end of
1817 ac_configure_args. Add comments to maybedep.tmp and
1818 serdep.tmp. Introduce --disable-serial-configure. Remove
1819 nonopt from baseargs, matching and removing corresponding
1820 whitespace while at it.
1821 * configure: Rebuilt.
1823 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
1825 * configure.in (host_configargs): Replace reference to
1826 no-longer-defined buildopts with --build=${build_alias}.
1827 * configure: Rebuilt.
1829 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1830 program_transform_name to standard idiom.
1831 (AUTOGEN, AUTOCONF): Define.
1832 (Makefile.in): Use $(AUTOGEN).
1833 (Makefile): Depend on config.status, and use autoconf-style rule to
1834 build it. Move original commands to...
1835 (config.status): ... this new target.
1836 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1838 * Makefile.in: Rebuilt.
1840 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1842 * Makefile.tpl: Fix dramatic bustage due to change in
1843 program_transform_name.
1844 * Makefile.in: Regenerate.
1846 * configure.in: Remove unnecessary PATH setting.
1847 * configure: Regnerate.
1849 * configure.in: Don't default to unprefixed tools unless
1850 the native tools will work.
1851 * configure: Regenerate.
1853 * configure.in: Convert to autoconf script. Blow away lots
1854 of now-redundant Makefile fragments.
1855 * configure: Generate using Autoconf.
1856 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1857 * Makefile.in: Regenerate.
1859 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1861 * configure: Fix stupid bug where RANLIB was mistakenly included.
1863 * configure.in: Rename (buildargs, hostargs, targargs) to
1864 (build_configargs, host_configargs, target_configargs).
1866 * configure.in: Move logic out of sed statement.
1868 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
1869 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1871 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1873 * config.sub: Import from master repository
1874 * config.guess: Ditto
1876 2002-12-24 Andreas Schwab <schwab@suse.de>
1878 * Makefile.tpl (multilib.out): Fix missing space.
1879 * Makefile.in: Regenerate.
1881 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1883 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1884 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1885 * Makefile.in: Regenerate.
1886 * configure.in: Remove unnecessary leftovers.
1888 2002-12-21 Geoffrey Keating <geoffk@apple.com>
1890 * configure.in (extra_ranlibflags_for_target): New variable.
1891 (*-*-darwin): Add -c to ranlib commands.
1892 * configure (tooldir): Handle extra_ranlibflags_for_target.
1894 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1896 * Makefile.tpl: Revert HJL's change.
1897 * Makefile.in: Regenerated.
1898 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1901 2002-12-19 Andreas Schwab <schwab@suse.de>
1903 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1904 * Makefile.in: Regenerate.
1906 2002-12-18 H.J. Lu <hjl@gnu.org>
1908 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1909 * Makefile.in: Regenerated.
1911 * configure.in (build_prefix): New. Substitute.
1913 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1915 * Makefile.tpl: Don't let real targets depend on phony targets.
1916 * Makefile.in: Regenerate.
1918 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1919 * Makefile.in: Regenerate.
1921 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1923 * config.sub: Import from master repository
1924 * config.guess: Ditto
1926 2002-12-16 Jason Merrill <jason@redhat.com>
1928 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1929 previous 'make bootstrap'.
1930 * Makefile.in: Regenerate.
1932 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1934 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1936 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1938 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1939 * Makefile.in: Regenerate.
1941 2002-12-13 Jason Merrill <jason@redhat.com>
1943 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1945 (check-c++): Just depend on it and check-target-libstdc++-v3.
1946 * Makefile.in: Regenerate.
1948 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1950 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1951 * Makefile.in: Rebuilt.
1953 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1955 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1957 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
1959 * configure: Fix bug put in by gremlins.
1961 * Makefile.tpl: Substitute more autoconfily.
1962 * configure: Substitute more autoconfily.
1963 * Makefile.in: Regenerate.
1965 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
1967 * config.sub: Import from master repository
1968 * config.guess: Ditto
1969 * MAINTAINERS: Added Svein Seldal under write after approval
1971 2002-12-08 Andrew Cagney <ac131313@redhat.com>
1973 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1974 * Makefile.in (all-sim): Ditto.
1976 2002-12-06 DJ Delorie <dj@redhat.com>
1978 * Makefile.tpl: Change configure dependencies to not have real
1979 targets depend on phony targets.
1981 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1983 * configure.in: Revert unintentional change.
1985 * Makefile.tpl: Change dependency for */multilib.out so that
1986 it works when gcc isn't in the tree.
1988 * configure.in: Substitute more.
1989 * configure: Run subconfigures from the Makefile.
1990 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1991 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1993 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1995 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1997 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1999 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2000 and corresponding dependencies.
2001 * Makefile.in: Regenerate.
2003 * configure.in (host_tools): Order binutils, gas and ld for
2004 convenience in running the testsuites.
2006 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2007 * Makefile.in: Regenerate.
2008 * configure.in: Introduce rules to serialize subconfigure runs.
2010 * configure.in: Introduce BASE_CC_FOR_TARGET.
2011 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2012 Realize configure-build-* targets. Realize configure-target-* targets.
2013 * Makefile.in: Regenerate.
2015 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2017 * configure: Move gcc_version_trigger stuff from here...
2018 * configure.in: ...to here.
2020 * configure.in: Separate subconfigure options added by this file from
2021 options given by the user. Add machinery to put args for host
2022 subconfigures into the Makefile.
2024 * Makefile.tpl: Remove 'vault' targets.
2025 * Makefile.tpl: Reorder and comment dependencies.
2026 * Makefile.in: Regenerate.
2028 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2029 * configure.in: Fix my broken commit of previous patch. (sigh)
2031 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2033 * configure.in: Move host-specific darwin noconfigdirs into
2034 the host-specific section.
2036 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2038 * configure.in: Move host-specific darwin noconfigdirs into
2039 the host-specific section.
2041 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2043 * configure: Remove skip-this-dir support.
2044 * Makefile.tpl: Remove skip-this-dir support.
2046 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2048 * Makefile.in: Regenerate.
2050 * Makefile.tpl: Strip out useless setting of 'dir'.
2051 * Makefile.in: Regenerate.
2053 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2055 * configure.in: Fix deeply stupid bug.
2057 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2058 shell code in CXX_FOR_TARGET
2059 * Makefile.def: Introduce raw_cxx.
2060 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2062 * Makefile.in: Regenerate.
2064 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2066 * Makefile.tpl: Remove unnecessary ifs.
2067 * Makefile.in: Regenerate.
2069 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2070 dependencies. Maybe-ize build-libiberty. Create dummy install
2071 targets for 'no_install' modules.
2072 * configure: Move GDB_TK substitution to configure.in. Move
2073 build_modules stuff to configure.in.
2074 * configure.in: Implement soft dependency machinery. Maybe-ize
2075 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2076 * Makefile.in: Regenerate.
2078 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2080 * Makefile.tpl: Make all-target, install-target behave similarly
2081 to all, install (only hitting configured targets). Eliminate
2082 unused macro defintions.
2084 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2087 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2089 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2091 * configure.in: Produce lists of subdir targets we're actually
2092 configuring. Remove references to "dosrel".
2093 * Makefile.tpl: Let configure set which subdir targets are hit.
2094 Remove install-cross; clean up install; remove ALL. Remove
2095 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2096 Autogenerate host module targets. Remove empty dependency lines
2097 and redundant dependency; rearrange slightly.
2098 * Makefile.def: Add host-side libtermcap, utils.
2100 * Makefile.in: Regenerate.
2102 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2104 * ltconfig (osf[345]): Append $major to soname_spec.
2105 Reflect this in library_names_spec.
2106 * ltmain.sh (osf): Prefix $major with . for use as extension.
2108 2002-11-19 Andreas Jaeger <aj@suse.de>
2110 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2111 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2112 and sparc64 GNU/Linux systems.
2114 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2116 * MAINTAINERS: Update email.
2118 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2120 * MAINTAINERS: Complete James Dennett's entry.
2122 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2124 * MAINTAINERS (Write After Approval): Add myself.
2126 2002-11-13 Bruce Korb <bkorb@gnu.org>
2128 * Makefile.tpl: syntactic cleanup
2130 2002-11-13 Stuart Hastings <stuart@apple.com>
2132 * MAINTAINERS: Add myself to write-after-approval list.
2134 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2136 * Makefile.def: Add list of recursive targets to autogenerate.
2138 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2139 targets. Autogenerate *-build-* targets.
2140 * Makefile.in: Regenerate.
2142 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2144 * configure: More autoconf-style substitutions.
2145 * Makefile.tpl: More autoconf-style substitutions.
2146 * Makefile.in: Regenerate.
2148 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2150 * configure: Substitute more variables in a more autoconf-friendly
2151 way. Simplify slightly.
2152 * Makefile.tpl: Make more variables substitutable in an
2153 autoconf-friendly way.
2154 * Makefile.in: Regenerate.
2156 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2158 * MAINTAINERS (Write After Approval): Add myself.
2160 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2162 * configure.in (v810*): Remove special setting of tools.
2164 * configure: Add support for extra required flags for ar or nm.
2165 * configure.in (aix4.3+): Use above support for target-specific
2166 issues, rather than using config/mt-aix43.
2168 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2170 * configure: Remove 'removing', which doesn't work. Replace $subdir
2171 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2172 with $srcdir. Reformat indentation. Substitute some variables
2173 formerly hard-coded in the Makefile for build=host.
2174 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2175 * Makefile.def: Autogenerate more.
2176 * Makefile.in: Regenerate.
2178 2002-11-04 Adam Nemet <anemet@lnxw.com>
2180 * MAINTAINERS (Write After Approval): Add myself.
2182 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2184 * Makefile.def (host_modules): Add rda.
2185 * Makefile.in: Regenerate.
2186 * configure.in (target_tool): Add target-rda to list.
2188 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2190 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2192 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2194 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2195 and restrap targets to this rule.
2196 * Makefile.in: Regenerate.
2198 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2200 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2201 GNATS only accounts.
2203 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2205 * configure.in (i[3456]86-*-linux*): Add check to disable
2206 ${libgcj} for glibc1.
2208 2002-10-24 Denis Chertykov <denisc@overta.ru>
2210 * MAINTAINERS: Add myself as ip2k port maintainer.
2212 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2214 * configure.in: Add tic4x target.
2216 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2218 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2219 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2220 * Makefile.in: Regenerate.
2222 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2223 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2224 * Makefile.in: Regenerate.
2226 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2228 * MAINTAINERS: Add myself as web pages co-maintainer.
2230 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2232 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2233 * Makefile.in: Regenerate.
2235 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2237 * MAINTAINERS: Add myself and Nathan Sidwell
2238 <nathan@codesourcery.com> as VxWorks maintainers.
2240 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2242 * Makefile.def: Remove order dependency comments.
2243 * Makefile.tpl: Add explicit install-install dependencies.
2244 * Makefile.in: Regenerate.
2246 * Makefile.tpl: Remove material now in src-release. (Finally!)
2247 * Makefile.in: Regenerate.
2249 * Makefile.tpl: Add configure-target (for src-release in src)
2250 * Makefile.in: Regenerate.
2252 2002-09-30 Nick Clifton <nickc@redhat.com>
2254 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2256 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2258 * configure.in (s390*-*-linux*): Enable libgcj.
2260 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2262 * configure: Revert accidentally applied changes.
2264 * Makefile.tpl: Make more autoconf-friendly.
2265 * Makefile.in: Regenerate.
2266 * configure: Make substitution more autoconf-like.
2268 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2270 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2271 single entry to handle all these.
2272 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2273 libjava on arm-*-elf.
2275 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2277 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2278 things that depend on them.
2280 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2282 * Makefile.tpl: Make subsituted variables more autoconfy.
2283 * Makefile.in: Regenerate.
2284 * configure: Make seds more autoconfy.
2286 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2288 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2289 * Makefile.in: Regenerate.
2290 * configure.in: Rewrite sed statements to look autoconfy.
2292 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2293 all-target-foo on configure-target-foo.
2294 * Makefile.def: Ditto.
2295 * Makefile.in: Rebuild.
2297 2002-09-25 Andrew Haley <aph@redhat.com>
2299 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2301 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2303 * Makefile.def: New file.
2304 * Makefile.tpl: New file.
2305 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2306 * contrib/gcc_update: Note that Makefile.in is a generated file.
2308 * configure.in: Minor rearrangement. Simplify tests.
2310 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2312 * configure.in (with_headers): Skip copy if value is "yes".
2313 (with_libs): Likewise.
2315 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2317 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2318 * configure.in (sh*-*-pe*): Ditto.
2319 * configure.in (mips*-*-pe*): Ditto.
2320 * configure.in (*arm-wince-pe): Ditto.
2322 * configure.in: Rearrange.
2324 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2326 * MAINTAINERS: Update my email address.
2328 2002-08-30 Paul Koning <pkoning@equallogic.com>
2330 * MAINTAINERS: (Write After Approval): Add myself.
2332 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2334 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2336 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2338 * MAINTAINERS: Change my mailing address.
2340 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2342 * MAINTAINERS (Write After Approval): Remove myself.
2343 (Various Maintainers: c++ runtime libs): Add myself.
2345 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2347 * MAINTAINERS (Write After Approval): Remove myself.
2348 (Various Maintainers: c++ runtime libs): Add myself.
2350 2002-08-15 Eric Christopher <echristo@redhat.com>
2352 * config.sub: Import from master repository.
2353 * config.guess: Ditto.
2355 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2357 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2358 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2359 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2361 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2363 * MAINTAINERS: Add self to rs6000 vector extensions.
2365 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2367 * libiberty/configure: Reverted unintended yesterday's check in.
2369 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2371 * boehm-gc/configure, libf2c/configure: Rebuilt.
2372 * libffi/configure, libiberty/configure: Ditto.
2373 * libjava/configure, libobjc/configure: Ditto.
2374 * libstdc++-v3/configure, zlib/configure: Ditto.
2375 Merged from binutils:
2376 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2377 From Steve Ellcey <sje@cup.hp.com>:
2378 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2379 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2380 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2382 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2383 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2384 soname_spec, sys_lib_search_path_spec): Ditto.
2386 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2388 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2390 2002-08-04 H.J. Lu (hjl@gnu.org)
2392 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2394 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2396 * MAINTAINERS (Write After Approval): Add myself.
2398 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2400 * configure.in: Move generic linux case to end. Copy generic
2401 linux noconfigdirs to mips*-*-linux* entry and new
2402 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2404 2002-07-19 Michael Matz <matz@suse.de>
2406 * MAINTAINERS: Add myself as ra* maintainer.
2408 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2410 * config.guess: Update to 2002-07-09 version.
2411 * config.sub: Update to 2002-07-03 version.
2413 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2415 * MAINTAINERS: Fix typo in a maintainer email address.
2417 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2419 * configure.in: Remove two redundant tests.
2421 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2423 * configure.in (mips*-*-irix6*o32): Enable stabs.
2425 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2427 * configure.in: Don't build grez.
2428 * Makefile.in: Ditto.
2430 * Makefile.in: Remove references to bsp, cygmon, libstub.
2431 * configure.in: Ditto.
2433 * configure.in: Remove leftover reference to gdbtest.
2435 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2437 * configure.in (gxx_include_dir): Change to match versioned
2438 C++ headers if --enable-version-specific-runtime-libs is used.
2440 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2442 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2444 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2446 * configure.in: Make --without-x work.
2448 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2450 * configure.in: Rearrange target Makefile fragment collection.
2452 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2454 * configure.in: Ditto.
2456 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2458 * MAINTAINERS (Write After Approval): Update my e-mail address.
2460 2002-06-24 Ben Elliston <bje@redhat.com>
2462 * configure.in (host_tools): Remove cgen.
2464 * Makefile.in (all-cgen): Remove; runs from its source directory.
2465 (check-cgen, install-cgen, clean-cgen): Likewise.
2466 (all-opcodes): Do not depend on all-cgen.
2467 (all-sim): Likewise.
2469 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2471 * Makefile.in: Eliminate 'apache' targets.
2472 * configure.in: Eliminate 'apache' targets.
2474 * configure.in: Eliminate redundant tests. Reorganize.
2476 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2478 * config-ml.in: Eliminate references to Cygnus configure.
2480 * Makefile.in: Eliminate references to building emacs.
2482 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2484 * MAINTAINERS: Update my email address.
2486 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2488 * config.if (libstdcxx_incdir): Version C++ headers.
2489 (cxx_incdir): Remove.
2491 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2493 * MAINTAINERS (Write After Approval): Add self.
2495 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2497 * configure.in: Add support for ip2k.
2499 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2501 * configure.in: Fix AIX configury bug.
2503 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2505 * MAINTAINERS (Write After Approval): Add self.
2507 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2509 * configure.in: replace ${topsrcdir} with ${srcdir}
2511 * configure.in: Move definition of libstdcxx_flags
2512 right above usage, rather than waaay earlier.
2514 * configure.in: Pull definition of is_cross_compiler earlier.
2516 * configure.in: Rearrange a little.
2518 * configure.in: Remove references to librx.
2519 * Makefile.in: Remove references to librx.
2521 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2523 * config.sub: Add support for avr target.
2524 Import from master sources, rev 1.255
2526 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2528 * configure, .cvsignore: Revert previous change...
2529 * Makefile: ...delete.
2531 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2533 * configure.in: Eliminate ${gasdir} variable.
2535 2002-06-18 Dave Brolley <brolley@redhat.com>
2537 * configure.in: Add support for frv.
2538 * config.sub: Add support for frv.
2540 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2542 * configure: Remove garbage from previous commit.
2544 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2546 * configure: For in-source builds, make a subdir and re-exec there.
2547 * Makefile: New file. Pass targets through to build directory.
2548 * .cvsignore: No longer ignore "Makefile".
2550 2002-06-16 Douglas Rupp <rupp@gnat.com>
2552 * MAINTAINERS (Write After Approval): Add self.
2554 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2556 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2558 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2560 * configure.in (vax-*-netbsd*): Re-enable gas.
2562 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2564 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2565 BUILD_PREFIX_1, to correct nomenclature.
2566 * configure: Likewise.
2568 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2569 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2571 2002-05-31 Olaf Hering <olh@suse.de>
2573 * config-ml.in: Propogate DESTDIR also.
2575 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2577 * configure.in (vax-*-netbsd*): Don't build gas for this
2580 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2582 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2585 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2587 * MAINTAINERS (Write After Approval): Add myself.
2589 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2591 * config.guess: Update to 2002-05-22 version.
2592 * config.sub: Likewise.
2594 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2596 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2597 * config-ml.in: Likewise.
2598 * configure: Likewise.
2599 * configure.in: Likewise.
2601 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2603 * MAINTAINERS: Update my email address.
2605 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2607 * configure.in: Simplify makefile fragment collection.
2609 * configure.in: Remove code to build emacs.
2611 * configure.in : Remove --srcdir argument from targargs and buildargs
2612 (it's always overridden in the Makefile anyway). Rearrange a bit.
2614 * configure: Move some logic to configure.in.
2615 * configure.in: Move some logic from configure.
2617 2002-05-11 Tom Tromey <tromey@redhat.com>
2619 * MAINTAINERS: Reflect libgcj reality.
2621 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2623 * Makefile.in: Honour DESTDIR.
2625 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2627 * config.guess: Import 2002-03-20 version.
2628 * config.sub: Import 2002-04-26 version.
2630 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2632 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2634 2002-05-07 Tim Josling <tej@melbpc.org.au>
2636 * MAINTAINERS: Add self.
2638 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2640 * ltmain.sh: Detect and handle object name conflicts
2641 while piecewise linking a static library.
2643 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2645 * configure.in (noconfigdirs): Don't disable libgcj on
2646 sparc64-*-solaris* and sparcv9-*-solaris*.
2648 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2650 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2652 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2654 * configure.in (FLAGS_FOR_TARGET): Do not add
2655 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2656 on i[3456]86-*-linux*.
2658 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2660 * configure.in (noconfigdirs): Replace [ ] with test.
2662 * configure.in (noconfigdirs): Do not add target-newlib if
2663 target == i[3456]86-*-linux*, and host == target.
2665 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2667 * configure.in: delete reference to absent file
2669 * configure.in: replace '[' with 'test'
2671 * configure.in: Eliminate references to gash.
2672 * Makefile.in: Eliminate references to gash.
2674 * configure.in: remove useless references to 'pic' makefile fragments.
2676 * configure.in: (*-*-windows*) Finish removing.
2678 * configure.in: Eliminate redundant test for libgui.
2680 2002-04-29 Roger Sayle <roger@eyesopen.com>
2682 * MAINTAINERS: Add self and realphabetize. Update entries
2683 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2684 entry for a29k port maintainer.
2686 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2688 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2689 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2691 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2693 * configure.in: remove references to dead files
2695 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2697 * MAINTAINERS: Add information about purpose of this file.
2699 2002-04-18 Tom Tromey <tromey@redhat.com>
2701 * configure.in: Disallow configuring libgcj when it is already
2702 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2703 Solaris 2.8 by default. For PR libgcj/6158.
2705 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2707 * configure.in: Move default CC setting out of config/mh-* fragments
2710 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2712 * configure.in: don't even try to configure or make a subdirectory
2713 if there's no configure script for it.
2715 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2717 * MAINTAINERS: Remove chill maintainers.
2718 * Makefile.in (CHILLFLAGS): Remove.
2719 (CHILL_LIB): Remove.
2720 (TARGET_CONFIGDIRS): Remove libchill.
2721 (CHILL_FOR_TARGET): Remove.
2722 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2724 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2725 (CHECK_TARGET_MODULES): Likewise.
2726 (INSTALL_TARGET_MODULES): Likewise.
2727 (CLEAN_TARGET_MODULES): Likewise.
2728 (configure-target-libchill): Remove.
2729 (all-target-libchill): Remove.
2730 * configure.in (target_libs): Remove target-libchill.
2731 Do not compute CHILL_FOR_TARGET.
2732 * libchill: Remove directory.
2734 2002-04-11 DJ Delorie <dj@redhat.com>
2736 * Makefile.in, configure.in: Sync with binutils, entries
2739 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2741 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2742 (do-tar, do-bz2): New rules.
2743 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2744 (gdb-tar): New rule.
2745 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2746 (insight_dejagnu.tar): New rule.
2747 (insight.tar): New rule.
2748 (gdb+dejagnu.tar): New rule.
2749 (gdb.tar): New rule.
2751 2002-02-01 Mo DeJong <supermo@bayarea.net>
2753 * Makefile.in: Add all-tix to deps for all-snavigator
2754 so that tix is built when building snavigator.
2756 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2758 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2759 ld and gdb are not supported.
2761 2002-01-07 Mark Salter <msalter@redhat.com>
2763 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2764 Allow target-libgloss to be built for arm, strongarm, and xscale.
2766 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2768 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2769 options for i[3456]86-pc-linux* native builds.
2771 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2773 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2774 files from .po files for a distribution.
2776 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2778 * configure.in: Enable libstdc++-v3 for h8300 targets.
2780 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2782 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2785 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2787 * Makefile.in (VER): When present, extract the version number from
2788 the file version.in.
2790 2001-05-24 Tom Rix <trix@redhat.com>
2792 * configure.in : enable ld for aix
2794 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2796 * config.guess: Add linux target for S/390.
2798 2000-11-07 Philip Blundell <pb@futuretv.com>
2800 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2802 2000-11-03 Philip Blundell <pb@futuretv.com>
2804 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2807 2001-01-15 Ben Elliston <bje@redhat.com>
2809 * configure.in (host_tools): Add sid.
2810 Always configure cgen.
2812 2000-11-24 Nick Clifton <nickc@redhat.com>
2814 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2817 2000-08-20 Doug Evans <dje@casey.transmeta.com>
2819 * Makefile.in (ALL_MODULES): Add all-cgen.
2820 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2821 (all-cgen): New target.
2822 (all-opcodes,all-sim): Depend on all-cgen.
2823 * configure.in (host_tools): Add cgen.
2824 Only configure cgen if --enable-cgen-maint.
2826 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
2828 * configure.in: Add *-*-freebsd* configurations.
2830 2002-04-08 Tom Tromey <tromey@redhat.com>
2832 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2833 Fixes PR libgcj/6068.
2835 2002-03-30 Krister Walfridsson <cato@df.lth.se>
2837 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2839 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2841 * configure.in (alpha*-dec-osf*): Enable libgcj.
2843 2003-03-27 Matthew Gingell <gingell@gnat.com>
2845 * MAINTAINERS (Write After Approval): Add myself.
2847 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2849 Fix for: PR bootstrap/3591, target/5676
2850 * configure.in (mcore-pe): Disable the configuration of
2851 libstdc++-v3 since exceptions are not supported.
2853 2002-03-20 Anthony Green <green@redhat.com>
2855 * configure.in: Enable libgcj for xscale-elf target.
2857 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2859 * MAINTAINERS: Update my email address.
2861 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
2863 * ltmain.sh (relink_command): Fix typo in previous change.
2865 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2867 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2868 (relink_command): Added --tag flags.
2869 (mode=install): If relinking fails; error out.
2871 2002-03-12 Richard Henderson <rth@redhat.com>
2873 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2875 (do-check): Rename from check.
2876 (check): Allow parallel check.
2878 2002-03-12 Bob Wilson <bob.wilson@acm.org>
2880 * MAINTAINERS: Add myself as maintainer for xtensa port.
2881 Fix alphabetical order in CPU port maintainer list.
2882 Remove myself from Write After Approval list.
2884 2002-03-11 Richard Henderson <rth@redhat.com>
2886 * Makefile.in (.NOTPARALLEL): Add fake tag.
2888 2002-03-07 H.J. Lu (hjl@gnu.org)
2890 * configure.in: Enable gprof for mips*-*-linux*.
2892 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2894 * MAINTAINERS (Write After Approval): Add myself.
2896 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
2898 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2900 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2902 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
2904 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2905 because its Makefile is there; test for the executable instead.
2907 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
2909 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2910 libstdc++-v3 and libjava.
2912 2002-02-11 Adam Megacz <adam@xwt.org>
2914 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2917 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
2919 * config.guess: Updated to 2002-01-30's version.
2920 * config.sub: Updated to 2002-02-01's version.
2921 Contribute sh64-elf.
2922 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2923 * configure.in: Added sh64-*-*.
2925 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2927 * MAINTAINERS: Belatedly add myself to write after approval list.
2929 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2931 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2932 Remove self as Write After Approval.
2934 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
2936 * MAINTAINERS: Put self in as maintainer for contrib/regression
2939 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
2941 * MAINTAINERS: Update my email address.
2943 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2945 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2946 target-libiberty, and target-libgloss. Skip Java-related
2947 libraries if not supported for NetBSD on target CPU.
2949 2002-01-25 Douglas B Rupp <rupp@gnat.com>
2951 * install-sh: Use _inst.$$_ for temp file name.
2953 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
2955 * MAINTAINERS (Write After Approval): Move my contact info
2957 (OS Port Maintainers): ...to here (netbsd).
2959 2002-01-22 Bob Wilson <bob.wilson@acm.org>
2961 * MAINTAINERS (Write After Approval): Add myself.
2963 2002-01-17 H.J. Lu <hjl@gnu.org>
2965 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2966 (all-target-fastjar): Also depend on all-target-libiberty.
2968 2002-01-16 H.J. Lu (hjl@gnu.org)
2970 * config.guess: Import from master sources, rev 1.225.
2971 * config.sub: Import from master sources, rev 1.238.
2973 2002-01-16 Kazu Hirata <kazu@hxi.com>
2975 * MAINTAINERS (Write After Approval): Remove myself.
2977 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
2979 * MAINTAINERS (Write After Approval): Add myself.
2981 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2983 * MAINTAINERS: Add self as docs co-maintainer.
2985 2001-12-11 Matthias Klose <doko@debian.org>
2987 * MAINTAINERS (Write After Approval): Add myself.
2989 2001-12-09 Zack Weinberg <zack@codesourcery.com>
2991 * MAINTAINERS: Update my email address.
2993 2001-12-07 Turly O'Connor <turly@apple.com>
2994 * MAINTAINERS (Write After Approval): Add myself.
2995 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2996 (rs6000_initialize_trampoline): Call __trampoline_setup for
2998 * darwin-tramp.asm: New file, implements __trampoline_setup.
2999 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3001 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3003 * MAINTAINERS (Write After Approval): Add myself.
3005 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3007 * configure, configure.in: Use temp file for long sed commands.
3009 2001-12-03 Laurent Guerby <guerby@acm.org>
3011 * config.sub: Update to version 1.232 on subversion.
3013 2001-12-03 Ben Elliston <bje@redhat.com>
3015 * MAINTAINERS: Update mail address for config.* patches.
3017 2001-11-27 DJ Delorie <dj@redhat.com>
3018 Zack Weinberg <zack@codesourcery.com>
3020 When build != host, create libiberty for the build machine.
3022 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3024 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3026 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3028 (all.normal): Depend on ALL_BUILD_MODULES.
3029 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3030 (all-build-libiberty): Depend on configure-build-libiberty.
3032 * configure: Calculate and substitute proper value for
3034 * configure.in: Create the build subdirectory.
3035 Calculate and substitute TARGET_CONFIGARGS (formerly
3036 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3038 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3040 * MAINTAINERS (write-after-approval): Add self.
3042 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3044 * MAINTAINERS (GNATS only accounts): Remove self.
3046 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3048 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3051 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3053 * MAINTAINERS (Write After Approval): Add self.
3055 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3057 * MAINTAINERS: mips and s390 are also CPU ports.
3059 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3061 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3063 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3065 * MAINTAINERS: Alphabetize.
3067 2001-11-09 Kazu Hirata <kazu@hxi.com>
3069 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3071 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3073 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3075 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3077 * configure.in (--enable-languages): Be more permissive about
3078 syntax. Check for empty lists better. Warn about $LANGUAGES.
3080 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3082 * config.sub: Import from master sources, rev. 1.230.
3083 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3085 2001-11-07 Laurent Guerby <guerby@acm.org>
3087 * MAINTAINERS (Write After Approval): Add self.
3089 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3091 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3093 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3095 * config.sub: Import from master sources, rev 1.226.
3096 * config.guess: Import from master sources, rev 1.216.
3098 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3100 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3101 * MAINTAINERS: Add self as maintainer of MMIX port.
3102 Remove old after-approval entry.
3104 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3106 * ChangeLog, configure: Fix spelling errors.
3108 2001-10-20 Brendan Kehoe <brendan@zen.org>
3110 * MAINTAINERS: Tweak my address.
3112 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
3114 * MAINTAINERS: Update my email address.
3116 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3118 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3119 * MAINTAINERS: Add self as maintainer of CRIS port.
3121 2001-10-10 Geert Bosch <bosch@gnat.com>
3123 * MAINTAINERS (Various maintainers: Ada front end):
3126 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3128 * MAINTAINERS (Write After Approval): Added self
3130 2001-10-02 Geert Bosch <bosch@gnat.com>
3132 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3134 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3136 * configure: Handle temporary files securely using mkdir.
3138 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3140 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3142 2001-09-26 Will Cohen <wcohen@redhat.com>
3144 * configure.in (*-*-linux*): Disable configuration of target-newlib
3145 and target-libgloss.
3147 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3149 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3152 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3154 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3155 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3156 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3157 avoid quotes nesting problems.
3158 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3159 (DO_X): Export only variables that are set.
3161 2001-09-19 Ben Elliston <bje@redhat.com>
3163 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3164 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3165 semantics. Use the shell built-in "type" command instead.
3167 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3169 Merged from gcc-3_0-branch:
3170 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3171 * ltcf-c.sh: Use $objext, not $ac_objext.
3172 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3173 * ltcf-cxx.sh: Add support for GNU.
3174 2001-07-22 Timothy Wall <twall@redhat.com>
3175 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3176 default settings if using GNU tools with that configuration.
3177 * ltcf-cxx.sh: Ditto.
3178 * ltcf-gcj.sh: Ditto.
3179 2001-07-21 Michael Chastain <chastain@redhat.com>
3180 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3181 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3182 * ltmain.sh: Mark as gcc-local.
3184 2001-08-30 Eric Christopher <echristo@redhat.com>
3185 Jason Eckhardt <jle@redhat.com>
3187 * config.guess: Merge from master sources.
3188 * config.sub: Merge from master sources, add support for mipsisa32.
3190 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3191 * config.sub: Merge from master sources, rev 1.219.
3192 * MAINTAINERS: Add self as contact for stormy16 port.
3194 2001-08-14 Zack Weinberg <zackw@panix.com>
3196 * config.sub: Merge from master sources, rev 1.218.
3197 * config.guess: Merge from master sources, rev 1.209.
3199 2001-08-11 Graham Stott <grahams@redhat.com>
3201 * Makefile.in (check-c++): Add missing semicolon.
3203 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3205 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3207 2001-07-30 Eric Christopher <echristo@redhat.com>
3209 * MAINTAINERS (Various maintainers: mips port): Added myself.
3211 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3213 * configure.in (sh-*-linux*): New.
3215 2001-07-27 Richard Henderson <rth@redhat.com>
3217 * .cvsignore: Add LAST_UPDATED.
3219 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3221 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3223 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3225 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3227 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3229 * MAINTAINERS (Write After Approval): Added myself.
3231 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3233 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3234 and libgcj on m68hc11/m68hc12.
3236 2001-06-27 H.J. Lu (hjl@gnu.org)
3238 * Makefile (CFLAGS_FOR_BUILD): New.
3239 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3241 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3243 * README: Remove version number.
3245 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3247 * INSTALL/README: Update wrt. to the installation instructions now
3248 residing in gcc/doc/install.texi.
3250 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3252 * README: Replace with a cut-down and updated version of gcc/README.
3254 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3256 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3257 multilibs to be disabled.
3259 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3261 * MAINTAINERS (Write After Approval): Add myself.
3263 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3265 * config.guess: Import CVS version 1.195.
3266 * config.sub: Import CVS version 1.212.
3268 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3270 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3271 gcc/xgcc is built, use -print-prog-name to find out the program
3274 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3276 * config.guess: Import CVS version 1.194. All gcc-local changes
3277 appear to also be in the master copy.
3278 * config.sub: Import CVS version 1.211.
3280 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3282 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3283 with_gcc]: Use `gcc -shared' to build a shared library.
3285 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3287 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3290 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3292 * MAINTAINERS (Write After Approval): Add myself.
3294 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3296 * configure.in (libstdcxx_flags): Do not try to execute
3297 libstdc++-v3/testsuite_flags until it exists.
3299 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3301 * MAINTAINERS: Update my email address.
3303 2001-05-31 Graham Stott <grahams@redhat.com>
3305 * MAINTAINERS (Write After Approval): Add myself.
3307 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3309 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3310 libraries when using g++ with native linker.
3312 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3314 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3316 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3318 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3319 [aix4*|aix5*]: Prepend blank.
3321 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3323 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3324 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3325 of subdir/configure scripts to use the new libtool.m4.
3327 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3329 * MAINTAINERS (Write After Approval): Add myself.
3331 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3333 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3335 2001-05-11 Ben Elliston <bje@redhat.com>
3337 * Makefile.in (all-sid): New target.
3338 (check-sid, clean-sid, install-sid): Likewise.
3340 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3342 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3344 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3346 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3349 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3351 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3352 gcc/xgcc is built, use -print-prog-name to find out the program
3355 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3357 * configure.in (noconfigdirs): Don't reset it from scratch in the
3358 target case; only append to it.
3360 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3361 sparc-*-solaris2.8]: Disable ${libgcj}.
3363 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3365 * configure.in (libgcj_saved): Copy from $libgcj.
3366 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3369 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3371 * MAINTAINERS: Remove self as MIPS maintainer and
3372 C front end maintainer.
3374 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3376 * configure.in: Move *-chorusos target case to the proper switch.
3379 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3381 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3384 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3386 * Makefile.in (STAGE1_CFLAGS): Pass down.
3388 2001-04-13 Alan Modra <amodra@one.net.au>
3390 * config.guess: Add hppa64-linux support. Note for next import that
3391 this is already in the master file.
3392 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3394 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3396 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3397 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3399 2001-04-11 Stan Shebs <shebs@apple.com>
3401 * MAINTAINERS: Add self as Darwin port maintainer.
3403 2001-04-11 Alan Modra <amodra@one.net.au>
3405 * MAINTAINERS: Update my email address.
3407 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3409 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3410 recent versions of FreeBSD (release 3 or later).
3411 * ltconfig: On FreeBSD, -lc must not be provided when building
3412 a shared library or else the standard -pthread gcc option is
3413 rendered worthless to later users of the built library.
3415 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3417 * MAINTAINERS: Add self and RTH as C front end maintainers.
3419 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3421 * config.sub: Make sure to match an already-canonicalized
3422 machine name (eg. mn10300-unknown-elf).
3424 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3426 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3428 (bootstrap, cross): Use RECURSE_FLAGS.
3429 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3431 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3433 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3435 2001-03-22 Colin Howell <chowell@redhat.com>
3437 * Makefile.in (DO_X): Do not backslash single-quotes in
3438 backquotes (two places).
3440 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3443 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3444 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3445 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3446 * ltcf-cxx.sh: Likewise.
3447 * ltcf-gcj.sh: Likewise.
3449 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3451 * MAINTAINERS: Add myself as "documentation co-maintainer".
3453 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3455 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3456 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3458 2001-03-19 Tom Tromey <tromey@redhat.com>
3460 * config-ml.in: Handle GCJ and GCJFLAGS.
3462 2001-03-21 Michael Chastain <chastain@redhat.com>
3464 * Makefile.in: all-m4 depends on all-texinfo.
3466 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3468 * MAINTAINERS: Add myself to write after approval list.
3470 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3472 * Makefile.in (DO_X): Quote nested quotes.
3474 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3476 * MAINTAINERS: Add myself to write after approval list.
3478 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3480 * Makefile.in (DO_X): Use double quotes for quoting
3481 "RANLIB=$${RANLIB}".
3483 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3485 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3487 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3489 * configure.in: Only use `lang_requires' for languages athat are
3492 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3494 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3496 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3498 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3500 2001-03-07 Tom Tromey <tromey@redhat.com>
3502 * configure.in: Allow config-lang.in to set `lang_requires' to list
3503 of other required languages.
3505 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3507 * Makefile.in: Remove RANLIB definition. Use RANLIB
3508 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3509 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3511 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3512 Alexandre Oliva <aoliva@redhat.com>
3514 * Makefile.in (check-c++): Use tabs, not spaces.
3516 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
3518 * MAINTAINERS: add myself to Write After Approval list.
3520 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3522 * Makefile.in (check-c++): New rule.
3524 * configure.in (target_libs): Remove libg++.
3525 (noconfigdirs): Remove libg++.
3526 (noconfigdirs): Same.
3527 (noconfigdirs): Same.
3528 (noconfigdirs): Same.
3530 * config-ml.in: Remove libg++ references.
3532 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3533 (ALL_TARGET_MODULES): Same.
3534 (configure-target-libg++): Remove.
3535 (all-target-libg++): Remove.
3536 (configure-target-libio): Remove.
3537 (all-target-libio): Remove.
3538 (check-target-libio): Remove.
3540 (libg++.tar.bz2): Remove.
3541 (all-target-cygmon): Remove libio.
3542 (all-target-libstdc++): Remove.
3543 (configure-target-libstdc++): Remove.
3544 (TARGET_LIB_PATH): Remove libstdc++.
3545 (ALL_GCC_CXX): Remove libstdc++.
3546 (all-target-gperf): Correct.
3548 2001-02-16 Nick Clifton <nickc@redhat.com>
3550 * configure.in (noconfigdirs): Allow configuration of texinfo
3553 2001-02-15 Anthony Green <green@redhat.com>
3555 * configure: Introduce GCJ_FOR_TARGET.
3556 * configure.in: Ditto.
3557 * Makefile.in: Ditto.
3559 2001-02-13 Andreas Schwab <schwab@suse.de>
3561 * MAINTAINERS: Update mail address.
3563 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3565 * config.guess: Add linux target for S/390.
3566 * config.sub: Likewise.
3568 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3570 * configure.in: for *-chorusos, don't config target-newlib and
3573 2001-02-06 Ben Elliston <bje@redhat.com>
3575 * configure: Output host type to stdout, not stderr.
3577 2001-02-05 Mark Mitchell <mark@codesourcery.com>
3579 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3580 * ltcf-cxx.sh: Likewise.
3582 * config.if: Assume enable_libstdcxx_v3 is defined.
3584 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3586 Remove V2 C++ library.
3587 * configure.in: Remove --enable-libstdcxx_v3 support.
3589 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3591 * include/demangle.h: Add prototype for java_demangle_v3.
3593 2001-01-29 Phil Edwards <pme@sources.redhat.com>
3595 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3597 2001-01-27 Richard Henderson <rth@redhat.com>
3599 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3601 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3603 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3604 Don't unset, it's non-portable and no longer necessary, set to empty
3607 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3609 * ltconfig: Shell portability fix for the tagname validity check.
3611 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
3613 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3614 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3616 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3618 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3620 2001-01-26 Tom Tromey <tromey@redhat.com>
3622 * configure.in: Allow libgcj to be built on Sparc Solaris.
3624 2001-01-25 David Edelsohn <edelsohn@gnu.org>
3626 * ltcf-c.sh: Add aix5 case.
3627 * ltcf-cxx.sh: Likewise.
3628 * ltconfig: Likewise.
3630 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
3632 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3633 keep at least one of build_libtool_libs or build_old_libs set to
3636 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3637 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3639 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3641 * configure.in: Enable libgcj on several additional platforms.
3643 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3645 * configure.in: Enable libgcj for linux targets.
3647 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3649 * MAINTAINERS (Write After Approval): Add myself.
3651 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3653 * MAINTAINERS: Add myself as vax port maintainer.
3655 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3657 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3659 2001-01-09 Mike Stump <mrs@wrs.com>
3661 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3662 failures of subdirectories.
3664 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3666 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3667 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3668 * ltcf-cxx.sh: Likewise.
3669 * ltcf-gcj.sh: Likewise.
3670 * ltconfig.sh: Fix typo.
3672 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3674 * configure: handle DOS-style absolute paths.
3676 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3678 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3680 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3682 * MAINTAINERS: Add myself as avr port co-maintainer.
3684 2000-12-28 Ben Elliston <bje@redhat.com>
3686 * MAINTAINERS: Add myself under ``Write After Approval''.
3688 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3690 * texinfo: Remove directory from GCC.
3692 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3694 * COPYING: Update to current
3695 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3696 to 19yy as example year in copyright notice).
3698 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3700 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3701 (libstdcxx_incdir): Pass down.
3702 * config.if: Remove expired bits for cxx_interface, add stub.
3703 (libstdcxx_incdir): Add variable for g++ include directory.
3704 * configure.in (gxx_include_dir): Use it.