1 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7 * Makefile.def: Remove libbanshee.
13 2004-09-08 David Edelsohn <edelsohn@gnu.org>
15 * ltmain.sh: Use $pic_object as $non_pic_object if
18 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
20 * missing: Import latest version from master repository.
22 2004-09-06 Nick Clifton <nickc@redhat.com>
24 * config.sub: Import latest version from master repository.
25 * config.guess: Likewise.
26 This includes these changes:
28 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
30 * config.sub: Handle crisv32, alias etraxfs.
31 * config.guess (crisv32:Linux:*:*): Handle.
33 2004-08-13 Brad Smith <brad@comstyle.com>
35 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
36 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
38 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
40 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
41 assume the processor is a powerpc. This is because coreutils
42 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
43 in this case, due to a MacOS X bug that causes
44 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
45 to return a negative number.
46 Problem reported by Petter Reinholdtsen in:
47 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
49 2004-07-19 Ben Elliston <bje@gnu.org>
51 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
53 2004-06-24 Ben Elliston <bje@gnu.org>
55 * config.guess: Update copyright years.
56 * config.sub: Likewise.
58 2004-06-22 Robert Millan <robertmh@gnu.org>
60 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
61 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
63 2004-06-22 Stanley F. Quayle <stan@stanq.com>
65 * config.guess (*:*VMS:*:*): New entry. Replaces
66 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
69 2004-06-22 Ben Elliston <bje@gnu.org>
71 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
72 * config.sub: Likewise.
74 2004-06-22 Ben Elliston <bje@gnu.org>
76 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
77 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
79 2004-06-11 Ben Elliston <bje@gnu.org>
81 * config.guess (pegasos:OpenBSD:*:*): Remove.
83 2004-06-11 Ben Elliston <bje@gnu.org>
85 From Wouter Verhelst <wouter@grep.be>:
86 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
88 2004-06-11 Ben Elliston <bje@gnu.org>
90 * config.guess (luna88k:OpenBSD:*:*): New.
92 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
94 * config.guess (m32r*:Linux:*:*): New case.
95 * config.sub: Handle m32rle.
97 2004-03-12 Ben Elliston <bje@wasabisystems.com>
99 From Jens Petersen <petersen@redhat.com>:
100 * config.sub: Handle sparcv8.
102 2004-03-03 Ben Elliston <bje@wasabisystems.com>
104 From Tom Smith <smith@cag.lkg.hp.com>:
105 * config.guess: Version suffixes are equally significant on Tru64
106 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
107 prefix of "P" (patched kernel).
109 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
111 * config.sub: Add support for National Semiconductor CRX target.
113 2004-09-03 Janis Johnson <janis187@us.ibm.com>
115 * MAINTAINERS (Various Maintainers): Remove myself as web page
116 maintainer, add myself as maintainer of build status lists.
118 2004-09-03 Jan Beulich <jbeulich@novell.com>
120 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
121 *-*-netware, but add target-libmudflap.
122 Consolidate *-*-netware targets (of which really only i?86 exists)
124 * configure: Likewise.
126 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
128 * Makefile.tpl (sorry): Remove.
129 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
130 (cleanstrap targets): Depend on distclean, not distclean-stage1.
131 (do-clean): Clean per-stage directories too.
132 (do-distclean): Run distclean-stage1 too.
133 (.NOTPARALLEL): Enable during toplevel bootstrap.
134 (stage[+id+]-bubble): Enable parallel execution during
135 the recursive invocation.
136 * Makefile.in: Regenerate.
138 Fix previous checkin:
140 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
142 * configure.in: Fix indentation.
143 * configure: Regenerate.
145 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
147 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
148 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
149 * configure: regenerate
150 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
154 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
156 * Makefile.def (build_modules): Add fixincludes.
157 (dependencies): Make gcc depend on fixincludes.
158 * configure.in (build_tools): Add fixincludes.
159 (build_configdirs): Always include build_libs.
160 * Makefile.in: Regenerate.
161 * configure: Regenerate.
163 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
165 * Makefile.def (bootstrap stages): Add 'lean' parameter.
166 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
167 phony targets; do not generate timestamp files.
168 (distclean-stageN): Remove references to their timestamp files.
169 (restageN, touch-stageN): Remove.
170 (stageN-bubble): Rewritten.
171 (compare): Support lean bootstraps.
172 * Makefile.in: Regenerate.
174 * configure.in: Only warn when bootstrapping but
175 build != host or build != target. Support lean bootstraps.
176 * configure: Regenerate.
178 2004-08-26 Phil Edwards <phil@codesourcery.com>
180 * configure.in: Give a better error message if GMP/MPFR are missing
181 and a language needing them has been requested.
182 * configure: Regenerated.
184 2004-08-25 Phil Edwards <phil@codesourcery.com>
186 * configure.in: Print a list of available language front-ends if
187 a requested one is missing. Tidy stray tab characters.
188 * configure: Regenerated.
190 2004-08-19 Michael Koch <konqueror@gmx.de>
192 * gcc/doc/install.texi: Update entry about automake for libjava.
194 2004-08-17 Robert Millan <robertmh@gnu.org>
196 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
197 (instead of FreeBSD).
198 * configure: Regenerate.
200 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
202 * Makefile.in: Regenerate.
203 * configure: Regenerate.
205 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
207 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
208 for bootstrapped modules if toplevel bootstrap is going.
209 (GCC bootstrap): Generate per-stage targets for all bootstrapped
210 modules. Adjust for changes in Makefile.def. Enable several
211 rules even in non-bootstrap mode, just to avoid peppering the
212 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
213 (stage-[+prev+]-bubble): Remove.
215 * Makefile.def (Dependencies): Depend on all-build-bison,
216 all-build-flex, all-build-byacc, all-build-texinfo, rather
217 than the host variations.
218 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
220 (BISON): Update for recent Bisons.
222 (cross): Depend on all-build.
223 (all): Do not depend on all-build.
224 (prebootstrap): Remove.
225 (dep-kind): Accept separate prefixes for MODULE and ON variables.
226 (Prebootstrap dependencies): Add them to the per-stage targets
227 and to all-prebootstrap.
228 * configure.in (build_configdirs): Always enable build_tools.
229 (BUILD_DIR_PREFIX): Remove.
231 * Makefile.def (gcc): Add target variable.
232 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
233 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
234 in the recursive `make', instead of hardwiring `all'.
235 (Autogenerated TARGET-* variables): New.
237 2004-08-13 Brian Booth <bbooth@redhat.com>
239 * MAINTAINERS: Remove myself from write-after-approval.
241 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
243 * src-release: Stop distributing mmalloc with gdb (which doesn't
245 * Makefile.def: GDB doesn't depend on mmalloc anymore.
246 * Makefile.in: Regenerate.
248 2004-08-09 Mark Mitchell <mark@codesourcery.com>
250 * configure.in (arm*-*-eabi*): New target.
251 * configure: Regenerate.
253 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
255 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
256 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
257 (Dependencies): New section.
258 * Makefile.tpl (Dependencies): Generate from Makefile.def.
259 (configure-target-[+module+]): Depend on maybe-all-gcc
260 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
261 (toplevel profiledbootstrap): Fix dependencies.
262 * Makefile.in: Regenerate.
264 2004-08-03 Mark Mitchell <mark@codesourcery.com>
266 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
267 target-libiberty to noconfigdirs.
268 * configure: Regenerate.
270 2004-08-03 Paul Brook <paul@codesourcery.com>
272 * configure.in: Check for MPFR as well as GMP.
273 * configure: Regenerate.
275 2004-08-01 Robert Millan <robertmh@gnu.org>
277 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
278 libmudflap for all GNU-based systems (with Glibc).
279 * configure: Regenerate.
281 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
283 * Makefile.def (host-modules): Add gcc.
284 * Makefile.in: Regenerate.
285 * Makefile.tpl (sorry): New rule.
286 (configure-host, all-host, [+make_target+]-host, do-check,
287 install-host): Do not add gcc as a special case.
288 (host modules): Add a small special-casing for gcc. Export
289 extra_make_flags through the environment.
290 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
291 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
292 other recursive targets for gcc): Remove.
294 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
295 (stage, unstage): New rules.
296 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
297 distclean-stage[+id+]): Use stage_current.
298 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
299 the stage*-start rules.
301 2004-08-02 Geoffrey Keating <geoffk@apple.com>
303 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
306 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
308 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
309 * configure: Regenerate.
311 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
313 * maintainer-scripts/gcc_release: Revert yesterday's change.
315 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
317 * MAINTAINERS: Add myself to write-after-approval.
319 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
322 * gcc/gccbug.in: Updated because of libf2c removal.
323 * maintainer-scripts/gcc_release: Ditto.
325 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
327 * configure.in: Build libmudflap by default on FreeBSD.
328 * configure: Regenerated.
330 2004-07-09 Mark Mitchell <mark@codesourcery.com>
332 * configure.in: Do not build libmudflap by default on non-GNU/Linux
334 * configure: Regenerated.
336 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
339 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
340 feedback based compiler.
341 * Makefile.in: Rebuilt.
343 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
345 * Makefile.def (host_modules): Set bootstrap=true for flex.
346 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
347 * Makefile.in: Rebuilt.
349 2004-07-07 Jan Hubicka <jh@suse.cz>
351 * MAINTAINERS: Add self as a profile feedback maintainer.
353 2004-07-05 Phil Edwards <phil@codesourcery.com>
355 * configure.in: Do not prepend $srcdir to /dev/null in
357 * configure: Regenerate.
359 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
361 * Makefile.def (build_modules): Add bison, byacc, flex,
363 (flags_to_pass): Add FLEX.
364 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
365 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
366 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
367 DEFAULT_MAKEINFO): Remove.
368 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
369 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
370 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
371 objdir or else use configured tool.
374 (Build module dependencies): Add.
375 * Makefile.in: Regenerate.
376 * configure.in: Better support for multiple build modules,
377 matching what is done for host/target modules. Do not look
378 for "plausible" locations of build tools if Canadian cross.
379 Use autoconf's AC_PROG_CC to find a C compiler. Define
380 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
381 * configure: Regenerate.
383 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
385 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
386 * Makefile.in: Regenerate.
388 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
390 * Makefile.tpl (configure-build-[+module+],
391 configure-[+module+], configure-target-[+module+]): Pass
392 [+extra_configure_args+].
393 (all-build-[+module+], all-[+module+], check-[+module+],
394 install-[+module+], [+make_target+]-[+module+],
395 all-target-[+module+], check-target-[+module+],
396 install-target-[+module+], [+make_target+]-target-[+module+]):
397 Pass [+extra_make_args+].
398 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
399 (GCC_HOST_EXPORTS): Remove.
400 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
401 cross, check-gcc, check-gcc-c++, install-gcc,
402 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
403 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
404 * Makefile.in: Regenerate.
406 2004-06-21 Matthew Sachs <msachs@apple.com>
408 * MAINTAINERS: Added self to write-after-approval.
410 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
412 * configure.in: Check for srcdir/winsup rather than build directory
414 * configure: Regenerate.
416 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
418 * configure.in: Don't build Cygwin native newlib if winsup
419 directory is missing. Emit warning instead.
420 * configure: Regenerate.
422 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
424 * Makefile.tpl (touch-stage[+id+]): New.
425 (restage[+prev+]): Depend on touch-stage[+id+].
427 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
430 * Makefile.def: Add profile and feedback bootstrap stages.
431 Remove next field from bootstrap stages.
432 * Makefile.tpl (LN, LN_S): Substitute.
433 (stageN-start, stageN-end): Use double-colon rules, to
434 provide a hook for additional setup commands.
435 (distclean-stageN-gcc, restageN): Create dependencies from
436 [+prev+], not from [+next+].
437 (stageN-bubble): Add commands for successive stages from
438 [+prev+], using double-colon rules.
439 (all-stageN-gcc): Fix typo.
440 (stagefeedback-start, profiledbootstrap): New.
441 * Makefile.in: Regenerate.
442 * configure.in: Call ACX_PROG_LN.
443 * configure: Regenerate.
445 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
447 * MAINTAINERS (Write After Approval): Add myself.
449 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
451 * MAINTAINERS (Write After Approval): Add myself.
453 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
455 * configure.in: Fix --enable-bootstrap breakage introduced in trees
457 * configure: Regenerate.
459 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
461 * Makefile.tpl: Fix typo.
462 * Makefile.in: Regenerate.
464 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
466 * configure.in: Remove new- prefix from toplevel
468 * configure: Regenerate.
470 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
472 * Makefile.tpl (all.normal): Rename to all.
473 (all): Replace with a rule to pick the default
474 target from configure.
475 (all-gcc, configure-gcc): Use conditionals to
476 do nothing when toplevel bootstrap is going on.
477 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
478 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
479 * configure.in: Support --enable-bootstrap.
481 * Makefile.def: Remove new- prefix from toplevel
483 * Makefile.tpl: Likewise.
485 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
488 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
489 $(RECURSE_FLAGS) to recursive invocation of make.
491 * Makefile.in: Regenerate.
492 * configure: Regenerate.
494 2004-05-30 Andreas Jaeger <aj@suse.de>
495 Jim Wilson <wilson@specifixinc.com>
497 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
500 2004-05-27 Daniel Jacobowitz <dan@debian.org>
502 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
503 * configure: Regenerate.
505 2004-05-25 Daniel Jacobowitz <drow@false.org>
507 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
508 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
509 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
511 * Makefile.in: Regenerate.
513 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
515 * configure.in: Test the ability to symlink directories.
516 * configure: Regenerate.
518 * Makefile.def (bootstrap-stage): New definitions.
519 * Makefile.tpl (configure-stage1-gcc,
520 configure-stage2-gcc, configure-stage3-gcc,
521 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
522 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
523 new-restage3, compare): Autogenerate, see Makefile.in
524 entry for behavioral changes.
525 (distclean-stage1, new-stage1-start, new-stage1-end,
526 new-stage1-bubble, distclean-stage2, new-stage2-start,
527 new-stage2-end, new-stage2-bubble, distclean-stage3,
528 new-stage3-start, new-stage3-end): New autogenerated targets.
529 (objext, prebootstrap, BOOT_CFLAGS,
530 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
533 * Makefile.in: Regenerate.
534 (distclean-stage1, new-stage1-start, new-stage1-end,
535 new-stage1-bubble, distclean-stage2, new-stage2-start,
536 new-stage2-end, new-stage2-bubble, distclean-stage3,
537 new-stage3-start, new-stage3-end): New targets.
538 (all-stage1-gcc): Move prebootstrap dependency from here...
539 (configure-stage1-gcc): ...to here.
540 (new-bootstrap): Use bubble targets.
541 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
542 Use per-stage distclean targets.
543 (configure-stage1-gcc, configure-stage2-gcc,
544 configure-stage3-gcc, all-stage1-gcc,
545 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
546 Use new-stageN-start to prepare the tree.
548 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
550 * Makefile.def (host_modules): add libcpp.
551 * Makefile.tpl: Add dependencies on and for libcpp.
552 * Makefile.in: Regenerate.
553 * configure.in: Add libcpp host module.
554 * configure: Regenerate.
556 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
558 * Makefile.tpl: Whenever a recursive target is defined, wrap
559 it in a special @if/@endif block, and prepare its maybe
560 dependency in the @if/@endif block
561 * configure.in: Instead of writing maybe dependencies, remove
562 the @if/@endif statements, and remove the @if/@endif blocks
564 * configure: Regenerate.
565 * Makefile.in: Regenerate.
567 2004-05-20 Janis Johnson <janis187@us.ibm.com>
569 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
571 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
574 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
575 * */configure: Rebuilt.
577 2004-05-17 Zack Weinberg <zack@codesourcery.com>
579 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
581 * configure, Makefile.in: Regenerate.
583 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
585 * MAINTAINERS (Write After Approval): Add myself.
587 2004-05-13 Diego Novillo <dnovillo@redhat.com>
589 Merge from tree-ssa-20020619-branch.
591 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
592 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
593 (HOST_GMPLIBS): Define.
594 (HOST_GMPINC): Define.
595 (TARGET_LIB_PATH): Add libmudflap.
596 (GFORTRAN_FOR_TARGET): Define.
597 (configure-build*): Export GFORTRAN.
598 (configure-gcc): Export GMPLIBS and GMPINC.
599 (all-gcc): Add maybe-all-libbanshee.
600 (configure-target-libgfortran): Define.
601 * Makefile.in: Regenerate.
602 * configure.in (host_libs): Add libbanshee.
603 (target_libraries): Add target-libmudflap and target-libgfortran.
604 Add --with-libbanshee.
605 Handle --disable-libmudflap.
606 (*-*-freebsd*): Use with_gmp.
607 Add $(libgcj) to noconfigdirs.
608 * configure: Regenerate.
610 * MAINTAINERS: Add tree-ssa maintainers.
612 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
614 * MAINTAINERS (Various Maintainers): Add myself.
616 2004-04-30 Brian Ford <ford@vss.fsi.com>
618 * MAINTAINERS (Write After Approval): Add myself.
620 2004-04-29 Uros Bizjak <uros@kss-loka.si>
622 * MAINTAINERS (Write After Approval): Add myself.
624 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
626 * config/acx.m4: Fix fastcompare support for new-bootstrap.
627 * configure: Regenerate.
629 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
632 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
634 * Makefile.def (flags_to_pass): Remove *dir variables that
635 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
636 as well as prefix and exec_prefix.
637 * Makefile.in: Regenerate.
639 2004-04-26 Robert Millan <robertmh@gnu.org>
641 Add patches from libtool CVS.
642 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
643 * ltconfig: Likewise.
644 * ltcf-c.sh: Likewise.
645 * ltcf-cxx.sh: Likewise.
646 * ltcf-gcj.sh: Likewise.
648 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
650 * Makefile.def (host_modules): Mark with the bootstrap
651 flag packages on which gcc depends.
652 * Makefile.tpl (all-bootstrap): Use it.
653 * Makefile.in: Regenerate.
655 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
657 * Makefile.def (flags_to_pass): Remove *dir variables that
658 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
659 as well as prefix and exec_prefix.
660 * Makefile.in: Regenerate.
662 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
664 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
665 * configure: Regenerate.
666 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
667 * gcc/Makefile.tpl (compare): Use the result of the test.
668 * gcc/Makefile.in: Regenerate.
670 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
672 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
673 Always relocate gcc and prev-gcc to the original names, even
675 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
678 2004-04-23 Laurent GUERBY <laurent@guerby.net>
680 * MAINTAINERS: Update my email address.
682 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
684 * configure.in (mips*-*-irix5*): Enable ld.
685 * configure: Regenerate.
687 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
689 * configure: Regenerate.
691 2004-04-15 James E Wilson <wilson@specifixinc.com>
693 * Makefile.tpl (configure-[+module+], configure-gcc,
694 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
695 Set and export LDFLAGS.
696 * Makefile.in: Regenerate.
698 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
700 * MAINTAINERS: Add myself to write-after-approval.
702 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
705 * Makefile.tpl: If we don't have built-in-tree target tools,
706 use the ones found by configure rather than hacking around with
707 program_transform_name.
708 * configure.in: Give Makefile.tpl the information necessary
710 * Makefile.in: Regenerate.
711 * configure: Regenerate.
713 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
716 * configure.in: When computing baseargs, strip *all* copies of
717 offending options. Also, don't match/substitute the trailing space,
718 so that this actually works when two similar options are separated by
720 * configure: Regenerate.
722 2004-04-06 David Edelsohn <edelsohn@gnu.org>
724 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
725 (rs6000-*-aix*): Same.
726 * configure: Regenerate.
728 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
730 * MAINTAINERS: Add myself to write-after-approval.
732 2004-04-03 Bud Davis <bdavis9659@comcast.net>
734 * MAINTAINERS: Add myself to write-after-approval.
736 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
738 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
739 STRICT_WARN, WARN_CFLAGS flags passed down to make.
740 * Makefile.in: Regenerate.
742 * configure.in (top level bootstrap support): Rework --enable-werror
743 to set @stage2_werror_flag@.
744 * configure: Regenerate.
745 * Makefile.tpl (top level bootstrap support): Pass
746 @stage2_werror_flag@ down to configure in stages 2 and 3.
747 * Makefile.in: Regenerate.
749 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
751 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
752 for stages 2 and 3 as well as in make. As a consequence, remove
753 OUTPUT_OPTION (now detected by configure) from the flags passed down
755 * Makefile.in: Regenerate.
757 * Makefile.tpl (new-bootstrap): Fix typo.
758 * Makefile.in: Regenerate.
760 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
762 * Makefile.tpl: Rearrange by moving recursive_targets rules
763 into their proper sections.
764 * Makefile.tpl (top level bootstrap support): Move disabling
765 of coverage flags from 'make' to 'configure'; improve comments.
766 * Makefile.in: Regenerate.
768 * Makefile.tpl (experimental top level bootstrap) Move stage1
769 language setting from all- target to configure- target; disable
770 intermodule optimization in stage 1; prevent gratuitous rebuilds
772 * Makefile.in: Regenerate.
773 * configure.in: Comma-separate stage 1 language list for top
775 * configure: Regenerate.
777 * Makefile.tpl: Clean up experimental top level bootstrap support:
778 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
779 prev-gcc in configure- targets as well as all- targets.
780 * Makefile.in: Regenerate.
782 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
784 * compile: New file imported from automake.
786 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
788 * configure.in: Remove symbolic link section.
789 * configure: Regenerate.
790 * Makefile.tpl (links): Remove.
791 * Makefile.in: Regenerate.
793 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
794 Nathanael Nerode <neroden@gcc.gnu.org>
796 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
797 Set with AC_CHECK_PROGS.
798 * configure.in: Fix comment typo from last patch.
799 * configure: Regenerate.
801 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
803 * Makefile.tpl: Introduce experimental top level bootstrap support.
804 * Makefile.in: Regenerate.
805 * configure.in: Introduce support for top level bootstrap.
806 * configure: Regenerate.
808 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
809 Paolo Bonzini <bonzini@gnu.org>
812 * configure.in: Cope with shells that do not support unquoted ^
813 * configure: Regenerate.
815 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
816 Paolo Bonzini <bonzini@gnu.org>
819 * configure.in: Cope with shells that do not support nesting
820 quotes inside quoted backquote substitutions.
821 * configure: Regenerate.
823 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
826 * configure.in: Fix escaping of $.
827 * configure: Regenerate.
829 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
831 * configure: Regenerate, since I forgot to while committing Paolo's
834 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
837 Move language detection to the top level.
838 * configure.in: Find default values for the tools as
839 soon as possible. Disable ada if GNAT is not found.
840 Emit error message about missing languages. Expand
841 --enable-languages=all for the gcc subdirectory.
843 2004-03-10 Ben Elliston <bje@gnu.org>
845 * MAINTAINERS: Update my email address.
847 2004-03-05 David Edelsohn <edelsohn@gnu.org>
849 * ltconfig: Disable building static libraries if building shared
852 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
854 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
856 * configure: Regenerated.
858 2004-03-01 Brian Booth <bbooth@redhat.com>
860 * MAINTAINERS: Add myself to write-after-approval.
862 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
864 * MAINTAINERS: Add myself to write-after-approval.
866 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
869 * Makefile.tpl: Guard XFOO sed statements better.
870 * Makefile.tpl: Add dependency for configure-target-libada.
871 * Makefile.in: Regenerate (incidentally fixes broken
872 commit when libada-branch was merged).
874 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
876 * MAINTAINERS: Add myself to write-after-approval.
878 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
880 * MAINTAINERS: Add Nicola Pero and myself as libobjc
883 2004-02-20 Andrew Cagney <cagney@redhat.com>
885 * config.guess: Update from version 2003-10-16 to 2004-02-16.
886 * config.sub: Update from version 2003-11-03 to 2004-02-16.
888 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
891 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
893 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
895 * MAINTAINERS: Added myself to write-after-approval.
897 2004-02-14 Michael Koch <konqueror@gmx.de>
899 * MAINTAINERS: Added myself to write-after-approval.
901 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
903 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
904 some OS port maintainers to OS port maintainers section.
906 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
908 * MAINTAINERS: Add self.
910 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
912 * MAINTAINERS: Alphabetize.
914 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
916 * MAINTAINERS: Remove myself.
918 2004-02-11 David Edelsohn <edelsohn@gnu.org>
920 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
921 (rs6000-*-aix*): Same.
922 * configure: Regenerate.
924 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
926 * configure.in (host): Add in missing $noconfigdirs to defines.
927 * configure: Regenerate.
929 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
930 Nathanael Nerode <neroden@gcc.gnu.org>
932 PR ada/6637, PR ada/5911
933 Merge with libada-branch:
934 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
935 with appropriate dependencies. Add --enable-libada configure switch.
936 * configure, Makefile.in: Regenerate.
938 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
940 * MAINTAINERS: Add myself to write-after-approval.
942 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
944 * configure.in: Don't pass --with-stabs on IRIX 5 either.
945 * configure: Regenerate.
947 2004-02-04 Geoffrey Keating <geoffk@apple.com>
951 * ltmain.in: When setting IFS to '~', be careful about user
952 arguments that contain '~'.
954 2004-02-04 Peter O'Gorman <peter@pogma.com>
956 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
957 Also test $base_compile against $CC with escaped arguments. Bug
958 reported by Geoff Keating <geoffk@apple.com>.
960 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
962 * MAINTAINERS: Remove i960 port.
964 2004-01-23 DJ Delorie <dj@redhat.com>
966 * Makefile.def (target_modules) [libiberty]: Don't stage.
967 * Makefile.in: Rebuilt.
969 2004-01-20 Caroline Tice <ctice@apple.com>
971 * MAINTAINERS: Add myself to write-after-approval.
973 2004-01-19 Paolo Carlini <pcarlini@suse.de>
975 * MAINTAINERS: Update my email address.
977 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
979 * MAINTAINERS: Add myself to write-after-approval.
981 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
983 * MAINTAINERS: Remove entries without email address.
985 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
987 * MAINTAINERS: Add myself to write-after-approval.
989 2004-01-15 Steven Bosscher <stevenb@suse.de>
991 * MAINTAINERS: Update my email address.
993 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
995 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
996 * Makefile.tpl (configure-target-[+module+]): Support stage.
997 * Makefile.in: Rebuilt.
999 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1001 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1003 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
1005 * MAINTAINERS: Add myself as a MIPS maintainer.
1007 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1009 * configure.in: Use ./config.cache, not config.cache.
1010 * configure: Regenerate.
1011 * Makefile.tpl: Special-casing not needed for GCC any more.
1012 * Makefile.in: Regenerate.
1014 * configure.in: Don't share a cache file for host dirs.
1015 * configure: Regenerate.
1017 * config-ml.in: Don't mess with the cache file.
1019 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1021 * MAINTAINERS: Move myself from 'Write After Approval' to
1022 'CPU Port Maintainers' section as SPARC maintainer.
1024 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1026 * Makefile.tpl: Make GCC use a separate config.cache.
1027 * Makefile.in: Regenerate.
1029 PR bootstrap/11932, PR bootstrap/11933
1030 (I don't know if it will fix either of them, but it relates
1032 * configure.in: Don't use shared config.cache for target
1034 * configure: Regenerate.
1036 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1038 * MAINTAINERS: Add myself to 'Write After Approval' section.
1040 2003-12-31 Roger Sayle <roger@eyesopen.com>
1042 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1043 * configure: Regenerated.
1045 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
1047 * MAINTAINERS: Remove the mn10200 maintainer.
1049 2003-12-21 Bernardo Innocenti <bernie@develer.com>
1051 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1052 * configure: Regenerated.
1054 2003-12-16 Jan Hubicka <jh@suse.cz>
1056 * MAINTAINERS: Add myself as callgraph maintainer.
1058 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1060 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1061 * configure: Regenerate.
1063 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1065 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1066 'Write After Approval' section. Update email.
1068 2003-12-01 James Lemke <jim@wasabisystems.com>
1070 * MAINTAINERS (Write After Approval): Add myself.
1072 2003-11-20 Matt Thomas <matt@3am-software.com>
1074 * MAINTAINERS: Add myself as a vax port maintainer.
1076 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1078 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1079 (configure-build-[+module+], configure-[+module+]): Likewise.
1080 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1081 * Makefile.in: Regenerate.
1083 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1085 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1086 shared/dylibed libraries.
1087 * ltmain.sh: Likewise.
1088 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
1089 * ltcf-cxx.sh: Likewise.
1090 * ltcf-gcj.sh: Likewise.
1091 * ltconfig: Likewise.
1093 2003-11-17 Stan Cox <scox@redhat.com>
1095 * MAINTAINERS: Add myself as iq2000 port maintainer.
1097 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1099 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1100 * Makefile.in: Regenerate.
1102 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1104 * config.sub: Update to 2003-11-03 version.
1106 2003-10-20 Phil Edwards <phil@codesourcery.com>
1108 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1109 * configure: Regenerate.
1111 2003-10-20 Nicolas Pitre <nico@cam.org>
1113 * MAINTAINERS: Add myself to 'Write After Approval' section.
1115 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
1117 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
1119 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
1121 * MAINTAINERS: Update my email address.
1123 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1125 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
1127 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
1129 * MAINTAINERS: Add myself to 'Write After Approval' section.
1131 2003-10-16 Bernardo Innocenti <bernie@develer.com>
1133 * config.guess: Update to 2003-10-16 version.
1134 * config.sub: Update to 2003-10-16 version.
1136 2003-10-15 David Daney <ddaney@avtrex.com>
1138 * MAINTAINERS: Added myself to 'Write After Approval' section.
1140 2003-10-15 Falk Hueffner <falk@debian.org>
1142 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1143 'Write After Approval' section. Update email.
1145 2003-10-14 Roger Sayle <roger@eyesopen.com>
1147 * MAINTAINERS: Move myself from 'Write After Approval' to
1148 'Various Maintainers' section as middle-end maintainer.
1150 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1152 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1154 * Makefile.in: Regenerate.
1156 2003-10-11 Bernardo Innocenti <bernie@develer.com>
1158 * config.guess: Update to 2003-10-07 version.
1159 * config.sub: Update to 2003-10-07 version.
1161 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1163 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1164 * ltconfig (irix5*, irix6*): Don't override version_type.
1166 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1168 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1169 * configure: Rebuilt
1170 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1171 * Makefile.in: Rebuilt
1173 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1175 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1177 2003-09-30 Carlo Wood <carlo@alinoe.com>
1179 * MAINTAINERS (Write After Approval): Add myself.
1181 2003-09-29 Paul Koning <ni1d@arrl.net>
1183 * MAINTAINERS: Move myself from "Write After Approval"
1184 to CPU platform maintainers for pdp11 platform.
1186 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
1188 * MAINTAINERS: Move myself from 'Write After Approval' to
1189 'Various Maintainers' section as libffi testsuite maintainer.
1191 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1193 * configure.in: Pass a computed --program-transform-name
1195 * configure: Regenerated.
1197 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1199 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1200 * Makefile.in: Regenerate.
1202 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1203 * Makefile.in: Regenerate.
1205 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1207 * MAINTAINERS: Move myself from 'Write After Approval'
1208 to 'Various Maintainers' (objective-c) section.
1210 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1212 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1214 * configure: Regenerated.
1216 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1218 * MAINTAINERS (Write After Approval): Add myself to write after
1221 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1223 * MAINTAINERS (Write After Approval): Add myself.
1225 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1227 * MAINTAINERS: Update my e-mail address.
1229 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1231 * libtool.m4 (LD): Correct powerpc64 host match.
1233 2003-09-06 James E Wilson <wilson@tuliptree.org>
1235 * MAINTAINTERS: Update my affiliation and email address.
1237 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1239 * MAINTAINERS (Write After Approval): Add myself.
1241 2003-09-04 DJ Delorie <dj@redhat.com>
1243 * configure: Regenerate.
1245 2003-09-04 Robert Millan <robertmh@gnu.org>
1247 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1249 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1251 * configure.in: Ensure arguments to sed are properly spaced.
1252 * configure: Regenerate.
1254 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1256 * MAINTAINERS: Update my e-mail address.
1258 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1260 * MAINTAINERS (Write After Approval): Add myself.
1262 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1264 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1265 * configure: Regenerated.
1267 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1269 * MAINTAINERS: Update my email address.
1271 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1273 * configure.in: Use newline instead of semicolon when assuming
1274 shell arguments in a for loop.
1275 * configure: Regenerated.
1277 2003-08-22 Jason Eckhardt <jle@rice.edu>
1279 * MAINTAINERS: Resurrect the i860 maintainer.
1281 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1284 * configure.in: When testing with_libs and with_headers, treat
1285 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1286 * configure: Regenerate.
1288 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1290 (baseargs): Likewise.
1291 * configure: Regenerate.
1293 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1295 * MAINTAINERS (Write After Approval): Add myself.
1297 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1299 * configure.in: Disable libgcj for darwin not on powerpc.
1300 * configure: Rebuild.
1302 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1304 * config-ml.in, symlink-tree: Add license.
1306 2003-08-03 Richard Stallman <rms@gnu.org>
1307 Eben Moglen <moglen@columbia.edu>
1309 * README.SCO: New file.
1311 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1313 * Makefile.tpl (check, check-c++): Express dependencies using
1314 dependencies rather than commands.
1315 * Makefile.in: Regenerate.
1317 2003-08-01 Andrew Cagney <cagney@redhat.com>
1319 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1322 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1324 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1325 * Makefile.in: Update.
1327 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1329 * configure.in: Enable libgcj for darwin.
1330 * configure: Rebuild.
1332 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1334 * config-ml.in: Use ac_configure_args directly instead of
1335 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1338 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1340 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1341 creating target and build subdirs to build all parent dirs as needed.
1342 * Makefile.in: Rebuild.
1343 * configure.in: Don't build dirs explicitly here.
1344 * configure: Rebuild.
1346 2003-07-26 Paul Brook <paul@nowt.org>
1348 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1350 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1352 * Makefile.tpl (all-make): Depend on intl.
1353 * Makefile.in: Rebuilt.
1355 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1357 * install-sh: Update to newer upstream versions (associated with
1359 * mkinstalldirs: Likewise.
1360 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1362 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1364 * MAINTAINERS: Move self from Bug database only accounts
1365 to write-after-approval.
1367 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1369 * config.if: Remove unused libc_interface determination.
1371 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1373 * MAINTAINERS: Move self from write-after-approval to
1374 build machinery (*.in).
1376 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1380 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1381 unused INSTALL_PROGRAM_ARGS.
1382 * configure.in: Use AC_PROG_INSTALL.
1383 * Makefile.in: Regenerate.
1384 * configure: Regenerate.
1386 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1388 * MAINTAINERS: Alphabetize.
1390 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1392 * configure: Rebuilt.
1393 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1394 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1395 newlib nor libgloss.
1396 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1397 * configure.in (am33_2.0-*-linux*): Added.
1399 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1401 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1402 * configure: Regenerate.
1404 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1406 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1407 * Makefile.in: Regenerate.
1409 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1411 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1412 * Makefile.in: Regenerate.
1414 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1416 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1417 * Makefile.in: Regenerated.
1419 * config-ml.in: Replace PWD with PWD_COMMAND.
1421 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1423 * intl: New directory; see intl/ChangeLog for details.
1424 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1425 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1426 * Makefile.in: Regenerate.
1428 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1430 * configure.in: Clean up config-lang.in handling. Delete
1431 useless assignment to "subdirs".
1432 * configure: Regenerate.
1434 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1436 * configure.in: Rename 'target_libs' to 'target_libraries'.
1437 Remove useless reference to 'target_libs'.
1438 * configure: Regenerate.
1440 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1442 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1443 * Makefile.in: Regenerate.
1445 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1447 * Makefile.def: Introduce flags_to_pass.
1448 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1449 * Makefile.in: Regenerate.
1451 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1453 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1454 and target-libgloss.
1455 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1456 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1457 * configure: Regenerate.
1459 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1461 * configure.in: Update testsuite_flags to new location.
1462 * configure. Regenerate.
1464 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1466 * Makefile.tpl: Remove BUILD_CC stuff.
1467 * Makefile.in: Regenerate.
1469 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1471 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1473 2003-06-16 Graeme Peterson <gp@qnx.com>
1475 * MAINTAINERS (Write After Approval): Add myself.
1477 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1479 * config.guess: Update to 2003-06-12 version.
1480 * config.sub: Update to 2003-06-13 version.
1482 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1484 * config.guess: Update to 2003-06-06 version.
1485 * config.sub: Update to 2003-06-06 version.
1487 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1489 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1490 * configure. Regenerate.
1492 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1494 * configure.in: Disable serial configure by default.
1495 * configure: Regenerate.
1496 * Makefile.tpl: Abolish .NOTPARALLEL.
1497 * Makefile.in: Regenerate.
1499 * Makefile.tpl: Replace {build,host,target}_canonical by
1500 {build,host,target}.
1501 * Makefile.in: Regenerate.
1503 * Makefile.tpl: Fix stupid pasto.
1504 * Makefile.in: Regenerate.
1506 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1508 * Makefile.tpl: Remove bogus conditional.
1509 * Makefile.in: Regenerate.
1511 2003-06-05 Jan Hubicka <jh@suse.cz>
1513 * Makefile.tpl (profiledbootstrap): New target.
1514 * Makefile.in (profiledbootstrap): New target.
1516 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1518 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1519 Pinski. Remove user names from other bugzilla-only maintainers.
1521 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1523 * Makefile.tpl: Make 'recursive targets' using autogen rather
1524 than shell loop. Remove duplicate 'clean' targets and false
1526 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1527 Add systematic method of specifying missing targets in subdirs.
1528 Add copyright boilerplate.
1529 * Makefile.in: Regenerate.
1530 * configure.in: Add 'recursive targets' to maybe list.
1531 * configure: Regenerate.
1533 * MAINTAINERS: "GNATS only" -> "Bug database only".
1535 * Makefile.tpl: Rename [+target+] to [+make_target+].
1536 * Makefile.def: Rename 'target' to 'make_target'.
1538 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1540 * MAINTAINERS: Add self as options handling maintainer.
1542 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1544 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1545 been too long since I touched those ports.
1547 2003-05-28 DJ Delorie <dj@redhat.com>
1549 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1550 * Makefile.in: Regenerate.
1552 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1554 * configure.in: Use curly braces in the definition of tooldir.
1555 * configure: Regenerate.
1557 2003-05-21 DJ Delorie <dj@redhat.com>
1559 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1561 * Makefile.in: Regenerate.
1563 2003-05-21 DJ Delorie <dj@redhat.com>
1565 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1566 * Makefile.in: Regenerate.
1568 2003-05-20 Ian Lance Taylor <ian@airs.com>
1570 * MAINTAINERS: Update my e-mail address.
1572 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1574 * configure.in: Switch more things to use maybe dependencies.
1575 * Makefile.tpl: Switch more things to use maybe dependencies.
1576 Factor out common code from autogen IF statements.
1577 * configure: Regenerate.
1578 * Makefile.in: Regenerate.
1580 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1582 * configure.in: Accept i[3456789]86 for machine type.
1583 * configure: Regenerate.
1585 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1587 * configure.in: Switch more things to use maybe dependencies.
1588 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1589 * configure: Regenerate.
1590 * Makefile.tpl: Switch more things to use maybe dependencies.
1591 * Makefile.in: Regenerate.
1593 2003-05-16 Andreas Schwab <schwab@suse.de>
1595 * Makefile.tpl (install-opcodes): Define.
1596 * Makefile.in: Rebuild.
1598 2003-05-13 Andreas Jaeger <aj@suse.de>
1600 * config.guess: Update to 2003-05-09 version.
1601 * config.sub: Update to 2003-05-09 version.
1603 2003-05-13 Michael Eager <eager@mvista.com>
1605 * configure.in: Correct sed script so that options in quotes are not
1607 * configure: Rebuild.
1609 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1611 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1612 and $$s/newlib/libc/sys/cygwin32 include paths.
1615 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1617 * MAINTAINERS: Update my email addresses.
1619 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1621 * config-ml.in: Propagate INSTALL variables.
1623 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1625 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1627 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1629 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1630 * Makefile.in: Regenerate.
1632 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1634 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1636 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1638 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1640 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1642 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1643 * Makefile.in: Regenerated.
1645 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1647 * MAINTAINERS (Write After Approval): Upgrade myself from
1648 GNATS only to write-after-approval. Update my mail address.
1650 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1652 (OS Port Maintainers: freebsd): Add myself.
1654 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1656 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1658 2003-04-22 Kean Johnston <jkj@sco.com>
1660 * MAINTAINERS (SCO ports): Added myself.
1662 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1664 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1666 2003-04-19 Kean Johnston <jkj@sco.com>
1668 * MAINTAINERS (Write After Approval): Add myself.
1670 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1672 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1673 * Makefile.in: Regenerate.
1675 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1677 * configure.in (powerpc64*-*-linux*): Remove.
1678 * configure: Rebuilt.
1680 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1682 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1683 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1685 * Makefile.in: Regenerate.
1687 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1689 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1690 * configure: Regenerated.
1692 2003-04-15 DJ Delorie <dj@redhat.com>
1694 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1696 2003-04-13 Nick Clifton <nickc@redhat.com>
1698 * config-ml.in: Remove support for --disable-aix removing
1701 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1703 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1704 * */configure: Rebuilt.
1706 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1708 * MAINTAINERS: Add my email address.
1710 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1712 * MAINTAINERS (Write After Approval): Add myself.
1714 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1716 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1717 * Makefile.in: Regenerate.
1719 2003-03-14 Michael Chastain <mec@shout.net>
1721 * Makefile.in: Regenerate with correct Makefile.def.
1723 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1725 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1727 * Makefile.in: Regenerate.
1728 * configure.in: Clean up gxx_include_dir logic.
1729 * configure: Regenerate.
1731 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1733 * MAINTAINERS (Write After Approval): Add myself.
1735 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1737 * MAINTAINERS: Update my mail address.
1739 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1741 * configure.in (gxx_include_dir): Fix typo.
1742 * configure: Regenerated.
1744 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1746 * Makefile.tpl: Reindent.
1747 * Makefile.in: Regenerate.
1748 * configure.in: Reindent. Don't set unused variables.
1749 * configure: Regenerate.
1751 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1753 * configure.in: Include $(build_tooldir)/sys-include in
1755 * configure: Regenerated.
1757 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1759 * Makefile.tpl: Always pass down RANLIB.
1760 * Makefile.in: Regenerate.
1762 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1763 * Makefile.in: Regenerate.
1764 * configure.in: Remove unused logic relating to --enable-shared
1765 and --enable-threads. Remove bogus comments. Remove redundant
1767 * configure: Regenerate.
1769 * configure.in: Replace ${libstdcxx_version} by its value.
1770 Remove reference to mh-dgux.
1771 * configure: Regenerate.
1773 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1775 * MAINTAINERS (Write After Approval): Add myself.
1777 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1779 * Makefile.tpl: Rearrange.
1780 * Makefile.in: Regenerate.
1782 2003-02-25 Uwe Stieber <uwe@wwws.de>
1784 * configure.in: Add support for kaOS as cross build target system.
1785 * configure: Regenerated.
1787 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1789 * MAINTAINERS (Write after approval): Add myself.
1791 2003-02-21 James E Wilson <wilson@tuliptree.org>
1793 * MAINTAINERS: Update my email address.
1795 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1797 * MAINTAINERS: Add self to blanket write privs. section.
1799 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1801 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1802 configure-target-* as some target builds may require additional
1803 flags for preprocessor tests.
1804 * Makefile.in: Regenerated.
1806 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1808 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1809 * ltconfig: Handle it.
1810 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1813 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1814 it is used as argument to $CC.
1815 * ltcf-gcj.sh: Likewise.
1817 * configure.in: Introduce --enable-maintainer-mode.
1818 * configure: Rebuilt.
1819 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1820 for maintainer mode.
1821 * Makefile.in: Rebuilt.
1823 2003-02-18 Jason Merrill <jason@redhat.com>
1825 * Makefile.tpl (check-c++): Allow parallelism.
1827 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1829 * MAINTAINERS: Remove John Carr (who never actually had access to
1832 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1834 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1835 don't configure target-libobjc.
1836 * configure: Regenerate.
1838 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1840 * Makefile.tpl (RANLIB): Define.
1841 * Makefile.in: Regenerate.
1843 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1845 * MAINTAINERS: Update my email.
1847 2003-02-06 Keith R Seitz <keiths@redhat.com>
1849 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1850 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1851 * Makefile.in: Regenerated.
1852 * configure.in: Remove all traces of snavigator, db, and grep.
1853 * configure: Regenerated.
1855 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1857 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1860 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1862 * MAINTAINERS (Write after approval): Add myself.
1864 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1866 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1867 * Makefile.in: Regenerated.
1869 2003-01-30 Roger Sayle <roger@eyesopen.com>
1871 * config.guess: Updated to 2003-01-30's version.
1872 * config.sub: Updated to 2003-01-28's version.
1874 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1876 * config.if: If gcc_version is already set, just use it. Don't set
1877 gcc_version_trigger if it's already set, otherwise set it to
1878 gcc/version.c, but only if the file exists. If it is not set and
1879 gcc/version.c does not exist, try to extract the version number from
1882 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1884 * MAINTAINERS: Add myself to write-after-approval list.
1886 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1888 * configure.in: Revert 24Jan change.
1889 * configure: Regenerate.
1891 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1893 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1896 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1898 * configure.in: Revert previous change.
1899 * configure: Regenerate.
1901 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1903 * configure.in: Make rda native-only.
1904 * configure: Regenerate.
1906 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1908 * MAINTAINERS: Move myself from GNATS-only-accounts to
1909 write-after-approval.
1911 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1913 * configure.in: Add missing \.
1914 * configure: Rebuilt.
1916 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1918 * configure.in (baseargs): Avoid using \| in sed regular
1920 * configure: Rebuilt.
1922 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1924 * configure.in (baseargs): Remove all supported forms of
1925 --cache-file, --srcdir, --host, --build and --target options
1926 from argument lists.
1927 * configure: Rebuilt.
1929 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1931 * MAINTAINERS: Add myself to write-after-approval list.
1933 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1935 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1936 * configure: Rebuilt.
1938 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1940 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1941 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1942 * Makefile.in: Regenerate.
1943 * configure: Regenerate.
1945 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1947 * configure.in: Remove Makefile in build, host and target modules
1948 unless configure was run with --no-recursion.
1949 * configure: Rebuilt.
1951 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1953 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1954 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1955 * Makefile.in: Regenerate.
1957 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1959 * config.guess: Update to 2003-01-03 version.
1960 * config.sub: Update to 2003-01-03 version.
1962 2003-01-07 Christopher Faylor <cgf@redhat.com>
1964 * configure: Regenerate with proper autoconf 2.13.
1966 2003-01-07 Christopher Faylor <cgf@redhat.com>
1968 * configure.in: Add AC_PREREQ for consistency.
1969 * configure: Regenerate.
1971 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1973 * configure.in (GDB_TK): Add tcl directories conditional on
1974 gdb/gdbtk directory being present.
1975 * configure: Regenerate.
1977 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1979 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1980 by gcc if LD is not defined and we are not doing a Canadian Cross.
1981 * configure: Rebuilt.
1983 2002-12-31 Tom Tromey <tromey@redhat.com>
1985 * Makefile.in: Rebuilt.
1986 * Makefile.def (target_modules) [libffi]: Allow installation.
1988 2002-12-31 Andreas Schwab <schwab@suse.de>
1990 * configure.in: Fix use of $program_transform_name.
1991 * configure: Regenerated.
1993 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1995 * configure.in (baseargs): Don't remove first configure argument.
1996 * configure: Regenerated.
1998 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
2000 * Makefile.tpl (local-distclean): Don't remove...
2001 (multilib.ts): ... this. Moved into...
2002 (multilib.out): ... this. Don't use sub-make.
2003 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2004 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2005 (configure-build-[+module+], configure-[+module+],
2006 configure-target-[+module+], configure-gcc): ... these. Test
2007 for Makefile existence. Drop config.status from dependencies.
2008 * Makefile.in: Rebuilt.
2009 * configure.in: Move gcc-version-trigger to the end of
2010 ac_configure_args. Add comments to maybedep.tmp and
2011 serdep.tmp. Introduce --disable-serial-configure. Remove
2012 nonopt from baseargs, matching and removing corresponding
2013 whitespace while at it.
2014 * configure: Rebuilt.
2016 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2018 * configure.in (host_configargs): Replace reference to
2019 no-longer-defined buildopts with --build=${build_alias}.
2020 * configure: Rebuilt.
2022 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2023 program_transform_name to standard idiom.
2024 (AUTOGEN, AUTOCONF): Define.
2025 (Makefile.in): Use $(AUTOGEN).
2026 (Makefile): Depend on config.status, and use autoconf-style rule to
2027 build it. Move original commands to...
2028 (config.status): ... this new target.
2029 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2031 * Makefile.in: Rebuilt.
2033 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2035 * Makefile.tpl: Fix dramatic bustage due to change in
2036 program_transform_name.
2037 * Makefile.in: Regenerate.
2039 * configure.in: Remove unnecessary PATH setting.
2040 * configure: Regnerate.
2042 * configure.in: Don't default to unprefixed tools unless
2043 the native tools will work.
2044 * configure: Regenerate.
2046 * configure.in: Convert to autoconf script. Blow away lots
2047 of now-redundant Makefile fragments.
2048 * configure: Generate using Autoconf.
2049 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2050 * Makefile.in: Regenerate.
2052 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2054 * configure: Fix stupid bug where RANLIB was mistakenly included.
2056 * configure.in: Rename (buildargs, hostargs, targargs) to
2057 (build_configargs, host_configargs, target_configargs).
2059 * configure.in: Move logic out of sed statement.
2061 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
2062 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2064 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
2066 * config.sub: Import from master repository
2067 * config.guess: Ditto
2069 2002-12-24 Andreas Schwab <schwab@suse.de>
2071 * Makefile.tpl (multilib.out): Fix missing space.
2072 * Makefile.in: Regenerate.
2074 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2076 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2077 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2078 * Makefile.in: Regenerate.
2079 * configure.in: Remove unnecessary leftovers.
2081 2002-12-21 Geoffrey Keating <geoffk@apple.com>
2083 * configure.in (extra_ranlibflags_for_target): New variable.
2084 (*-*-darwin): Add -c to ranlib commands.
2085 * configure (tooldir): Handle extra_ranlibflags_for_target.
2087 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2089 * Makefile.tpl: Revert HJL's change.
2090 * Makefile.in: Regenerated.
2091 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2094 2002-12-19 Andreas Schwab <schwab@suse.de>
2096 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2097 * Makefile.in: Regenerate.
2099 2002-12-18 H.J. Lu <hjl@gnu.org>
2101 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2102 * Makefile.in: Regenerated.
2104 * configure.in (build_prefix): New. Substitute.
2106 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2108 * Makefile.tpl: Don't let real targets depend on phony targets.
2109 * Makefile.in: Regenerate.
2111 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2112 * Makefile.in: Regenerate.
2114 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2116 * config.sub: Import from master repository
2117 * config.guess: Ditto
2119 2002-12-16 Jason Merrill <jason@redhat.com>
2121 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2122 previous 'make bootstrap'.
2123 * Makefile.in: Regenerate.
2125 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2127 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2129 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2131 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2132 * Makefile.in: Regenerate.
2134 2002-12-13 Jason Merrill <jason@redhat.com>
2136 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2138 (check-c++): Just depend on it and check-target-libstdc++-v3.
2139 * Makefile.in: Regenerate.
2141 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2143 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2144 * Makefile.in: Rebuilt.
2146 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2148 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2150 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2152 * configure: Fix bug put in by gremlins.
2154 * Makefile.tpl: Substitute more autoconfily.
2155 * configure: Substitute more autoconfily.
2156 * Makefile.in: Regenerate.
2158 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
2160 * config.sub: Import from master repository
2161 * config.guess: Ditto
2162 * MAINTAINERS: Added Svein Seldal under write after approval
2164 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2166 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2167 * Makefile.in (all-sim): Ditto.
2169 2002-12-06 DJ Delorie <dj@redhat.com>
2171 * Makefile.tpl: Change configure dependencies to not have real
2172 targets depend on phony targets.
2174 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2176 * configure.in: Revert unintentional change.
2178 * Makefile.tpl: Change dependency for */multilib.out so that
2179 it works when gcc isn't in the tree.
2181 * configure.in: Substitute more.
2182 * configure: Run subconfigures from the Makefile.
2183 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2184 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2186 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2188 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2190 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2192 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2193 and corresponding dependencies.
2194 * Makefile.in: Regenerate.
2196 * configure.in (host_tools): Order binutils, gas and ld for
2197 convenience in running the testsuites.
2199 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2200 * Makefile.in: Regenerate.
2201 * configure.in: Introduce rules to serialize subconfigure runs.
2203 * configure.in: Introduce BASE_CC_FOR_TARGET.
2204 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2205 Realize configure-build-* targets. Realize configure-target-* targets.
2206 * Makefile.in: Regenerate.
2208 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2210 * configure: Move gcc_version_trigger stuff from here...
2211 * configure.in: ...to here.
2213 * configure.in: Separate subconfigure options added by this file from
2214 options given by the user. Add machinery to put args for host
2215 subconfigures into the Makefile.
2217 * Makefile.tpl: Remove 'vault' targets.
2218 * Makefile.tpl: Reorder and comment dependencies.
2219 * Makefile.in: Regenerate.
2221 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2222 * configure.in: Fix my broken commit of previous patch. (sigh)
2224 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2226 * configure.in: Move host-specific darwin noconfigdirs into
2227 the host-specific section.
2229 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2231 * configure.in: Move host-specific darwin noconfigdirs into
2232 the host-specific section.
2234 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2236 * configure: Remove skip-this-dir support.
2237 * Makefile.tpl: Remove skip-this-dir support.
2239 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2241 * Makefile.in: Regenerate.
2243 * Makefile.tpl: Strip out useless setting of 'dir'.
2244 * Makefile.in: Regenerate.
2246 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2248 * configure.in: Fix deeply stupid bug.
2250 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2251 shell code in CXX_FOR_TARGET
2252 * Makefile.def: Introduce raw_cxx.
2253 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2255 * Makefile.in: Regenerate.
2257 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2259 * Makefile.tpl: Remove unnecessary ifs.
2260 * Makefile.in: Regenerate.
2262 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2263 dependencies. Maybe-ize build-libiberty. Create dummy install
2264 targets for 'no_install' modules.
2265 * configure: Move GDB_TK substitution to configure.in. Move
2266 build_modules stuff to configure.in.
2267 * configure.in: Implement soft dependency machinery. Maybe-ize
2268 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2269 * Makefile.in: Regenerate.
2271 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2273 * Makefile.tpl: Make all-target, install-target behave similarly
2274 to all, install (only hitting configured targets). Eliminate
2275 unused macro defintions.
2277 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2280 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2282 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2284 * configure.in: Produce lists of subdir targets we're actually
2285 configuring. Remove references to "dosrel".
2286 * Makefile.tpl: Let configure set which subdir targets are hit.
2287 Remove install-cross; clean up install; remove ALL. Remove
2288 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2289 Autogenerate host module targets. Remove empty dependency lines
2290 and redundant dependency; rearrange slightly.
2291 * Makefile.def: Add host-side libtermcap, utils.
2293 * Makefile.in: Regenerate.
2295 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2297 * ltconfig (osf[345]): Append $major to soname_spec.
2298 Reflect this in library_names_spec.
2299 * ltmain.sh (osf): Prefix $major with . for use as extension.
2301 2002-11-19 Andreas Jaeger <aj@suse.de>
2303 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2304 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2305 and sparc64 GNU/Linux systems.
2307 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2309 * MAINTAINERS: Update email.
2311 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2313 * MAINTAINERS: Complete James Dennett's entry.
2315 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2317 * MAINTAINERS (Write After Approval): Add myself.
2319 2002-11-13 Bruce Korb <bkorb@gnu.org>
2321 * Makefile.tpl: syntactic cleanup
2323 2002-11-13 Stuart Hastings <stuart@apple.com>
2325 * MAINTAINERS: Add myself to write-after-approval list.
2327 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2329 * Makefile.def: Add list of recursive targets to autogenerate.
2331 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2332 targets. Autogenerate *-build-* targets.
2333 * Makefile.in: Regenerate.
2335 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2337 * configure: More autoconf-style substitutions.
2338 * Makefile.tpl: More autoconf-style substitutions.
2339 * Makefile.in: Regenerate.
2341 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2343 * configure: Substitute more variables in a more autoconf-friendly
2344 way. Simplify slightly.
2345 * Makefile.tpl: Make more variables substitutable in an
2346 autoconf-friendly way.
2347 * Makefile.in: Regenerate.
2349 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2351 * MAINTAINERS (Write After Approval): Add myself.
2353 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2355 * configure.in (v810*): Remove special setting of tools.
2357 * configure: Add support for extra required flags for ar or nm.
2358 * configure.in (aix4.3+): Use above support for target-specific
2359 issues, rather than using config/mt-aix43.
2361 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2363 * configure: Remove 'removing', which doesn't work. Replace $subdir
2364 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2365 with $srcdir. Reformat indentation. Substitute some variables
2366 formerly hard-coded in the Makefile for build=host.
2367 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2368 * Makefile.def: Autogenerate more.
2369 * Makefile.in: Regenerate.
2371 2002-11-04 Adam Nemet <anemet@lnxw.com>
2373 * MAINTAINERS (Write After Approval): Add myself.
2375 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2377 * Makefile.def (host_modules): Add rda.
2378 * Makefile.in: Regenerate.
2379 * configure.in (target_tool): Add target-rda to list.
2381 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2383 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2385 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2387 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2388 and restrap targets to this rule.
2389 * Makefile.in: Regenerate.
2391 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2393 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2394 GNATS only accounts.
2396 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2398 * configure.in (i[3456]86-*-linux*): Add check to disable
2399 ${libgcj} for glibc1.
2401 2002-10-24 Denis Chertykov <denisc@overta.ru>
2403 * MAINTAINERS: Add myself as ip2k port maintainer.
2405 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2407 * configure.in: Add tic4x target.
2409 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2411 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2412 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2413 * Makefile.in: Regenerate.
2415 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2416 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2417 * Makefile.in: Regenerate.
2419 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2421 * MAINTAINERS: Add myself as web pages co-maintainer.
2423 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2425 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2426 * Makefile.in: Regenerate.
2428 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2430 * MAINTAINERS: Add myself and Nathan Sidwell
2431 <nathan@codesourcery.com> as VxWorks maintainers.
2433 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2435 * Makefile.def: Remove order dependency comments.
2436 * Makefile.tpl: Add explicit install-install dependencies.
2437 * Makefile.in: Regenerate.
2439 * Makefile.tpl: Remove material now in src-release. (Finally!)
2440 * Makefile.in: Regenerate.
2442 * Makefile.tpl: Add configure-target (for src-release in src)
2443 * Makefile.in: Regenerate.
2445 2002-09-30 Nick Clifton <nickc@redhat.com>
2447 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2449 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2451 * configure.in (s390*-*-linux*): Enable libgcj.
2453 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2455 * configure: Revert accidentally applied changes.
2457 * Makefile.tpl: Make more autoconf-friendly.
2458 * Makefile.in: Regenerate.
2459 * configure: Make substitution more autoconf-like.
2461 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2463 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2464 single entry to handle all these.
2465 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2466 libjava on arm-*-elf.
2468 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2470 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2471 things that depend on them.
2473 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2475 * Makefile.tpl: Make subsituted variables more autoconfy.
2476 * Makefile.in: Regenerate.
2477 * configure: Make seds more autoconfy.
2479 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2481 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2482 * Makefile.in: Regenerate.
2483 * configure.in: Rewrite sed statements to look autoconfy.
2485 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2486 all-target-foo on configure-target-foo.
2487 * Makefile.def: Ditto.
2488 * Makefile.in: Rebuild.
2490 2002-09-25 Andrew Haley <aph@redhat.com>
2492 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2494 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2496 * Makefile.def: New file.
2497 * Makefile.tpl: New file.
2498 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2499 * contrib/gcc_update: Note that Makefile.in is a generated file.
2501 * configure.in: Minor rearrangement. Simplify tests.
2503 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2505 * configure.in (with_headers): Skip copy if value is "yes".
2506 (with_libs): Likewise.
2508 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2510 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2511 * configure.in (sh*-*-pe*): Ditto.
2512 * configure.in (mips*-*-pe*): Ditto.
2513 * configure.in (*arm-wince-pe): Ditto.
2515 * configure.in: Rearrange.
2517 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2519 * MAINTAINERS: Update my email address.
2521 2002-08-30 Paul Koning <pkoning@equallogic.com>
2523 * MAINTAINERS: (Write After Approval): Add myself.
2525 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2527 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2529 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2531 * MAINTAINERS: Change my mailing address.
2533 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2535 * MAINTAINERS (Write After Approval): Remove myself.
2536 (Various Maintainers: c++ runtime libs): Add myself.
2538 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2540 * MAINTAINERS (Write After Approval): Remove myself.
2541 (Various Maintainers: c++ runtime libs): Add myself.
2543 2002-08-15 Eric Christopher <echristo@redhat.com>
2545 * config.sub: Import from master repository.
2546 * config.guess: Ditto.
2548 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2550 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2551 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2552 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2554 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2556 * MAINTAINERS: Add self to rs6000 vector extensions.
2558 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2560 * libiberty/configure: Reverted unintended yesterday's check in.
2562 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2564 * boehm-gc/configure, libf2c/configure: Rebuilt.
2565 * libffi/configure, libiberty/configure: Ditto.
2566 * libjava/configure, libobjc/configure: Ditto.
2567 * libstdc++-v3/configure, zlib/configure: Ditto.
2568 Merged from binutils:
2569 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2570 From Steve Ellcey <sje@cup.hp.com>:
2571 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2572 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2573 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2575 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2576 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2577 soname_spec, sys_lib_search_path_spec): Ditto.
2579 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2581 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2583 2002-08-04 H.J. Lu (hjl@gnu.org)
2585 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2587 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2589 * MAINTAINERS (Write After Approval): Add myself.
2591 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2593 * configure.in: Move generic linux case to end. Copy generic
2594 linux noconfigdirs to mips*-*-linux* entry and new
2595 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2597 2002-07-19 Michael Matz <matz@suse.de>
2599 * MAINTAINERS: Add myself as ra* maintainer.
2601 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2603 * config.guess: Update to 2002-07-09 version.
2604 * config.sub: Update to 2002-07-03 version.
2606 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2608 * MAINTAINERS: Fix typo in a maintainer email address.
2610 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2612 * configure.in: Remove two redundant tests.
2614 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2616 * configure.in (mips*-*-irix6*o32): Enable stabs.
2618 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2620 * configure.in: Don't build grez.
2621 * Makefile.in: Ditto.
2623 * Makefile.in: Remove references to bsp, cygmon, libstub.
2624 * configure.in: Ditto.
2626 * configure.in: Remove leftover reference to gdbtest.
2628 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2630 * configure.in (gxx_include_dir): Change to match versioned
2631 C++ headers if --enable-version-specific-runtime-libs is used.
2633 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2635 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2637 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2639 * configure.in: Make --without-x work.
2641 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2643 * configure.in: Rearrange target Makefile fragment collection.
2645 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2647 * configure.in: Ditto.
2649 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2651 * MAINTAINERS (Write After Approval): Update my e-mail address.
2653 2002-06-24 Ben Elliston <bje@redhat.com>
2655 * configure.in (host_tools): Remove cgen.
2657 * Makefile.in (all-cgen): Remove; runs from its source directory.
2658 (check-cgen, install-cgen, clean-cgen): Likewise.
2659 (all-opcodes): Do not depend on all-cgen.
2660 (all-sim): Likewise.
2662 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2664 * Makefile.in: Eliminate 'apache' targets.
2665 * configure.in: Eliminate 'apache' targets.
2667 * configure.in: Eliminate redundant tests. Reorganize.
2669 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2671 * config-ml.in: Eliminate references to Cygnus configure.
2673 * Makefile.in: Eliminate references to building emacs.
2675 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2677 * MAINTAINERS: Update my email address.
2679 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2681 * config.if (libstdcxx_incdir): Version C++ headers.
2682 (cxx_incdir): Remove.
2684 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2686 * MAINTAINERS (Write After Approval): Add self.
2688 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2690 * configure.in: Add support for ip2k.
2692 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2694 * configure.in: Fix AIX configury bug.
2696 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2698 * MAINTAINERS (Write After Approval): Add self.
2700 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2702 * configure.in: replace ${topsrcdir} with ${srcdir}
2704 * configure.in: Move definition of libstdcxx_flags
2705 right above usage, rather than waaay earlier.
2707 * configure.in: Pull definition of is_cross_compiler earlier.
2709 * configure.in: Rearrange a little.
2711 * configure.in: Remove references to librx.
2712 * Makefile.in: Remove references to librx.
2714 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2716 * config.sub: Add support for avr target.
2717 Import from master sources, rev 1.255
2719 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2721 * configure, .cvsignore: Revert previous change...
2722 * Makefile: ...delete.
2724 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2726 * configure.in: Eliminate ${gasdir} variable.
2728 2002-06-18 Dave Brolley <brolley@redhat.com>
2730 * configure.in: Add support for frv.
2731 * config.sub: Add support for frv.
2733 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2735 * configure: Remove garbage from previous commit.
2737 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2739 * configure: For in-source builds, make a subdir and re-exec there.
2740 * Makefile: New file. Pass targets through to build directory.
2741 * .cvsignore: No longer ignore "Makefile".
2743 2002-06-16 Douglas Rupp <rupp@gnat.com>
2745 * MAINTAINERS (Write After Approval): Add self.
2747 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2749 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2751 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2753 * configure.in (vax-*-netbsd*): Re-enable gas.
2755 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2757 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2758 BUILD_PREFIX_1, to correct nomenclature.
2759 * configure: Likewise.
2761 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2762 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2764 2002-05-31 Olaf Hering <olh@suse.de>
2766 * config-ml.in: Propogate DESTDIR also.
2768 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2770 * configure.in (vax-*-netbsd*): Don't build gas for this
2773 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2775 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2778 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2780 * MAINTAINERS (Write After Approval): Add myself.
2782 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2784 * config.guess: Update to 2002-05-22 version.
2785 * config.sub: Likewise.
2787 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2789 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2790 * config-ml.in: Likewise.
2791 * configure: Likewise.
2792 * configure.in: Likewise.
2794 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2796 * MAINTAINERS: Update my email address.
2798 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2800 * configure.in: Simplify makefile fragment collection.
2802 * configure.in: Remove code to build emacs.
2804 * configure.in : Remove --srcdir argument from targargs and buildargs
2805 (it's always overridden in the Makefile anyway). Rearrange a bit.
2807 * configure: Move some logic to configure.in.
2808 * configure.in: Move some logic from configure.
2810 2002-05-11 Tom Tromey <tromey@redhat.com>
2812 * MAINTAINERS: Reflect libgcj reality.
2814 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2816 * Makefile.in: Honour DESTDIR.
2818 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2820 * config.guess: Import 2002-03-20 version.
2821 * config.sub: Import 2002-04-26 version.
2823 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2825 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2827 2002-05-07 Tim Josling <tej@melbpc.org.au>
2829 * MAINTAINERS: Add self.
2831 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2833 * ltmain.sh: Detect and handle object name conflicts
2834 while piecewise linking a static library.
2836 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2838 * configure.in (noconfigdirs): Don't disable libgcj on
2839 sparc64-*-solaris* and sparcv9-*-solaris*.
2841 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2843 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2845 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2847 * configure.in (FLAGS_FOR_TARGET): Do not add
2848 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2849 on i[3456]86-*-linux*.
2851 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2853 * configure.in (noconfigdirs): Replace [ ] with test.
2855 * configure.in (noconfigdirs): Do not add target-newlib if
2856 target == i[3456]86-*-linux*, and host == target.
2858 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2860 * configure.in: delete reference to absent file
2862 * configure.in: replace '[' with 'test'
2864 * configure.in: Eliminate references to gash.
2865 * Makefile.in: Eliminate references to gash.
2867 * configure.in: remove useless references to 'pic' makefile fragments.
2869 * configure.in: (*-*-windows*) Finish removing.
2871 * configure.in: Eliminate redundant test for libgui.
2873 2002-04-29 Roger Sayle <roger@eyesopen.com>
2875 * MAINTAINERS: Add self and realphabetize. Update entries
2876 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2877 entry for a29k port maintainer.
2879 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2881 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2882 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2884 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2886 * configure.in: remove references to dead files
2888 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2890 * MAINTAINERS: Add information about purpose of this file.
2892 2002-04-18 Tom Tromey <tromey@redhat.com>
2894 * configure.in: Disallow configuring libgcj when it is already
2895 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2896 Solaris 2.8 by default. For PR libgcj/6158.
2898 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2900 * configure.in: Move default CC setting out of config/mh-* fragments
2903 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2905 * configure.in: don't even try to configure or make a subdirectory
2906 if there's no configure script for it.
2908 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2910 * MAINTAINERS: Remove chill maintainers.
2911 * Makefile.in (CHILLFLAGS): Remove.
2912 (CHILL_LIB): Remove.
2913 (TARGET_CONFIGDIRS): Remove libchill.
2914 (CHILL_FOR_TARGET): Remove.
2915 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2917 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2918 (CHECK_TARGET_MODULES): Likewise.
2919 (INSTALL_TARGET_MODULES): Likewise.
2920 (CLEAN_TARGET_MODULES): Likewise.
2921 (configure-target-libchill): Remove.
2922 (all-target-libchill): Remove.
2923 * configure.in (target_libs): Remove target-libchill.
2924 Do not compute CHILL_FOR_TARGET.
2925 * libchill: Remove directory.
2927 2002-04-11 DJ Delorie <dj@redhat.com>
2929 * Makefile.in, configure.in: Sync with binutils, entries
2932 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2934 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2935 (do-tar, do-bz2): New rules.
2936 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2937 (gdb-tar): New rule.
2938 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2939 (insight_dejagnu.tar): New rule.
2940 (insight.tar): New rule.
2941 (gdb+dejagnu.tar): New rule.
2942 (gdb.tar): New rule.
2944 2002-02-01 Mo DeJong <supermo@bayarea.net>
2946 * Makefile.in: Add all-tix to deps for all-snavigator
2947 so that tix is built when building snavigator.
2949 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2951 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2952 ld and gdb are not supported.
2954 2002-01-07 Mark Salter <msalter@redhat.com>
2956 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2957 Allow target-libgloss to be built for arm, strongarm, and xscale.
2959 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2961 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2962 options for i[3456]86-pc-linux* native builds.
2964 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2966 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2967 files from .po files for a distribution.
2969 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2971 * configure.in: Enable libstdc++-v3 for h8300 targets.
2973 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2975 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2978 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2980 * Makefile.in (VER): When present, extract the version number from
2981 the file version.in.
2983 2001-05-24 Tom Rix <trix@redhat.com>
2985 * configure.in : enable ld for aix
2987 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2989 * config.guess: Add linux target for S/390.
2991 2000-11-07 Philip Blundell <pb@futuretv.com>
2993 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2995 2000-11-03 Philip Blundell <pb@futuretv.com>
2997 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3000 2001-01-15 Ben Elliston <bje@redhat.com>
3002 * configure.in (host_tools): Add sid.
3003 Always configure cgen.
3005 2000-11-24 Nick Clifton <nickc@redhat.com>
3007 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3010 2000-08-20 Doug Evans <dje@casey.transmeta.com>
3012 * Makefile.in (ALL_MODULES): Add all-cgen.
3013 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3014 (all-cgen): New target.
3015 (all-opcodes,all-sim): Depend on all-cgen.
3016 * configure.in (host_tools): Add cgen.
3017 Only configure cgen if --enable-cgen-maint.
3019 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
3021 * configure.in: Add *-*-freebsd* configurations.
3023 2002-04-08 Tom Tromey <tromey@redhat.com>
3025 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3026 Fixes PR libgcj/6068.
3028 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3030 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3032 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3034 * configure.in (alpha*-dec-osf*): Enable libgcj.
3036 2003-03-27 Matthew Gingell <gingell@gnat.com>
3038 * MAINTAINERS (Write After Approval): Add myself.
3040 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3042 Fix for: PR bootstrap/3591, target/5676
3043 * configure.in (mcore-pe): Disable the configuration of
3044 libstdc++-v3 since exceptions are not supported.
3046 2002-03-20 Anthony Green <green@redhat.com>
3048 * configure.in: Enable libgcj for xscale-elf target.
3050 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
3052 * MAINTAINERS: Update my email address.
3054 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
3056 * ltmain.sh (relink_command): Fix typo in previous change.
3058 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
3060 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3061 (relink_command): Added --tag flags.
3062 (mode=install): If relinking fails; error out.
3064 2002-03-12 Richard Henderson <rth@redhat.com>
3066 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3068 (do-check): Rename from check.
3069 (check): Allow parallel check.
3071 2002-03-12 Bob Wilson <bob.wilson@acm.org>
3073 * MAINTAINERS: Add myself as maintainer for xtensa port.
3074 Fix alphabetical order in CPU port maintainer list.
3075 Remove myself from Write After Approval list.
3077 2002-03-11 Richard Henderson <rth@redhat.com>
3079 * Makefile.in (.NOTPARALLEL): Add fake tag.
3081 2002-03-07 H.J. Lu (hjl@gnu.org)
3083 * configure.in: Enable gprof for mips*-*-linux*.
3085 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
3087 * MAINTAINERS (Write After Approval): Add myself.
3089 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3091 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3093 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3095 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
3097 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3098 because its Makefile is there; test for the executable instead.
3100 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
3102 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3103 libstdc++-v3 and libjava.
3105 2002-02-11 Adam Megacz <adam@xwt.org>
3107 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3110 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3112 * config.guess: Updated to 2002-01-30's version.
3113 * config.sub: Updated to 2002-02-01's version.
3114 Contribute sh64-elf.
3115 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3116 * configure.in: Added sh64-*-*.
3118 2002-02-08 Chris Demetriou <cgd@broadcom.com>
3120 * MAINTAINERS: Belatedly add myself to write after approval list.
3122 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
3124 * MAINTAINERS: Put self in as maintainer for x86-64 port.
3125 Remove self as Write After Approval.
3127 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
3129 * MAINTAINERS: Put self in as maintainer for contrib/regression
3132 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
3134 * MAINTAINERS: Update my email address.
3136 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3138 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3139 target-libiberty, and target-libgloss. Skip Java-related
3140 libraries if not supported for NetBSD on target CPU.
3142 2002-01-25 Douglas B Rupp <rupp@gnat.com>
3144 * install-sh: Use _inst.$$_ for temp file name.
3146 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
3148 * MAINTAINERS (Write After Approval): Move my contact info
3150 (OS Port Maintainers): ...to here (netbsd).
3152 2002-01-22 Bob Wilson <bob.wilson@acm.org>
3154 * MAINTAINERS (Write After Approval): Add myself.
3156 2002-01-17 H.J. Lu <hjl@gnu.org>
3158 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3159 (all-target-fastjar): Also depend on all-target-libiberty.
3161 2002-01-16 H.J. Lu (hjl@gnu.org)
3163 * config.guess: Import from master sources, rev 1.225.
3164 * config.sub: Import from master sources, rev 1.238.
3166 2002-01-16 Kazu Hirata <kazu@hxi.com>
3168 * MAINTAINERS (Write After Approval): Remove myself.
3170 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
3172 * MAINTAINERS (Write After Approval): Add myself.
3174 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
3176 * MAINTAINERS: Add self as docs co-maintainer.
3178 2001-12-11 Matthias Klose <doko@debian.org>
3180 * MAINTAINERS (Write After Approval): Add myself.
3182 2001-12-09 Zack Weinberg <zack@codesourcery.com>
3184 * MAINTAINERS: Update my email address.
3186 2001-12-07 Turly O'Connor <turly@apple.com>
3187 * MAINTAINERS (Write After Approval): Add myself.
3188 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3189 (rs6000_initialize_trampoline): Call __trampoline_setup for
3191 * darwin-tramp.asm: New file, implements __trampoline_setup.
3192 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3194 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3196 * MAINTAINERS (Write After Approval): Add myself.
3198 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3200 * configure, configure.in: Use temp file for long sed commands.
3202 2001-12-03 Laurent Guerby <guerby@acm.org>
3204 * config.sub: Update to version 1.232 on subversion.
3206 2001-12-03 Ben Elliston <bje@redhat.com>
3208 * MAINTAINERS: Update mail address for config.* patches.
3210 2001-11-27 DJ Delorie <dj@redhat.com>
3211 Zack Weinberg <zack@codesourcery.com>
3213 When build != host, create libiberty for the build machine.
3215 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3217 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3219 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3221 (all.normal): Depend on ALL_BUILD_MODULES.
3222 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3223 (all-build-libiberty): Depend on configure-build-libiberty.
3225 * configure: Calculate and substitute proper value for
3227 * configure.in: Create the build subdirectory.
3228 Calculate and substitute TARGET_CONFIGARGS (formerly
3229 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3231 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3233 * MAINTAINERS (write-after-approval): Add self.
3235 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3237 * MAINTAINERS (GNATS only accounts): Remove self.
3239 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3241 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3244 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3246 * MAINTAINERS (Write After Approval): Add self.
3248 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3250 * MAINTAINERS: mips and s390 are also CPU ports.
3252 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3254 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3256 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3258 * MAINTAINERS: Alphabetize.
3260 2001-11-09 Kazu Hirata <kazu@hxi.com>
3262 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3264 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3266 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3268 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3270 * configure.in (--enable-languages): Be more permissive about
3271 syntax. Check for empty lists better. Warn about $LANGUAGES.
3273 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3275 * config.sub: Import from master sources, rev. 1.230.
3276 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3278 2001-11-07 Laurent Guerby <guerby@acm.org>
3280 * MAINTAINERS (Write After Approval): Add self.
3282 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3284 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3286 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3288 * config.sub: Import from master sources, rev 1.226.
3289 * config.guess: Import from master sources, rev 1.216.
3291 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3293 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3294 * MAINTAINERS: Add self as maintainer of MMIX port.
3295 Remove old after-approval entry.
3297 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3299 * ChangeLog, configure: Fix spelling errors.
3301 2001-10-20 Brendan Kehoe <brendan@zen.org>
3303 * MAINTAINERS: Tweak my address.
3305 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
3307 * MAINTAINERS: Update my email address.
3309 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3311 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3312 * MAINTAINERS: Add self as maintainer of CRIS port.
3314 2001-10-10 Geert Bosch <bosch@gnat.com>
3316 * MAINTAINERS (Various maintainers: Ada front end):
3319 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3321 * MAINTAINERS (Write After Approval): Added self
3323 2001-10-02 Geert Bosch <bosch@gnat.com>
3325 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3327 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3329 * configure: Handle temporary files securely using mkdir.
3331 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3333 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3335 2001-09-26 Will Cohen <wcohen@redhat.com>
3337 * configure.in (*-*-linux*): Disable configuration of target-newlib
3338 and target-libgloss.
3340 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3342 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3345 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3347 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3348 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3349 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3350 avoid quotes nesting problems.
3351 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3352 (DO_X): Export only variables that are set.
3354 2001-09-19 Ben Elliston <bje@redhat.com>
3356 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3357 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3358 semantics. Use the shell built-in "type" command instead.
3360 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3362 Merged from gcc-3_0-branch:
3363 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3364 * ltcf-c.sh: Use $objext, not $ac_objext.
3365 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3366 * ltcf-cxx.sh: Add support for GNU.
3367 2001-07-22 Timothy Wall <twall@redhat.com>
3368 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3369 default settings if using GNU tools with that configuration.
3370 * ltcf-cxx.sh: Ditto.
3371 * ltcf-gcj.sh: Ditto.
3372 2001-07-21 Michael Chastain <chastain@redhat.com>
3373 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3374 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3375 * ltmain.sh: Mark as gcc-local.
3377 2001-08-30 Eric Christopher <echristo@redhat.com>
3378 Jason Eckhardt <jle@redhat.com>
3380 * config.guess: Merge from master sources.
3381 * config.sub: Merge from master sources, add support for mipsisa32.
3383 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3384 * config.sub: Merge from master sources, rev 1.219.
3385 * MAINTAINERS: Add self as contact for stormy16 port.
3387 2001-08-14 Zack Weinberg <zackw@panix.com>
3389 * config.sub: Merge from master sources, rev 1.218.
3390 * config.guess: Merge from master sources, rev 1.209.
3392 2001-08-11 Graham Stott <grahams@redhat.com>
3394 * Makefile.in (check-c++): Add missing semicolon.
3396 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3398 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3400 2001-07-30 Eric Christopher <echristo@redhat.com>
3402 * MAINTAINERS (Various maintainers: mips port): Added myself.
3404 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3406 * configure.in (sh-*-linux*): New.
3408 2001-07-27 Richard Henderson <rth@redhat.com>
3410 * .cvsignore: Add LAST_UPDATED.
3412 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3414 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3416 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3418 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3420 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3422 * MAINTAINERS (Write After Approval): Added myself.
3424 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3426 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3427 and libgcj on m68hc11/m68hc12.
3429 2001-06-27 H.J. Lu (hjl@gnu.org)
3431 * Makefile (CFLAGS_FOR_BUILD): New.
3432 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3434 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3436 * README: Remove version number.
3438 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3440 * INSTALL/README: Update wrt. to the installation instructions now
3441 residing in gcc/doc/install.texi.
3443 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3445 * README: Replace with a cut-down and updated version of gcc/README.
3447 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3449 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3450 multilibs to be disabled.
3452 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3454 * MAINTAINERS (Write After Approval): Add myself.
3456 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3458 * config.guess: Import CVS version 1.195.
3459 * config.sub: Import CVS version 1.212.
3461 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3463 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3464 gcc/xgcc is built, use -print-prog-name to find out the program
3467 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3469 * config.guess: Import CVS version 1.194. All gcc-local changes
3470 appear to also be in the master copy.
3471 * config.sub: Import CVS version 1.211.
3473 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3475 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3476 with_gcc]: Use `gcc -shared' to build a shared library.
3478 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3480 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3483 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3485 * MAINTAINERS (Write After Approval): Add myself.
3487 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3489 * configure.in (libstdcxx_flags): Do not try to execute
3490 libstdc++-v3/testsuite_flags until it exists.
3492 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3494 * MAINTAINERS: Update my email address.
3496 2001-05-31 Graham Stott <grahams@redhat.com>
3498 * MAINTAINERS (Write After Approval): Add myself.
3500 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3502 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3503 libraries when using g++ with native linker.
3505 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3507 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3509 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3511 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3512 [aix4*|aix5*]: Prepend blank.
3514 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3516 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3517 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3518 of subdir/configure scripts to use the new libtool.m4.
3520 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3522 * MAINTAINERS (Write After Approval): Add myself.
3524 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3526 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3528 2001-05-11 Ben Elliston <bje@redhat.com>
3530 * Makefile.in (all-sid): New target.
3531 (check-sid, clean-sid, install-sid): Likewise.
3533 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3535 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3537 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3539 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3542 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3544 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3545 gcc/xgcc is built, use -print-prog-name to find out the program
3548 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3550 * configure.in (noconfigdirs): Don't reset it from scratch in the
3551 target case; only append to it.
3553 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3554 sparc-*-solaris2.8]: Disable ${libgcj}.
3556 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3558 * configure.in (libgcj_saved): Copy from $libgcj.
3559 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3562 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3564 * MAINTAINERS: Remove self as MIPS maintainer and
3565 C front end maintainer.
3567 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3569 * configure.in: Move *-chorusos target case to the proper switch.
3572 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3574 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3577 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3579 * Makefile.in (STAGE1_CFLAGS): Pass down.
3581 2001-04-13 Alan Modra <amodra@one.net.au>
3583 * config.guess: Add hppa64-linux support. Note for next import that
3584 this is already in the master file.
3585 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3587 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3589 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3590 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3592 2001-04-11 Stan Shebs <shebs@apple.com>
3594 * MAINTAINERS: Add self as Darwin port maintainer.
3596 2001-04-11 Alan Modra <amodra@one.net.au>
3598 * MAINTAINERS: Update my email address.
3600 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3602 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3603 recent versions of FreeBSD (release 3 or later).
3604 * ltconfig: On FreeBSD, -lc must not be provided when building
3605 a shared library or else the standard -pthread gcc option is
3606 rendered worthless to later users of the built library.
3608 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3610 * MAINTAINERS: Add self and RTH as C front end maintainers.
3612 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3614 * config.sub: Make sure to match an already-canonicalized
3615 machine name (eg. mn10300-unknown-elf).
3617 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3619 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3621 (bootstrap, cross): Use RECURSE_FLAGS.
3622 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3624 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3626 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3628 2001-03-22 Colin Howell <chowell@redhat.com>
3630 * Makefile.in (DO_X): Do not backslash single-quotes in
3631 backquotes (two places).
3633 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3636 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3637 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3638 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3639 * ltcf-cxx.sh: Likewise.
3640 * ltcf-gcj.sh: Likewise.
3642 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3644 * MAINTAINERS: Add myself as "documentation co-maintainer".
3646 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3648 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3649 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3651 2001-03-19 Tom Tromey <tromey@redhat.com>
3653 * config-ml.in: Handle GCJ and GCJFLAGS.
3655 2001-03-21 Michael Chastain <chastain@redhat.com>
3657 * Makefile.in: all-m4 depends on all-texinfo.
3659 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3661 * MAINTAINERS: Add myself to write after approval list.
3663 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3665 * Makefile.in (DO_X): Quote nested quotes.
3667 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3669 * MAINTAINERS: Add myself to write after approval list.
3671 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3673 * Makefile.in (DO_X): Use double quotes for quoting
3674 "RANLIB=$${RANLIB}".
3676 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3678 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3680 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3682 * configure.in: Only use `lang_requires' for languages athat are
3685 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3687 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3689 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3691 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3693 2001-03-07 Tom Tromey <tromey@redhat.com>
3695 * configure.in: Allow config-lang.in to set `lang_requires' to list