1 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3 * Makefile.in: Regenerate.
4 * configure: Regenerate.
6 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9 for bootstrapped modules if toplevel bootstrap is going.
10 (GCC bootstrap): Generate per-stage targets for all bootstrapped
11 modules. Adjust for changes in Makefile.def. Enable several
12 rules even in non-bootstrap mode, just to avoid peppering the
13 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
14 (stage-[+prev+]-bubble): Remove.
16 * Makefile.def (Dependencies): Depend on all-build-bison,
17 all-build-flex, all-build-byacc, all-build-texinfo, rather
18 than the host variations.
19 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
21 (BISON): Update for recent Bisons.
23 (cross): Depend on all-build.
24 (all): Do not depend on all-build.
25 (prebootstrap): Remove.
26 (dep-kind): Accept separate prefixes for MODULE and ON variables.
27 (Prebootstrap dependencies): Add them to the per-stage targets
28 and to all-prebootstrap.
29 * configure.in (build_configdirs): Always enable build_tools.
30 (BUILD_DIR_PREFIX): Remove.
32 * Makefile.def (gcc): Add target variable.
33 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
34 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
35 in the recursive `make', instead of hardwiring `all'.
36 (Autogenerated TARGET-* variables): New.
38 2004-08-13 Brian Booth <bbooth@redhat.com>
40 * MAINTAINERS: Remove myself from write-after-approval.
42 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
44 * src-release: Stop distributing mmalloc with gdb (which doesn't
46 * Makefile.def: GDB doesn't depend on mmalloc anymore.
47 * Makefile.in: Regenerate.
49 2004-08-09 Mark Mitchell <mark@codesourcery.com>
51 * configure.in (arm*-*-eabi*): New target.
52 * configure: Regenerate.
54 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
56 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
57 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
58 (Dependencies): New section.
59 * Makefile.tpl (Dependencies): Generate from Makefile.def.
60 (configure-target-[+module+]): Depend on maybe-all-gcc
61 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
62 (toplevel profiledbootstrap): Fix dependencies.
63 * Makefile.in: Regenerate.
65 2004-08-03 Mark Mitchell <mark@codesourcery.com>
67 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
68 target-libiberty to noconfigdirs.
69 * configure: Regenerate.
71 2004-08-03 Paul Brook <paul@codesourcery.com>
73 * configure.in: Check for MPFR as well as GMP.
74 * configure: Regenerate.
76 2004-08-01 Robert Millan <robertmh@gnu.org>
78 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
79 libmudflap for all GNU-based systems (with Glibc).
80 * configure: Regenerate.
82 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
84 * Makefile.def (host-modules): Add gcc.
85 * Makefile.in: Regenerate.
86 * Makefile.tpl (sorry): New rule.
87 (configure-host, all-host, [+make_target+]-host, do-check,
88 install-host): Do not add gcc as a special case.
89 (host modules): Add a small special-casing for gcc. Export
90 extra_make_flags through the environment.
91 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
92 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
93 other recursive targets for gcc): Remove.
95 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
96 (stage, unstage): New rules.
97 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
98 distclean-stage[+id+]): Use stage_current.
99 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
100 the stage*-start rules.
102 2004-08-02 Geoffrey Keating <geoffk@apple.com>
104 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
107 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
109 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
110 * configure: Regenerate.
112 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
114 * maintainer-scripts/gcc_release: Revert yesterday's change.
116 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
118 * MAINTAINERS: Add myself to write-after-approval.
120 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
123 * gcc/gccbug.in: Updated because of libf2c removal.
124 * maintainer-scripts/gcc_release: Ditto.
126 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
128 * configure.in: Build libmudflap by default on FreeBSD.
129 * configure: Regenerated.
131 2004-07-09 Mark Mitchell <mark@codesourcery.com>
133 * configure.in: Do not build libmudflap by default on non-GNU/Linux
135 * configure: Regenerated.
137 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
140 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
141 feedback based compiler.
142 * Makefile.in: Rebuilt.
144 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
146 * Makefile.def (host_modules): Set bootstrap=true for flex.
147 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
148 * Makefile.in: Rebuilt.
150 2004-07-07 Jan Hubicka <jh@suse.cz>
152 * MAINTAINERS: Add self as a profile feedback maintainer.
154 2004-07-05 Phil Edwards <phil@codesourcery.com>
156 * configure.in: Do not prepend $srcdir to /dev/null in
158 * configure: Regenerate.
160 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
162 * Makefile.def (build_modules): Add bison, byacc, flex,
164 (flags_to_pass): Add FLEX.
165 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
166 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
167 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
168 DEFAULT_MAKEINFO): Remove.
169 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
170 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
171 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
172 objdir or else use configured tool.
175 (Build module dependencies): Add.
176 * Makefile.in: Regenerate.
177 * configure.in: Better support for multiple build modules,
178 matching what is done for host/target modules. Do not look
179 for "plausible" locations of build tools if Canadian cross.
180 Use autoconf's AC_PROG_CC to find a C compiler. Define
181 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
182 * configure: Regenerate.
184 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
186 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
187 * Makefile.in: Regenerate.
189 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
191 * Makefile.tpl (configure-build-[+module+],
192 configure-[+module+], configure-target-[+module+]): Pass
193 [+extra_configure_args+].
194 (all-build-[+module+], all-[+module+], check-[+module+],
195 install-[+module+], [+make_target+]-[+module+],
196 all-target-[+module+], check-target-[+module+],
197 install-target-[+module+], [+make_target+]-target-[+module+]):
198 Pass [+extra_make_args+].
199 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
200 (GCC_HOST_EXPORTS): Remove.
201 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
202 cross, check-gcc, check-gcc-c++, install-gcc,
203 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
204 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
205 * Makefile.in: Regenerate.
207 2004-06-21 Matthew Sachs <msachs@apple.com>
209 * MAINTAINERS: Added self to write-after-approval.
211 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
213 * configure.in: Check for srcdir/winsup rather than build directory
215 * configure: Regenerate.
217 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
219 * configure.in: Don't build Cygwin native newlib if winsup
220 directory is missing. Emit warning instead.
221 * configure: Regenerate.
223 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
225 * Makefile.tpl (touch-stage[+id+]): New.
226 (restage[+prev+]): Depend on touch-stage[+id+].
228 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
231 * Makefile.def: Add profile and feedback bootstrap stages.
232 Remove next field from bootstrap stages.
233 * Makefile.tpl (LN, LN_S): Substitute.
234 (stageN-start, stageN-end): Use double-colon rules, to
235 provide a hook for additional setup commands.
236 (distclean-stageN-gcc, restageN): Create dependencies from
237 [+prev+], not from [+next+].
238 (stageN-bubble): Add commands for successive stages from
239 [+prev+], using double-colon rules.
240 (all-stageN-gcc): Fix typo.
241 (stagefeedback-start, profiledbootstrap): New.
242 * Makefile.in: Regenerate.
243 * configure.in: Call ACX_PROG_LN.
244 * configure: Regenerate.
246 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
248 * MAINTAINERS (Write After Approval): Add myself.
250 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
252 * MAINTAINERS (Write After Approval): Add myself.
254 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
256 * configure.in: Fix --enable-bootstrap breakage introduced in trees
258 * configure: Regenerate.
260 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
262 * Makefile.tpl: Fix typo.
263 * Makefile.in: Regenerate.
265 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
267 * configure.in: Remove new- prefix from toplevel
269 * configure: Regenerate.
271 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
273 * Makefile.tpl (all.normal): Rename to all.
274 (all): Replace with a rule to pick the default
275 target from configure.
276 (all-gcc, configure-gcc): Use conditionals to
277 do nothing when toplevel bootstrap is going on.
278 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
279 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
280 * configure.in: Support --enable-bootstrap.
282 * Makefile.def: Remove new- prefix from toplevel
284 * Makefile.tpl: Likewise.
286 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
289 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
290 $(RECURSE_FLAGS) to recursive invocation of make.
292 * Makefile.in: Regenerate.
293 * configure: Regenerate.
295 2004-05-30 Andreas Jaeger <aj@suse.de>
296 Jim Wilson <wilson@specifixinc.com>
298 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
301 2004-05-27 Daniel Jacobowitz <dan@debian.org>
303 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
304 * configure: Regenerate.
306 2004-05-25 Daniel Jacobowitz <drow@false.org>
308 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
309 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
310 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
312 * Makefile.in: Regenerate.
314 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
316 * configure.in: Test the ability to symlink directories.
317 * configure: Regenerate.
319 * Makefile.def (bootstrap-stage): New definitions.
320 * Makefile.tpl (configure-stage1-gcc,
321 configure-stage2-gcc, configure-stage3-gcc,
322 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
323 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
324 new-restage3, compare): Autogenerate, see Makefile.in
325 entry for behavioral changes.
326 (distclean-stage1, new-stage1-start, new-stage1-end,
327 new-stage1-bubble, distclean-stage2, new-stage2-start,
328 new-stage2-end, new-stage2-bubble, distclean-stage3,
329 new-stage3-start, new-stage3-end): New autogenerated targets.
330 (objext, prebootstrap, BOOT_CFLAGS,
331 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
334 * Makefile.in: Regenerate.
335 (distclean-stage1, new-stage1-start, new-stage1-end,
336 new-stage1-bubble, distclean-stage2, new-stage2-start,
337 new-stage2-end, new-stage2-bubble, distclean-stage3,
338 new-stage3-start, new-stage3-end): New targets.
339 (all-stage1-gcc): Move prebootstrap dependency from here...
340 (configure-stage1-gcc): ...to here.
341 (new-bootstrap): Use bubble targets.
342 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
343 Use per-stage distclean targets.
344 (configure-stage1-gcc, configure-stage2-gcc,
345 configure-stage3-gcc, all-stage1-gcc,
346 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
347 Use new-stageN-start to prepare the tree.
349 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
351 * Makefile.def (host_modules): add libcpp.
352 * Makefile.tpl: Add dependencies on and for libcpp.
353 * Makefile.in: Regenerate.
354 * configure.in: Add libcpp host module.
355 * configure: Regenerate.
357 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
359 * Makefile.tpl: Whenever a recursive target is defined, wrap
360 it in a special @if/@endif block, and prepare its maybe
361 dependency in the @if/@endif block
362 * configure.in: Instead of writing maybe dependencies, remove
363 the @if/@endif statements, and remove the @if/@endif blocks
365 * configure: Regenerate.
366 * Makefile.in: Regenerate.
368 2004-05-20 Janis Johnson <janis187@us.ibm.com>
370 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
372 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
375 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
376 * */configure: Rebuilt.
378 2004-05-17 Zack Weinberg <zack@codesourcery.com>
380 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
382 * configure, Makefile.in: Regenerate.
384 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
386 * MAINTAINERS (Write After Approval): Add myself.
388 2004-05-13 Diego Novillo <dnovillo@redhat.com>
390 Merge from tree-ssa-20020619-branch.
392 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
393 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
394 (HOST_GMPLIBS): Define.
395 (HOST_GMPINC): Define.
396 (TARGET_LIB_PATH): Add libmudflap.
397 (GFORTRAN_FOR_TARGET): Define.
398 (configure-build*): Export GFORTRAN.
399 (configure-gcc): Export GMPLIBS and GMPINC.
400 (all-gcc): Add maybe-all-libbanshee.
401 (configure-target-libgfortran): Define.
402 * Makefile.in: Regenerate.
403 * configure.in (host_libs): Add libbanshee.
404 (target_libraries): Add target-libmudflap and target-libgfortran.
405 Add --with-libbanshee.
406 Handle --disable-libmudflap.
407 (*-*-freebsd*): Use with_gmp.
408 Add $(libgcj) to noconfigdirs.
409 * configure: Regenerate.
411 * MAINTAINERS: Add tree-ssa maintainers.
413 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
415 * MAINTAINERS (Various Maintainers): Add myself.
417 2004-04-30 Brian Ford <ford@vss.fsi.com>
419 * MAINTAINERS (Write After Approval): Add myself.
421 2004-04-29 Uros Bizjak <uros@kss-loka.si>
423 * MAINTAINERS (Write After Approval): Add myself.
425 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
427 * config/acx.m4: Fix fastcompare support for new-bootstrap.
428 * configure: Regenerate.
430 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
433 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
435 * Makefile.def (flags_to_pass): Remove *dir variables that
436 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
437 as well as prefix and exec_prefix.
438 * Makefile.in: Regenerate.
440 2004-04-26 Robert Millan <robertmh@gnu.org>
442 Add patches from libtool CVS.
443 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
444 * ltconfig: Likewise.
445 * ltcf-c.sh: Likewise.
446 * ltcf-cxx.sh: Likewise.
447 * ltcf-gcj.sh: Likewise.
449 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
451 * Makefile.def (host_modules): Mark with the bootstrap
452 flag packages on which gcc depends.
453 * Makefile.tpl (all-bootstrap): Use it.
454 * Makefile.in: Regenerate.
456 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
458 * Makefile.def (flags_to_pass): Remove *dir variables that
459 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
460 as well as prefix and exec_prefix.
461 * Makefile.in: Regenerate.
463 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
465 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
466 * configure: Regenerate.
467 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
468 * gcc/Makefile.tpl (compare): Use the result of the test.
469 * gcc/Makefile.in: Regenerate.
471 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
473 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
474 Always relocate gcc and prev-gcc to the original names, even
476 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
479 2004-04-23 Laurent GUERBY <laurent@guerby.net>
481 * MAINTAINERS: Update my email address.
483 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
485 * configure.in (mips*-*-irix5*): Enable ld.
486 * configure: Regenerate.
488 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
490 * configure: Regenerate.
492 2004-04-15 James E Wilson <wilson@specifixinc.com>
494 * Makefile.tpl (configure-[+module+], configure-gcc,
495 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
496 Set and export LDFLAGS.
497 * Makefile.in: Regenerate.
499 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
501 * MAINTAINERS: Add myself to write-after-approval.
503 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
506 * Makefile.tpl: If we don't have built-in-tree target tools,
507 use the ones found by configure rather than hacking around with
508 program_transform_name.
509 * configure.in: Give Makefile.tpl the information necessary
511 * Makefile.in: Regenerate.
512 * configure: Regenerate.
514 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
517 * configure.in: When computing baseargs, strip *all* copies of
518 offending options. Also, don't match/substitute the trailing space,
519 so that this actually works when two similar options are separated by
521 * configure: Regenerate.
523 2004-04-06 David Edelsohn <edelsohn@gnu.org>
525 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
526 (rs6000-*-aix*): Same.
527 * configure: Regenerate.
529 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
531 * MAINTAINERS: Add myself to write-after-approval.
533 2004-04-03 Bud Davis <bdavis9659@comcast.net>
535 * MAINTAINERS: Add myself to write-after-approval.
537 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
539 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
540 STRICT_WARN, WARN_CFLAGS flags passed down to make.
541 * Makefile.in: Regenerate.
543 * configure.in (top level bootstrap support): Rework --enable-werror
544 to set @stage2_werror_flag@.
545 * configure: Regenerate.
546 * Makefile.tpl (top level bootstrap support): Pass
547 @stage2_werror_flag@ down to configure in stages 2 and 3.
548 * Makefile.in: Regenerate.
550 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
552 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
553 for stages 2 and 3 as well as in make. As a consequence, remove
554 OUTPUT_OPTION (now detected by configure) from the flags passed down
556 * Makefile.in: Regenerate.
558 * Makefile.tpl (new-bootstrap): Fix typo.
559 * Makefile.in: Regenerate.
561 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
563 * Makefile.tpl: Rearrange by moving recursive_targets rules
564 into their proper sections.
565 * Makefile.tpl (top level bootstrap support): Move disabling
566 of coverage flags from 'make' to 'configure'; improve comments.
567 * Makefile.in: Regenerate.
569 * Makefile.tpl (experimental top level bootstrap) Move stage1
570 language setting from all- target to configure- target; disable
571 intermodule optimization in stage 1; prevent gratuitous rebuilds
573 * Makefile.in: Regenerate.
574 * configure.in: Comma-separate stage 1 language list for top
576 * configure: Regenerate.
578 * Makefile.tpl: Clean up experimental top level bootstrap support:
579 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
580 prev-gcc in configure- targets as well as all- targets.
581 * Makefile.in: Regenerate.
583 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
585 * compile: New file imported from automake.
587 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
589 * configure.in: Remove symbolic link section.
590 * configure: Regenerate.
591 * Makefile.tpl (links): Remove.
592 * Makefile.in: Regenerate.
594 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
595 Nathanael Nerode <neroden@gcc.gnu.org>
597 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
598 Set with AC_CHECK_PROGS.
599 * configure.in: Fix comment typo from last patch.
600 * configure: Regenerate.
602 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
604 * Makefile.tpl: Introduce experimental top level bootstrap support.
605 * Makefile.in: Regenerate.
606 * configure.in: Introduce support for top level bootstrap.
607 * configure: Regenerate.
609 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
610 Paolo Bonzini <bonzini@gnu.org>
613 * configure.in: Cope with shells that do not support unquoted ^
614 * configure: Regenerate.
616 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
617 Paolo Bonzini <bonzini@gnu.org>
620 * configure.in: Cope with shells that do not support nesting
621 quotes inside quoted backquote substitutions.
622 * configure: Regenerate.
624 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
627 * configure.in: Fix escaping of $.
628 * configure: Regenerate.
630 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
632 * configure: Regenerate, since I forgot to while committing Paolo's
635 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
638 Move language detection to the top level.
639 * configure.in: Find default values for the tools as
640 soon as possible. Disable ada if GNAT is not found.
641 Emit error message about missing languages. Expand
642 --enable-languages=all for the gcc subdirectory.
644 2004-03-10 Ben Elliston <bje@gnu.org>
646 * MAINTAINERS: Update my email address.
648 2004-03-05 David Edelsohn <edelsohn@gnu.org>
650 * ltconfig: Disable building static libraries if building shared
653 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
655 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
657 * configure: Regenerated.
659 2004-03-01 Brian Booth <bbooth@redhat.com>
661 * MAINTAINERS: Add myself to write-after-approval.
663 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
665 * MAINTAINERS: Add myself to write-after-approval.
667 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
670 * Makefile.tpl: Guard XFOO sed statements better.
671 * Makefile.tpl: Add dependency for configure-target-libada.
672 * Makefile.in: Regenerate (incidentally fixes broken
673 commit when libada-branch was merged).
675 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
677 * MAINTAINERS: Add myself to write-after-approval.
679 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
681 * MAINTAINERS: Add Nicola Pero and myself as libobjc
684 2004-02-20 Andrew Cagney <cagney@redhat.com>
686 * config.guess: Update from version 2003-10-16 to 2004-02-16.
687 * config.sub: Update from version 2003-11-03 to 2004-02-16.
689 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
692 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
694 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
696 * MAINTAINERS: Added myself to write-after-approval.
698 2004-02-14 Michael Koch <konqueror@gmx.de>
700 * MAINTAINERS: Added myself to write-after-approval.
702 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
704 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
705 some OS port maintainers to OS port maintainers section.
707 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
709 * MAINTAINERS: Add self.
711 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
713 * MAINTAINERS: Alphabetize.
715 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
717 * MAINTAINERS: Remove myself.
719 2004-02-11 David Edelsohn <edelsohn@gnu.org>
721 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
722 (rs6000-*-aix*): Same.
723 * configure: Regenerate.
725 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
727 * configure.in (host): Add in missing $noconfigdirs to defines.
728 * configure: Regenerate.
730 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
731 Nathanael Nerode <neroden@gcc.gnu.org>
733 PR ada/6637, PR ada/5911
734 Merge with libada-branch:
735 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
736 with appropriate dependencies. Add --enable-libada configure switch.
737 * configure, Makefile.in: Regenerate.
739 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
741 * MAINTAINERS: Add myself to write-after-approval.
743 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
745 * configure.in: Don't pass --with-stabs on IRIX 5 either.
746 * configure: Regenerate.
748 2004-02-04 Geoffrey Keating <geoffk@apple.com>
752 * ltmain.in: When setting IFS to '~', be careful about user
753 arguments that contain '~'.
755 2004-02-04 Peter O'Gorman <peter@pogma.com>
757 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
758 Also test $base_compile against $CC with escaped arguments. Bug
759 reported by Geoff Keating <geoffk@apple.com>.
761 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
763 * MAINTAINERS: Remove i960 port.
765 2004-01-23 DJ Delorie <dj@redhat.com>
767 * Makefile.def (target_modules) [libiberty]: Don't stage.
768 * Makefile.in: Rebuilt.
770 2004-01-20 Caroline Tice <ctice@apple.com>
772 * MAINTAINERS: Add myself to write-after-approval.
774 2004-01-19 Paolo Carlini <pcarlini@suse.de>
776 * MAINTAINERS: Update my email address.
778 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
780 * MAINTAINERS: Add myself to write-after-approval.
782 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
784 * MAINTAINERS: Remove entries without email address.
786 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
788 * MAINTAINERS: Add myself to write-after-approval.
790 2004-01-15 Steven Bosscher <stevenb@suse.de>
792 * MAINTAINERS: Update my email address.
794 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
796 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
797 * Makefile.tpl (configure-target-[+module+]): Support stage.
798 * Makefile.in: Rebuilt.
800 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
802 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
804 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
806 * MAINTAINERS: Add myself as a MIPS maintainer.
808 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
810 * configure.in: Use ./config.cache, not config.cache.
811 * configure: Regenerate.
812 * Makefile.tpl: Special-casing not needed for GCC any more.
813 * Makefile.in: Regenerate.
815 * configure.in: Don't share a cache file for host dirs.
816 * configure: Regenerate.
818 * config-ml.in: Don't mess with the cache file.
820 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
822 * MAINTAINERS: Move myself from 'Write After Approval' to
823 'CPU Port Maintainers' section as SPARC maintainer.
825 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
827 * Makefile.tpl: Make GCC use a separate config.cache.
828 * Makefile.in: Regenerate.
830 PR bootstrap/11932, PR bootstrap/11933
831 (I don't know if it will fix either of them, but it relates
833 * configure.in: Don't use shared config.cache for target
835 * configure: Regenerate.
837 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
839 * MAINTAINERS: Add myself to 'Write After Approval' section.
841 2003-12-31 Roger Sayle <roger@eyesopen.com>
843 * configure.in (ia64*-*-hpux*): Disable building java libraries.
844 * configure: Regenerated.
846 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
848 * MAINTAINERS: Remove the mn10200 maintainer.
850 2003-12-21 Bernardo Innocenti <bernie@develer.com>
852 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
853 * configure: Regenerated.
855 2003-12-16 Jan Hubicka <jh@suse.cz>
857 * MAINTAINERS: Add myself as callgraph maintainer.
859 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
861 * configure.in (raw_libstdcxx_flags): Remove the leading space.
862 * configure: Regenerate.
864 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
866 * MAINTAINERS: Move myself from 'Bug database only accounts' to
867 'Write After Approval' section. Update email.
869 2003-12-01 James Lemke <jim@wasabisystems.com>
871 * MAINTAINERS (Write After Approval): Add myself.
873 2003-11-20 Matt Thomas <matt@3am-software.com>
875 * MAINTAINERS: Add myself as a vax port maintainer.
877 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
879 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
880 (configure-build-[+module+], configure-[+module+]): Likewise.
881 (configure-target-[+module+], configure-gcc, config.status): Likewise.
882 * Makefile.in: Regenerate.
884 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
886 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
887 shared/dylibed libraries.
888 * ltmain.sh: Likewise.
889 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
890 * ltcf-cxx.sh: Likewise.
891 * ltcf-gcj.sh: Likewise.
892 * ltconfig: Likewise.
894 2003-11-17 Stan Cox <scox@redhat.com>
896 * MAINTAINERS: Add myself as iq2000 port maintainer.
898 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
900 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
901 * Makefile.in: Regenerate.
903 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
905 * config.sub: Update to 2003-11-03 version.
907 2003-10-20 Phil Edwards <phil@codesourcery.com>
909 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
910 * configure: Regenerate.
912 2003-10-20 Nicolas Pitre <nico@cam.org>
914 * MAINTAINERS: Add myself to 'Write After Approval' section.
916 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
918 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
920 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
922 * MAINTAINERS: Update my email address.
924 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
926 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
928 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
930 * MAINTAINERS: Add myself to 'Write After Approval' section.
932 2003-10-16 Bernardo Innocenti <bernie@develer.com>
934 * config.guess: Update to 2003-10-16 version.
935 * config.sub: Update to 2003-10-16 version.
937 2003-10-15 David Daney <ddaney@avtrex.com>
939 * MAINTAINERS: Added myself to 'Write After Approval' section.
941 2003-10-15 Falk Hueffner <falk@debian.org>
943 * MAINTAINERS: Move myself from 'Bug database only accounts' to
944 'Write After Approval' section. Update email.
946 2003-10-14 Roger Sayle <roger@eyesopen.com>
948 * MAINTAINERS: Move myself from 'Write After Approval' to
949 'Various Maintainers' section as middle-end maintainer.
951 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
953 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
955 * Makefile.in: Regenerate.
957 2003-10-11 Bernardo Innocenti <bernie@develer.com>
959 * config.guess: Update to 2003-10-07 version.
960 * config.sub: Update to 2003-10-07 version.
962 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
964 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
965 * ltconfig (irix5*, irix6*): Don't override version_type.
967 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
969 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
971 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
972 * Makefile.in: Rebuilt
974 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
976 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
978 2003-09-30 Carlo Wood <carlo@alinoe.com>
980 * MAINTAINERS (Write After Approval): Add myself.
982 2003-09-29 Paul Koning <ni1d@arrl.net>
984 * MAINTAINERS: Move myself from "Write After Approval"
985 to CPU platform maintainers for pdp11 platform.
987 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
989 * MAINTAINERS: Move myself from 'Write After Approval' to
990 'Various Maintainers' section as libffi testsuite maintainer.
992 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
994 * configure.in: Pass a computed --program-transform-name
996 * configure: Regenerated.
998 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1000 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1001 * Makefile.in: Regenerate.
1003 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1004 * Makefile.in: Regenerate.
1006 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1008 * MAINTAINERS: Move myself from 'Write After Approval'
1009 to 'Various Maintainers' (objective-c) section.
1011 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1013 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1015 * configure: Regenerated.
1017 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1019 * MAINTAINERS (Write After Approval): Add myself to write after
1022 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1024 * MAINTAINERS (Write After Approval): Add myself.
1026 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1028 * MAINTAINERS: Update my e-mail address.
1030 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1032 * libtool.m4 (LD): Correct powerpc64 host match.
1034 2003-09-06 James E Wilson <wilson@tuliptree.org>
1036 * MAINTAINTERS: Update my affiliation and email address.
1038 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1040 * MAINTAINERS (Write After Approval): Add myself.
1042 2003-09-04 DJ Delorie <dj@redhat.com>
1044 * configure: Regenerate.
1046 2003-09-04 Robert Millan <robertmh@gnu.org>
1048 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1050 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1052 * configure.in: Ensure arguments to sed are properly spaced.
1053 * configure: Regenerate.
1055 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1057 * MAINTAINERS: Update my e-mail address.
1059 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1061 * MAINTAINERS (Write After Approval): Add myself.
1063 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1065 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1066 * configure: Regenerated.
1068 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1070 * MAINTAINERS: Update my email address.
1072 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1074 * configure.in: Use newline instead of semicolon when assuming
1075 shell arguments in a for loop.
1076 * configure: Regenerated.
1078 2003-08-22 Jason Eckhardt <jle@rice.edu>
1080 * MAINTAINERS: Resurrect the i860 maintainer.
1082 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1085 * configure.in: When testing with_libs and with_headers, treat
1086 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1087 * configure: Regenerate.
1089 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1091 (baseargs): Likewise.
1092 * configure: Regenerate.
1094 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1096 * MAINTAINERS (Write After Approval): Add myself.
1098 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1100 * configure.in: Disable libgcj for darwin not on powerpc.
1101 * configure: Rebuild.
1103 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1105 * config-ml.in, symlink-tree: Add license.
1107 2003-08-03 Richard Stallman <rms@gnu.org>
1108 Eben Moglen <moglen@columbia.edu>
1110 * README.SCO: New file.
1112 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1114 * Makefile.tpl (check, check-c++): Express dependencies using
1115 dependencies rather than commands.
1116 * Makefile.in: Regenerate.
1118 2003-08-01 Andrew Cagney <cagney@redhat.com>
1120 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1123 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1125 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1126 * Makefile.in: Update.
1128 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1130 * configure.in: Enable libgcj for darwin.
1131 * configure: Rebuild.
1133 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1135 * config-ml.in: Use ac_configure_args directly instead of
1136 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1139 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1141 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1142 creating target and build subdirs to build all parent dirs as needed.
1143 * Makefile.in: Rebuild.
1144 * configure.in: Don't build dirs explicitly here.
1145 * configure: Rebuild.
1147 2003-07-26 Paul Brook <paul@nowt.org>
1149 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1151 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1153 * Makefile.tpl (all-make): Depend on intl.
1154 * Makefile.in: Rebuilt.
1156 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1158 * install-sh: Update to newer upstream versions (associated with
1160 * mkinstalldirs: Likewise.
1161 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1163 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1165 * MAINTAINERS: Move self from Bug database only accounts
1166 to write-after-approval.
1168 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1170 * config.if: Remove unused libc_interface determination.
1172 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1174 * MAINTAINERS: Move self from write-after-approval to
1175 build machinery (*.in).
1177 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1181 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1182 unused INSTALL_PROGRAM_ARGS.
1183 * configure.in: Use AC_PROG_INSTALL.
1184 * Makefile.in: Regenerate.
1185 * configure: Regenerate.
1187 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1189 * MAINTAINERS: Alphabetize.
1191 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1193 * configure: Rebuilt.
1194 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1195 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1196 newlib nor libgloss.
1197 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1198 * configure.in (am33_2.0-*-linux*): Added.
1200 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1202 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1203 * configure: Regenerate.
1205 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1207 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1208 * Makefile.in: Regenerate.
1210 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1212 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1213 * Makefile.in: Regenerate.
1215 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1217 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1218 * Makefile.in: Regenerated.
1220 * config-ml.in: Replace PWD with PWD_COMMAND.
1222 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1224 * intl: New directory; see intl/ChangeLog for details.
1225 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1226 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1227 * Makefile.in: Regenerate.
1229 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1231 * configure.in: Clean up config-lang.in handling. Delete
1232 useless assignment to "subdirs".
1233 * configure: Regenerate.
1235 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1237 * configure.in: Rename 'target_libs' to 'target_libraries'.
1238 Remove useless reference to 'target_libs'.
1239 * configure: Regenerate.
1241 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1243 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1244 * Makefile.in: Regenerate.
1246 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1248 * Makefile.def: Introduce flags_to_pass.
1249 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1250 * Makefile.in: Regenerate.
1252 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1254 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1255 and target-libgloss.
1256 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1257 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1258 * configure: Regenerate.
1260 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1262 * configure.in: Update testsuite_flags to new location.
1263 * configure. Regenerate.
1265 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1267 * Makefile.tpl: Remove BUILD_CC stuff.
1268 * Makefile.in: Regenerate.
1270 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1272 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1274 2003-06-16 Graeme Peterson <gp@qnx.com>
1276 * MAINTAINERS (Write After Approval): Add myself.
1278 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1280 * config.guess: Update to 2003-06-12 version.
1281 * config.sub: Update to 2003-06-13 version.
1283 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1285 * config.guess: Update to 2003-06-06 version.
1286 * config.sub: Update to 2003-06-06 version.
1288 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1290 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1291 * configure. Regenerate.
1293 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1295 * configure.in: Disable serial configure by default.
1296 * configure: Regenerate.
1297 * Makefile.tpl: Abolish .NOTPARALLEL.
1298 * Makefile.in: Regenerate.
1300 * Makefile.tpl: Replace {build,host,target}_canonical by
1301 {build,host,target}.
1302 * Makefile.in: Regenerate.
1304 * Makefile.tpl: Fix stupid pasto.
1305 * Makefile.in: Regenerate.
1307 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1309 * Makefile.tpl: Remove bogus conditional.
1310 * Makefile.in: Regenerate.
1312 2003-06-05 Jan Hubicka <jh@suse.cz>
1314 * Makefile.tpl (profiledbootstrap): New target.
1315 * Makefile.in (profiledbootstrap): New target.
1317 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1319 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1320 Pinski. Remove user names from other bugzilla-only maintainers.
1322 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1324 * Makefile.tpl: Make 'recursive targets' using autogen rather
1325 than shell loop. Remove duplicate 'clean' targets and false
1327 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1328 Add systematic method of specifying missing targets in subdirs.
1329 Add copyright boilerplate.
1330 * Makefile.in: Regenerate.
1331 * configure.in: Add 'recursive targets' to maybe list.
1332 * configure: Regenerate.
1334 * MAINTAINERS: "GNATS only" -> "Bug database only".
1336 * Makefile.tpl: Rename [+target+] to [+make_target+].
1337 * Makefile.def: Rename 'target' to 'make_target'.
1339 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1341 * MAINTAINERS: Add self as options handling maintainer.
1343 2003-05-28 Michael Meissner <gnu@the-meissners.org>
1345 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
1346 been too long since I touched those ports.
1348 2003-05-28 DJ Delorie <dj@redhat.com>
1350 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1351 * Makefile.in: Regenerate.
1353 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1355 * configure.in: Use curly braces in the definition of tooldir.
1356 * configure: Regenerate.
1358 2003-05-21 DJ Delorie <dj@redhat.com>
1360 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1362 * Makefile.in: Regenerate.
1364 2003-05-21 DJ Delorie <dj@redhat.com>
1366 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1367 * Makefile.in: Regenerate.
1369 2003-05-20 Ian Lance Taylor <ian@airs.com>
1371 * MAINTAINERS: Update my e-mail address.
1373 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1375 * configure.in: Switch more things to use maybe dependencies.
1376 * Makefile.tpl: Switch more things to use maybe dependencies.
1377 Factor out common code from autogen IF statements.
1378 * configure: Regenerate.
1379 * Makefile.in: Regenerate.
1381 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1383 * configure.in: Accept i[3456789]86 for machine type.
1384 * configure: Regenerate.
1386 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1388 * configure.in: Switch more things to use maybe dependencies.
1389 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1390 * configure: Regenerate.
1391 * Makefile.tpl: Switch more things to use maybe dependencies.
1392 * Makefile.in: Regenerate.
1394 2003-05-16 Andreas Schwab <schwab@suse.de>
1396 * Makefile.tpl (install-opcodes): Define.
1397 * Makefile.in: Rebuild.
1399 2003-05-13 Andreas Jaeger <aj@suse.de>
1401 * config.guess: Update to 2003-05-09 version.
1402 * config.sub: Update to 2003-05-09 version.
1404 2003-05-13 Michael Eager <eager@mvista.com>
1406 * configure.in: Correct sed script so that options in quotes are not
1408 * configure: Rebuild.
1410 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
1412 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1413 and $$s/newlib/libc/sys/cygwin32 include paths.
1416 2003-05-12 Michael Meissner <gnu@the-meissners.org>
1418 * MAINTAINERS: Update my email addresses.
1420 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1422 * config-ml.in: Propagate INSTALL variables.
1424 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1426 * MAINTAINERS: Remove duplicate entries in Write After Approval.
1428 2003-05-02 Chris Demetriou <cgd@broadcom.com>
1430 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1431 * Makefile.in: Regenerate.
1433 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
1435 * MAINTAINERS (GNATS only): Add Falk Hueffner.
1437 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
1439 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
1441 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1443 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1444 * Makefile.in: Regenerated.
1446 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
1448 * MAINTAINERS (Write After Approval): Upgrade myself from
1449 GNATS only to write-after-approval. Update my mail address.
1451 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
1453 (OS Port Maintainers: freebsd): Add myself.
1455 2003-04-22 Mark Mitchell <mark@codesourcery.com>
1457 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
1459 2003-04-22 Kean Johnston <jkj@sco.com>
1461 * MAINTAINERS (SCO ports): Added myself.
1463 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
1465 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
1467 2003-04-19 Kean Johnston <jkj@sco.com>
1469 * MAINTAINERS (Write After Approval): Add myself.
1471 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1473 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1474 * Makefile.in: Regenerate.
1476 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1478 * configure.in (powerpc64*-*-linux*): Remove.
1479 * configure: Rebuilt.
1481 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
1483 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1484 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1486 * Makefile.in: Regenerate.
1488 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
1490 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1491 * configure: Regenerated.
1493 2003-04-15 DJ Delorie <dj@redhat.com>
1495 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1497 2003-04-13 Nick Clifton <nickc@redhat.com>
1499 * config-ml.in: Remove support for --disable-aix removing
1502 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1504 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1505 * */configure: Rebuilt.
1507 2003-04-08 Joel Sherrill <joel@oarcorp.com>
1509 * MAINTAINERS: Add my email address.
1511 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
1513 * MAINTAINERS (Write After Approval): Add myself.
1515 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1517 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1518 * Makefile.in: Regenerate.
1520 2003-03-14 Michael Chastain <mec@shout.net>
1522 * Makefile.in: Regenerate with correct Makefile.def.
1524 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1526 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1528 * Makefile.in: Regenerate.
1529 * configure.in: Clean up gxx_include_dir logic.
1530 * configure: Regenerate.
1532 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1534 * MAINTAINERS (Write After Approval): Add myself.
1536 2003-03-10 Ben Elliston <bje@wasabisystems.com>
1538 * MAINTAINERS: Update my mail address.
1540 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1542 * configure.in (gxx_include_dir): Fix typo.
1543 * configure: Regenerated.
1545 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1547 * Makefile.tpl: Reindent.
1548 * Makefile.in: Regenerate.
1549 * configure.in: Reindent. Don't set unused variables.
1550 * configure: Regenerate.
1552 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
1554 * configure.in: Include $(build_tooldir)/sys-include in
1556 * configure: Regenerated.
1558 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1560 * Makefile.tpl: Always pass down RANLIB.
1561 * Makefile.in: Regenerate.
1563 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1564 * Makefile.in: Regenerate.
1565 * configure.in: Remove unused logic relating to --enable-shared
1566 and --enable-threads. Remove bogus comments. Remove redundant
1568 * configure: Regenerate.
1570 * configure.in: Replace ${libstdcxx_version} by its value.
1571 Remove reference to mh-dgux.
1572 * configure: Regenerate.
1574 2003-03-03 Kevin Buettner <kevinb@redhat.com>
1576 * MAINTAINERS (Write After Approval): Add myself.
1578 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1580 * Makefile.tpl: Rearrange.
1581 * Makefile.in: Regenerate.
1583 2003-02-25 Uwe Stieber <uwe@wwws.de>
1585 * configure.in: Add support for kaOS as cross build target system.
1586 * configure: Regenerated.
1588 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1590 * MAINTAINERS (Write after approval): Add myself.
1592 2003-02-21 James E Wilson <wilson@tuliptree.org>
1594 * MAINTAINERS: Update my email address.
1596 2003-02-21 Zack Weinberg <zack@codesourcery.com>
1598 * MAINTAINERS: Add self to blanket write privs. section.
1600 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
1602 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1603 configure-target-* as some target builds may require additional
1604 flags for preprocessor tests.
1605 * Makefile.in: Regenerated.
1607 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
1609 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1610 * ltconfig: Handle it.
1611 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1614 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1615 it is used as argument to $CC.
1616 * ltcf-gcj.sh: Likewise.
1618 * configure.in: Introduce --enable-maintainer-mode.
1619 * configure: Rebuilt.
1620 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1621 for maintainer mode.
1622 * Makefile.in: Rebuilt.
1624 2003-02-18 Jason Merrill <jason@redhat.com>
1626 * Makefile.tpl (check-c++): Allow parallelism.
1628 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1630 * MAINTAINERS: Remove John Carr (who never actually had access to
1633 2003-02-15 Geoffrey Keating <geoffk@apple.com>
1635 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1636 don't configure target-libobjc.
1637 * configure: Regenerate.
1639 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1641 * Makefile.tpl (RANLIB): Define.
1642 * Makefile.in: Regenerate.
1644 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1646 * MAINTAINERS: Update my email.
1648 2003-02-06 Keith R Seitz <keiths@redhat.com>
1650 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1651 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1652 * Makefile.in: Regenerated.
1653 * configure.in: Remove all traces of snavigator, db, and grep.
1654 * configure: Regenerated.
1656 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1658 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1661 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1663 * MAINTAINERS (Write after approval): Add myself.
1665 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
1667 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1668 * Makefile.in: Regenerated.
1670 2003-01-30 Roger Sayle <roger@eyesopen.com>
1672 * config.guess: Updated to 2003-01-30's version.
1673 * config.sub: Updated to 2003-01-28's version.
1675 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
1677 * config.if: If gcc_version is already set, just use it. Don't set
1678 gcc_version_trigger if it's already set, otherwise set it to
1679 gcc/version.c, but only if the file exists. If it is not set and
1680 gcc/version.c does not exist, try to extract the version number from
1683 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1685 * MAINTAINERS: Add myself to write-after-approval list.
1687 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
1689 * configure.in: Revert 24Jan change.
1690 * configure: Regenerate.
1692 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1694 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1697 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1699 * configure.in: Revert previous change.
1700 * configure: Regenerate.
1702 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1704 * configure.in: Make rda native-only.
1705 * configure: Regenerate.
1707 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1709 * MAINTAINERS: Move myself from GNATS-only-accounts to
1710 write-after-approval.
1712 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1714 * configure.in: Add missing \.
1715 * configure: Rebuilt.
1717 2003-01-17 Jakub Jelinek <jakub@redhat.com>
1719 * configure.in (baseargs): Avoid using \| in sed regular
1721 * configure: Rebuilt.
1723 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1725 * configure.in (baseargs): Remove all supported forms of
1726 --cache-file, --srcdir, --host, --build and --target options
1727 from argument lists.
1728 * configure: Rebuilt.
1730 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
1732 * MAINTAINERS: Add myself to write-after-approval list.
1734 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
1736 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1737 * configure: Rebuilt.
1739 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1741 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1742 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1743 * Makefile.in: Regenerate.
1744 * configure: Regenerate.
1746 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
1748 * configure.in: Remove Makefile in build, host and target modules
1749 unless configure was run with --no-recursion.
1750 * configure: Rebuilt.
1752 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1754 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1755 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1756 * Makefile.in: Regenerate.
1758 2003-01-08 Chris Demetriou <cgd@broadcom.com>
1760 * config.guess: Update to 2003-01-03 version.
1761 * config.sub: Update to 2003-01-03 version.
1763 2003-01-07 Christopher Faylor <cgf@redhat.com>
1765 * configure: Regenerate with proper autoconf 2.13.
1767 2003-01-07 Christopher Faylor <cgf@redhat.com>
1769 * configure.in: Add AC_PREREQ for consistency.
1770 * configure: Regenerate.
1772 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1774 * configure.in (GDB_TK): Add tcl directories conditional on
1775 gdb/gdbtk directory being present.
1776 * configure: Regenerate.
1778 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
1780 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1781 by gcc if LD is not defined and we are not doing a Canadian Cross.
1782 * configure: Rebuilt.
1784 2002-12-31 Tom Tromey <tromey@redhat.com>
1786 * Makefile.in: Rebuilt.
1787 * Makefile.def (target_modules) [libffi]: Allow installation.
1789 2002-12-31 Andreas Schwab <schwab@suse.de>
1791 * configure.in: Fix use of $program_transform_name.
1792 * configure: Regenerated.
1794 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1796 * configure.in (baseargs): Don't remove first configure argument.
1797 * configure: Regenerated.
1799 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
1801 * Makefile.tpl (local-distclean): Don't remove...
1802 (multilib.ts): ... this. Moved into...
1803 (multilib.out): ... this. Don't use sub-make.
1804 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1805 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1806 (configure-build-[+module+], configure-[+module+],
1807 configure-target-[+module+], configure-gcc): ... these. Test
1808 for Makefile existence. Drop config.status from dependencies.
1809 * Makefile.in: Rebuilt.
1810 * configure.in: Move gcc-version-trigger to the end of
1811 ac_configure_args. Add comments to maybedep.tmp and
1812 serdep.tmp. Introduce --disable-serial-configure. Remove
1813 nonopt from baseargs, matching and removing corresponding
1814 whitespace while at it.
1815 * configure: Rebuilt.
1817 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
1819 * configure.in (host_configargs): Replace reference to
1820 no-longer-defined buildopts with --build=${build_alias}.
1821 * configure: Rebuilt.
1823 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1824 program_transform_name to standard idiom.
1825 (AUTOGEN, AUTOCONF): Define.
1826 (Makefile.in): Use $(AUTOGEN).
1827 (Makefile): Depend on config.status, and use autoconf-style rule to
1828 build it. Move original commands to...
1829 (config.status): ... this new target.
1830 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1832 * Makefile.in: Rebuilt.
1834 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1836 * Makefile.tpl: Fix dramatic bustage due to change in
1837 program_transform_name.
1838 * Makefile.in: Regenerate.
1840 * configure.in: Remove unnecessary PATH setting.
1841 * configure: Regnerate.
1843 * configure.in: Don't default to unprefixed tools unless
1844 the native tools will work.
1845 * configure: Regenerate.
1847 * configure.in: Convert to autoconf script. Blow away lots
1848 of now-redundant Makefile fragments.
1849 * configure: Generate using Autoconf.
1850 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1851 * Makefile.in: Regenerate.
1853 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1855 * configure: Fix stupid bug where RANLIB was mistakenly included.
1857 * configure.in: Rename (buildargs, hostargs, targargs) to
1858 (build_configargs, host_configargs, target_configargs).
1860 * configure.in: Move logic out of sed statement.
1862 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
1863 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1865 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1867 * config.sub: Import from master repository
1868 * config.guess: Ditto
1870 2002-12-24 Andreas Schwab <schwab@suse.de>
1872 * Makefile.tpl (multilib.out): Fix missing space.
1873 * Makefile.in: Regenerate.
1875 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1877 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1878 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1879 * Makefile.in: Regenerate.
1880 * configure.in: Remove unnecessary leftovers.
1882 2002-12-21 Geoffrey Keating <geoffk@apple.com>
1884 * configure.in (extra_ranlibflags_for_target): New variable.
1885 (*-*-darwin): Add -c to ranlib commands.
1886 * configure (tooldir): Handle extra_ranlibflags_for_target.
1888 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1890 * Makefile.tpl: Revert HJL's change.
1891 * Makefile.in: Regenerated.
1892 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1895 2002-12-19 Andreas Schwab <schwab@suse.de>
1897 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1898 * Makefile.in: Regenerate.
1900 2002-12-18 H.J. Lu <hjl@gnu.org>
1902 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1903 * Makefile.in: Regenerated.
1905 * configure.in (build_prefix): New. Substitute.
1907 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1909 * Makefile.tpl: Don't let real targets depend on phony targets.
1910 * Makefile.in: Regenerate.
1912 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1913 * Makefile.in: Regenerate.
1915 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1917 * config.sub: Import from master repository
1918 * config.guess: Ditto
1920 2002-12-16 Jason Merrill <jason@redhat.com>
1922 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1923 previous 'make bootstrap'.
1924 * Makefile.in: Regenerate.
1926 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1928 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1930 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1932 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1933 * Makefile.in: Regenerate.
1935 2002-12-13 Jason Merrill <jason@redhat.com>
1937 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1939 (check-c++): Just depend on it and check-target-libstdc++-v3.
1940 * Makefile.in: Regenerate.
1942 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1944 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1945 * Makefile.in: Rebuilt.
1947 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1949 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1951 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
1953 * configure: Fix bug put in by gremlins.
1955 * Makefile.tpl: Substitute more autoconfily.
1956 * configure: Substitute more autoconfily.
1957 * Makefile.in: Regenerate.
1959 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
1961 * config.sub: Import from master repository
1962 * config.guess: Ditto
1963 * MAINTAINERS: Added Svein Seldal under write after approval
1965 2002-12-08 Andrew Cagney <ac131313@redhat.com>
1967 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1968 * Makefile.in (all-sim): Ditto.
1970 2002-12-06 DJ Delorie <dj@redhat.com>
1972 * Makefile.tpl: Change configure dependencies to not have real
1973 targets depend on phony targets.
1975 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1977 * configure.in: Revert unintentional change.
1979 * Makefile.tpl: Change dependency for */multilib.out so that
1980 it works when gcc isn't in the tree.
1982 * configure.in: Substitute more.
1983 * configure: Run subconfigures from the Makefile.
1984 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1985 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1987 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1989 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1991 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1993 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1994 and corresponding dependencies.
1995 * Makefile.in: Regenerate.
1997 * configure.in (host_tools): Order binutils, gas and ld for
1998 convenience in running the testsuites.
2000 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2001 * Makefile.in: Regenerate.
2002 * configure.in: Introduce rules to serialize subconfigure runs.
2004 * configure.in: Introduce BASE_CC_FOR_TARGET.
2005 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2006 Realize configure-build-* targets. Realize configure-target-* targets.
2007 * Makefile.in: Regenerate.
2009 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2011 * configure: Move gcc_version_trigger stuff from here...
2012 * configure.in: ...to here.
2014 * configure.in: Separate subconfigure options added by this file from
2015 options given by the user. Add machinery to put args for host
2016 subconfigures into the Makefile.
2018 * Makefile.tpl: Remove 'vault' targets.
2019 * Makefile.tpl: Reorder and comment dependencies.
2020 * Makefile.in: Regenerate.
2022 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2023 * configure.in: Fix my broken commit of previous patch. (sigh)
2025 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2027 * configure.in: Move host-specific darwin noconfigdirs into
2028 the host-specific section.
2030 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2032 * configure.in: Move host-specific darwin noconfigdirs into
2033 the host-specific section.
2035 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2037 * configure: Remove skip-this-dir support.
2038 * Makefile.tpl: Remove skip-this-dir support.
2040 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2042 * Makefile.in: Regenerate.
2044 * Makefile.tpl: Strip out useless setting of 'dir'.
2045 * Makefile.in: Regenerate.
2047 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2049 * configure.in: Fix deeply stupid bug.
2051 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2052 shell code in CXX_FOR_TARGET
2053 * Makefile.def: Introduce raw_cxx.
2054 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2056 * Makefile.in: Regenerate.
2058 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2060 * Makefile.tpl: Remove unnecessary ifs.
2061 * Makefile.in: Regenerate.
2063 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2064 dependencies. Maybe-ize build-libiberty. Create dummy install
2065 targets for 'no_install' modules.
2066 * configure: Move GDB_TK substitution to configure.in. Move
2067 build_modules stuff to configure.in.
2068 * configure.in: Implement soft dependency machinery. Maybe-ize
2069 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2070 * Makefile.in: Regenerate.
2072 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2074 * Makefile.tpl: Make all-target, install-target behave similarly
2075 to all, install (only hitting configured targets). Eliminate
2076 unused macro defintions.
2078 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2081 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2083 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2085 * configure.in: Produce lists of subdir targets we're actually
2086 configuring. Remove references to "dosrel".
2087 * Makefile.tpl: Let configure set which subdir targets are hit.
2088 Remove install-cross; clean up install; remove ALL. Remove
2089 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2090 Autogenerate host module targets. Remove empty dependency lines
2091 and redundant dependency; rearrange slightly.
2092 * Makefile.def: Add host-side libtermcap, utils.
2094 * Makefile.in: Regenerate.
2096 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2098 * ltconfig (osf[345]): Append $major to soname_spec.
2099 Reflect this in library_names_spec.
2100 * ltmain.sh (osf): Prefix $major with . for use as extension.
2102 2002-11-19 Andreas Jaeger <aj@suse.de>
2104 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2105 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2106 and sparc64 GNU/Linux systems.
2108 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2110 * MAINTAINERS: Update email.
2112 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2114 * MAINTAINERS: Complete James Dennett's entry.
2116 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2118 * MAINTAINERS (Write After Approval): Add myself.
2120 2002-11-13 Bruce Korb <bkorb@gnu.org>
2122 * Makefile.tpl: syntactic cleanup
2124 2002-11-13 Stuart Hastings <stuart@apple.com>
2126 * MAINTAINERS: Add myself to write-after-approval list.
2128 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2130 * Makefile.def: Add list of recursive targets to autogenerate.
2132 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2133 targets. Autogenerate *-build-* targets.
2134 * Makefile.in: Regenerate.
2136 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2138 * configure: More autoconf-style substitutions.
2139 * Makefile.tpl: More autoconf-style substitutions.
2140 * Makefile.in: Regenerate.
2142 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2144 * configure: Substitute more variables in a more autoconf-friendly
2145 way. Simplify slightly.
2146 * Makefile.tpl: Make more variables substitutable in an
2147 autoconf-friendly way.
2148 * Makefile.in: Regenerate.
2150 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2152 * MAINTAINERS (Write After Approval): Add myself.
2154 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2156 * configure.in (v810*): Remove special setting of tools.
2158 * configure: Add support for extra required flags for ar or nm.
2159 * configure.in (aix4.3+): Use above support for target-specific
2160 issues, rather than using config/mt-aix43.
2162 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2164 * configure: Remove 'removing', which doesn't work. Replace $subdir
2165 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2166 with $srcdir. Reformat indentation. Substitute some variables
2167 formerly hard-coded in the Makefile for build=host.
2168 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2169 * Makefile.def: Autogenerate more.
2170 * Makefile.in: Regenerate.
2172 2002-11-04 Adam Nemet <anemet@lnxw.com>
2174 * MAINTAINERS (Write After Approval): Add myself.
2176 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2178 * Makefile.def (host_modules): Add rda.
2179 * Makefile.in: Regenerate.
2180 * configure.in (target_tool): Add target-rda to list.
2182 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2184 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2186 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2188 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2189 and restrap targets to this rule.
2190 * Makefile.in: Regenerate.
2192 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2194 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2195 GNATS only accounts.
2197 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2199 * configure.in (i[3456]86-*-linux*): Add check to disable
2200 ${libgcj} for glibc1.
2202 2002-10-24 Denis Chertykov <denisc@overta.ru>
2204 * MAINTAINERS: Add myself as ip2k port maintainer.
2206 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2208 * configure.in: Add tic4x target.
2210 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2212 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2213 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2214 * Makefile.in: Regenerate.
2216 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2217 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2218 * Makefile.in: Regenerate.
2220 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2222 * MAINTAINERS: Add myself as web pages co-maintainer.
2224 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2226 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2227 * Makefile.in: Regenerate.
2229 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2231 * MAINTAINERS: Add myself and Nathan Sidwell
2232 <nathan@codesourcery.com> as VxWorks maintainers.
2234 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2236 * Makefile.def: Remove order dependency comments.
2237 * Makefile.tpl: Add explicit install-install dependencies.
2238 * Makefile.in: Regenerate.
2240 * Makefile.tpl: Remove material now in src-release. (Finally!)
2241 * Makefile.in: Regenerate.
2243 * Makefile.tpl: Add configure-target (for src-release in src)
2244 * Makefile.in: Regenerate.
2246 2002-09-30 Nick Clifton <nickc@redhat.com>
2248 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2250 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2252 * configure.in (s390*-*-linux*): Enable libgcj.
2254 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2256 * configure: Revert accidentally applied changes.
2258 * Makefile.tpl: Make more autoconf-friendly.
2259 * Makefile.in: Regenerate.
2260 * configure: Make substitution more autoconf-like.
2262 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2264 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2265 single entry to handle all these.
2266 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2267 libjava on arm-*-elf.
2269 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2271 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2272 things that depend on them.
2274 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2276 * Makefile.tpl: Make subsituted variables more autoconfy.
2277 * Makefile.in: Regenerate.
2278 * configure: Make seds more autoconfy.
2280 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2282 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2283 * Makefile.in: Regenerate.
2284 * configure.in: Rewrite sed statements to look autoconfy.
2286 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2287 all-target-foo on configure-target-foo.
2288 * Makefile.def: Ditto.
2289 * Makefile.in: Rebuild.
2291 2002-09-25 Andrew Haley <aph@redhat.com>
2293 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2295 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2297 * Makefile.def: New file.
2298 * Makefile.tpl: New file.
2299 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2300 * contrib/gcc_update: Note that Makefile.in is a generated file.
2302 * configure.in: Minor rearrangement. Simplify tests.
2304 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2306 * configure.in (with_headers): Skip copy if value is "yes".
2307 (with_libs): Likewise.
2309 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2311 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2312 * configure.in (sh*-*-pe*): Ditto.
2313 * configure.in (mips*-*-pe*): Ditto.
2314 * configure.in (*arm-wince-pe): Ditto.
2316 * configure.in: Rearrange.
2318 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2320 * MAINTAINERS: Update my email address.
2322 2002-08-30 Paul Koning <pkoning@equallogic.com>
2324 * MAINTAINERS: (Write After Approval): Add myself.
2326 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2328 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2330 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2332 * MAINTAINERS: Change my mailing address.
2334 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2336 * MAINTAINERS (Write After Approval): Remove myself.
2337 (Various Maintainers: c++ runtime libs): Add myself.
2339 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2341 * MAINTAINERS (Write After Approval): Remove myself.
2342 (Various Maintainers: c++ runtime libs): Add myself.
2344 2002-08-15 Eric Christopher <echristo@redhat.com>
2346 * config.sub: Import from master repository.
2347 * config.guess: Ditto.
2349 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
2351 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2352 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2353 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2355 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
2357 * MAINTAINERS: Add self to rs6000 vector extensions.
2359 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
2361 * libiberty/configure: Reverted unintended yesterday's check in.
2363 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
2365 * boehm-gc/configure, libf2c/configure: Rebuilt.
2366 * libffi/configure, libiberty/configure: Ditto.
2367 * libjava/configure, libobjc/configure: Ditto.
2368 * libstdc++-v3/configure, zlib/configure: Ditto.
2369 Merged from binutils:
2370 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2371 From Steve Ellcey <sje@cup.hp.com>:
2372 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2373 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2374 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2376 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2377 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2378 soname_spec, sys_lib_search_path_spec): Ditto.
2380 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2382 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2384 2002-08-04 H.J. Lu (hjl@gnu.org)
2386 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2388 2002-08-02 Krister Walfridsson <cato@df.lth.se>
2390 * MAINTAINERS (Write After Approval): Add myself.
2392 2002-07-31 Alan Modra <amodra@bigpond.net.au>
2394 * configure.in: Move generic linux case to end. Copy generic
2395 linux noconfigdirs to mips*-*-linux* entry and new
2396 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2398 2002-07-19 Michael Matz <matz@suse.de>
2400 * MAINTAINERS: Add myself as ra* maintainer.
2402 2002-07-16 Chris Demetriou <cgd@broadcom.com>
2404 * config.guess: Update to 2002-07-09 version.
2405 * config.sub: Update to 2002-07-03 version.
2407 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
2409 * MAINTAINERS: Fix typo in a maintainer email address.
2411 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2413 * configure.in: Remove two redundant tests.
2415 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2417 * configure.in (mips*-*-irix6*o32): Enable stabs.
2419 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2421 * configure.in: Don't build grez.
2422 * Makefile.in: Ditto.
2424 * Makefile.in: Remove references to bsp, cygmon, libstub.
2425 * configure.in: Ditto.
2427 * configure.in: Remove leftover reference to gdbtest.
2429 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
2431 * configure.in (gxx_include_dir): Change to match versioned
2432 C++ headers if --enable-version-specific-runtime-libs is used.
2434 2002-07-04 Steve Ellcey <sje@cup.hp.com>
2436 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2438 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2440 * configure.in: Make --without-x work.
2442 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2444 * configure.in: Rearrange target Makefile fragment collection.
2446 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2448 * configure.in: Ditto.
2450 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
2452 * MAINTAINERS (Write After Approval): Update my e-mail address.
2454 2002-06-24 Ben Elliston <bje@redhat.com>
2456 * configure.in (host_tools): Remove cgen.
2458 * Makefile.in (all-cgen): Remove; runs from its source directory.
2459 (check-cgen, install-cgen, clean-cgen): Likewise.
2460 (all-opcodes): Do not depend on all-cgen.
2461 (all-sim): Likewise.
2463 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2465 * Makefile.in: Eliminate 'apache' targets.
2466 * configure.in: Eliminate 'apache' targets.
2468 * configure.in: Eliminate redundant tests. Reorganize.
2470 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2472 * config-ml.in: Eliminate references to Cygnus configure.
2474 * Makefile.in: Eliminate references to building emacs.
2476 2002-06-28 Graham Stott <graham.stott@btinternet.com>
2478 * MAINTAINERS: Update my email address.
2480 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
2482 * config.if (libstdcxx_incdir): Version C++ headers.
2483 (cxx_incdir): Remove.
2485 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
2487 * MAINTAINERS (Write After Approval): Add self.
2489 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
2491 * configure.in: Add support for ip2k.
2493 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2495 * configure.in: Fix AIX configury bug.
2497 2002-06-20 Steve Ellcey <sje@cup.hp.com>
2499 * MAINTAINERS (Write After Approval): Add self.
2501 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2503 * configure.in: replace ${topsrcdir} with ${srcdir}
2505 * configure.in: Move definition of libstdcxx_flags
2506 right above usage, rather than waaay earlier.
2508 * configure.in: Pull definition of is_cross_compiler earlier.
2510 * configure.in: Rearrange a little.
2512 * configure.in: Remove references to librx.
2513 * Makefile.in: Remove references to librx.
2515 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
2517 * config.sub: Add support for avr target.
2518 Import from master sources, rev 1.255
2520 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
2522 * configure, .cvsignore: Revert previous change...
2523 * Makefile: ...delete.
2525 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2527 * configure.in: Eliminate ${gasdir} variable.
2529 2002-06-18 Dave Brolley <brolley@redhat.com>
2531 * configure.in: Add support for frv.
2532 * config.sub: Add support for frv.
2534 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2536 * configure: Remove garbage from previous commit.
2538 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
2540 * configure: For in-source builds, make a subdir and re-exec there.
2541 * Makefile: New file. Pass targets through to build directory.
2542 * .cvsignore: No longer ignore "Makefile".
2544 2002-06-16 Douglas Rupp <rupp@gnat.com>
2546 * MAINTAINERS (Write After Approval): Add self.
2548 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2550 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2552 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2554 * configure.in (vax-*-netbsd*): Re-enable gas.
2556 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2558 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2559 BUILD_PREFIX_1, to correct nomenclature.
2560 * configure: Likewise.
2562 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2563 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2565 2002-05-31 Olaf Hering <olh@suse.de>
2567 * config-ml.in: Propogate DESTDIR also.
2569 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2571 * configure.in (vax-*-netbsd*): Don't build gas for this
2574 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2576 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2579 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2581 * MAINTAINERS (Write After Approval): Add myself.
2583 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2585 * config.guess: Update to 2002-05-22 version.
2586 * config.sub: Likewise.
2588 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2590 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2591 * config-ml.in: Likewise.
2592 * configure: Likewise.
2593 * configure.in: Likewise.
2595 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2597 * MAINTAINERS: Update my email address.
2599 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2601 * configure.in: Simplify makefile fragment collection.
2603 * configure.in: Remove code to build emacs.
2605 * configure.in : Remove --srcdir argument from targargs and buildargs
2606 (it's always overridden in the Makefile anyway). Rearrange a bit.
2608 * configure: Move some logic to configure.in.
2609 * configure.in: Move some logic from configure.
2611 2002-05-11 Tom Tromey <tromey@redhat.com>
2613 * MAINTAINERS: Reflect libgcj reality.
2615 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2617 * Makefile.in: Honour DESTDIR.
2619 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2621 * config.guess: Import 2002-03-20 version.
2622 * config.sub: Import 2002-04-26 version.
2624 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2626 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2628 2002-05-07 Tim Josling <tej@melbpc.org.au>
2630 * MAINTAINERS: Add self.
2632 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2634 * ltmain.sh: Detect and handle object name conflicts
2635 while piecewise linking a static library.
2637 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2639 * configure.in (noconfigdirs): Don't disable libgcj on
2640 sparc64-*-solaris* and sparcv9-*-solaris*.
2642 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
2644 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2646 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2648 * configure.in (FLAGS_FOR_TARGET): Do not add
2649 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2650 on i[3456]86-*-linux*.
2652 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2654 * configure.in (noconfigdirs): Replace [ ] with test.
2656 * configure.in (noconfigdirs): Do not add target-newlib if
2657 target == i[3456]86-*-linux*, and host == target.
2659 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2661 * configure.in: delete reference to absent file
2663 * configure.in: replace '[' with 'test'
2665 * configure.in: Eliminate references to gash.
2666 * Makefile.in: Eliminate references to gash.
2668 * configure.in: remove useless references to 'pic' makefile fragments.
2670 * configure.in: (*-*-windows*) Finish removing.
2672 * configure.in: Eliminate redundant test for libgui.
2674 2002-04-29 Roger Sayle <roger@eyesopen.com>
2676 * MAINTAINERS: Add self and realphabetize. Update entries
2677 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2678 entry for a29k port maintainer.
2680 2002-04-26 Joel Sherrill <joel@OARcorp.com>
2682 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2683 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2685 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2687 * configure.in: remove references to dead files
2689 2002-04-19 Mark Mitchell <mark@codesourcery.com>
2691 * MAINTAINERS: Add information about purpose of this file.
2693 2002-04-18 Tom Tromey <tromey@redhat.com>
2695 * configure.in: Disallow configuring libgcj when it is already
2696 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2697 Solaris 2.8 by default. For PR libgcj/6158.
2699 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2701 * configure.in: Move default CC setting out of config/mh-* fragments
2704 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2706 * configure.in: don't even try to configure or make a subdirectory
2707 if there's no configure script for it.
2709 2002-04-15 Mark Mitchell <mark@codesourcery.com>
2711 * MAINTAINERS: Remove chill maintainers.
2712 * Makefile.in (CHILLFLAGS): Remove.
2713 (CHILL_LIB): Remove.
2714 (TARGET_CONFIGDIRS): Remove libchill.
2715 (CHILL_FOR_TARGET): Remove.
2716 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2718 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2719 (CHECK_TARGET_MODULES): Likewise.
2720 (INSTALL_TARGET_MODULES): Likewise.
2721 (CLEAN_TARGET_MODULES): Likewise.
2722 (configure-target-libchill): Remove.
2723 (all-target-libchill): Remove.
2724 * configure.in (target_libs): Remove target-libchill.
2725 Do not compute CHILL_FOR_TARGET.
2726 * libchill: Remove directory.
2728 2002-04-11 DJ Delorie <dj@redhat.com>
2730 * Makefile.in, configure.in: Sync with binutils, entries
2733 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2735 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2736 (do-tar, do-bz2): New rules.
2737 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2738 (gdb-tar): New rule.
2739 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2740 (insight_dejagnu.tar): New rule.
2741 (insight.tar): New rule.
2742 (gdb+dejagnu.tar): New rule.
2743 (gdb.tar): New rule.
2745 2002-02-01 Mo DeJong <supermo@bayarea.net>
2747 * Makefile.in: Add all-tix to deps for all-snavigator
2748 so that tix is built when building snavigator.
2750 2002-01-11 Steve Ellcey <sje@cup.hp.com>
2752 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2753 ld and gdb are not supported.
2755 2002-01-07 Mark Salter <msalter@redhat.com>
2757 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2758 Allow target-libgloss to be built for arm, strongarm, and xscale.
2760 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2762 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2763 options for i[3456]86-pc-linux* native builds.
2765 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2767 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2768 files from .po files for a distribution.
2770 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
2772 * configure.in: Enable libstdc++-v3 for h8300 targets.
2774 2001-06-19 Alan Modra <amodra@bigpond.net.au>
2776 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2779 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2781 * Makefile.in (VER): When present, extract the version number from
2782 the file version.in.
2784 2001-05-24 Tom Rix <trix@redhat.com>
2786 * configure.in : enable ld for aix
2788 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2790 * config.guess: Add linux target for S/390.
2792 2000-11-07 Philip Blundell <pb@futuretv.com>
2794 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2796 2000-11-03 Philip Blundell <pb@futuretv.com>
2798 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2801 2001-01-15 Ben Elliston <bje@redhat.com>
2803 * configure.in (host_tools): Add sid.
2804 Always configure cgen.
2806 2000-11-24 Nick Clifton <nickc@redhat.com>
2808 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2811 2000-08-20 Doug Evans <dje@casey.transmeta.com>
2813 * Makefile.in (ALL_MODULES): Add all-cgen.
2814 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2815 (all-cgen): New target.
2816 (all-opcodes,all-sim): Depend on all-cgen.
2817 * configure.in (host_tools): Add cgen.
2818 Only configure cgen if --enable-cgen-maint.
2820 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
2822 * configure.in: Add *-*-freebsd* configurations.
2824 2002-04-08 Tom Tromey <tromey@redhat.com>
2826 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2827 Fixes PR libgcj/6068.
2829 2002-03-30 Krister Walfridsson <cato@df.lth.se>
2831 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2833 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2835 * configure.in (alpha*-dec-osf*): Enable libgcj.
2837 2003-03-27 Matthew Gingell <gingell@gnat.com>
2839 * MAINTAINERS (Write After Approval): Add myself.
2841 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2843 Fix for: PR bootstrap/3591, target/5676
2844 * configure.in (mcore-pe): Disable the configuration of
2845 libstdc++-v3 since exceptions are not supported.
2847 2002-03-20 Anthony Green <green@redhat.com>
2849 * configure.in: Enable libgcj for xscale-elf target.
2851 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2853 * MAINTAINERS: Update my email address.
2855 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
2857 * ltmain.sh (relink_command): Fix typo in previous change.
2859 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2861 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2862 (relink_command): Added --tag flags.
2863 (mode=install): If relinking fails; error out.
2865 2002-03-12 Richard Henderson <rth@redhat.com>
2867 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2869 (do-check): Rename from check.
2870 (check): Allow parallel check.
2872 2002-03-12 Bob Wilson <bob.wilson@acm.org>
2874 * MAINTAINERS: Add myself as maintainer for xtensa port.
2875 Fix alphabetical order in CPU port maintainer list.
2876 Remove myself from Write After Approval list.
2878 2002-03-11 Richard Henderson <rth@redhat.com>
2880 * Makefile.in (.NOTPARALLEL): Add fake tag.
2882 2002-03-07 H.J. Lu (hjl@gnu.org)
2884 * configure.in: Enable gprof for mips*-*-linux*.
2886 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2888 * MAINTAINERS (Write After Approval): Add myself.
2890 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
2892 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2894 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2896 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
2898 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2899 because its Makefile is there; test for the executable instead.
2901 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
2903 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2904 libstdc++-v3 and libjava.
2906 2002-02-11 Adam Megacz <adam@xwt.org>
2908 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2911 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
2913 * config.guess: Updated to 2002-01-30's version.
2914 * config.sub: Updated to 2002-02-01's version.
2915 Contribute sh64-elf.
2916 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2917 * configure.in: Added sh64-*-*.
2919 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2921 * MAINTAINERS: Belatedly add myself to write after approval list.
2923 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2925 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2926 Remove self as Write After Approval.
2928 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
2930 * MAINTAINERS: Put self in as maintainer for contrib/regression
2933 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
2935 * MAINTAINERS: Update my email address.
2937 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2939 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2940 target-libiberty, and target-libgloss. Skip Java-related
2941 libraries if not supported for NetBSD on target CPU.
2943 2002-01-25 Douglas B Rupp <rupp@gnat.com>
2945 * install-sh: Use _inst.$$_ for temp file name.
2947 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
2949 * MAINTAINERS (Write After Approval): Move my contact info
2951 (OS Port Maintainers): ...to here (netbsd).
2953 2002-01-22 Bob Wilson <bob.wilson@acm.org>
2955 * MAINTAINERS (Write After Approval): Add myself.
2957 2002-01-17 H.J. Lu <hjl@gnu.org>
2959 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2960 (all-target-fastjar): Also depend on all-target-libiberty.
2962 2002-01-16 H.J. Lu (hjl@gnu.org)
2964 * config.guess: Import from master sources, rev 1.225.
2965 * config.sub: Import from master sources, rev 1.238.
2967 2002-01-16 Kazu Hirata <kazu@hxi.com>
2969 * MAINTAINERS (Write After Approval): Remove myself.
2971 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
2973 * MAINTAINERS (Write After Approval): Add myself.
2975 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2977 * MAINTAINERS: Add self as docs co-maintainer.
2979 2001-12-11 Matthias Klose <doko@debian.org>
2981 * MAINTAINERS (Write After Approval): Add myself.
2983 2001-12-09 Zack Weinberg <zack@codesourcery.com>
2985 * MAINTAINERS: Update my email address.
2987 2001-12-07 Turly O'Connor <turly@apple.com>
2988 * MAINTAINERS (Write After Approval): Add myself.
2989 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2990 (rs6000_initialize_trampoline): Call __trampoline_setup for
2992 * darwin-tramp.asm: New file, implements __trampoline_setup.
2993 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
2995 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
2997 * MAINTAINERS (Write After Approval): Add myself.
2999 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3001 * configure, configure.in: Use temp file for long sed commands.
3003 2001-12-03 Laurent Guerby <guerby@acm.org>
3005 * config.sub: Update to version 1.232 on subversion.
3007 2001-12-03 Ben Elliston <bje@redhat.com>
3009 * MAINTAINERS: Update mail address for config.* patches.
3011 2001-11-27 DJ Delorie <dj@redhat.com>
3012 Zack Weinberg <zack@codesourcery.com>
3014 When build != host, create libiberty for the build machine.
3016 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3018 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3020 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3022 (all.normal): Depend on ALL_BUILD_MODULES.
3023 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3024 (all-build-libiberty): Depend on configure-build-libiberty.
3026 * configure: Calculate and substitute proper value for
3028 * configure.in: Create the build subdirectory.
3029 Calculate and substitute TARGET_CONFIGARGS (formerly
3030 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3032 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3034 * MAINTAINERS (write-after-approval): Add self.
3036 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3038 * MAINTAINERS (GNATS only accounts): Remove self.
3040 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3042 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3045 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3047 * MAINTAINERS (Write After Approval): Add self.
3049 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3051 * MAINTAINERS: mips and s390 are also CPU ports.
3053 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3055 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3057 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3059 * MAINTAINERS: Alphabetize.
3061 2001-11-09 Kazu Hirata <kazu@hxi.com>
3063 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3065 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3067 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3069 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3071 * configure.in (--enable-languages): Be more permissive about
3072 syntax. Check for empty lists better. Warn about $LANGUAGES.
3074 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3076 * config.sub: Import from master sources, rev. 1.230.
3077 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3079 2001-11-07 Laurent Guerby <guerby@acm.org>
3081 * MAINTAINERS (Write After Approval): Add self.
3083 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3085 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3087 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3089 * config.sub: Import from master sources, rev 1.226.
3090 * config.guess: Import from master sources, rev 1.216.
3092 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3094 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3095 * MAINTAINERS: Add self as maintainer of MMIX port.
3096 Remove old after-approval entry.
3098 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3100 * ChangeLog, configure: Fix spelling errors.
3102 2001-10-20 Brendan Kehoe <brendan@zen.org>
3104 * MAINTAINERS: Tweak my address.
3106 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
3108 * MAINTAINERS: Update my email address.
3110 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3112 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3113 * MAINTAINERS: Add self as maintainer of CRIS port.
3115 2001-10-10 Geert Bosch <bosch@gnat.com>
3117 * MAINTAINERS (Various maintainers: Ada front end):
3120 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
3122 * MAINTAINERS (Write After Approval): Added self
3124 2001-10-02 Geert Bosch <bosch@gnat.com>
3126 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3128 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3130 * configure: Handle temporary files securely using mkdir.
3132 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
3134 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3136 2001-09-26 Will Cohen <wcohen@redhat.com>
3138 * configure.in (*-*-linux*): Disable configuration of target-newlib
3139 and target-libgloss.
3141 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3143 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3146 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
3148 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3149 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3150 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3151 avoid quotes nesting problems.
3152 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3153 (DO_X): Export only variables that are set.
3155 2001-09-19 Ben Elliston <bje@redhat.com>
3157 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3158 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3159 semantics. Use the shell built-in "type" command instead.
3161 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
3163 Merged from gcc-3_0-branch:
3164 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3165 * ltcf-c.sh: Use $objext, not $ac_objext.
3166 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3167 * ltcf-cxx.sh: Add support for GNU.
3168 2001-07-22 Timothy Wall <twall@redhat.com>
3169 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3170 default settings if using GNU tools with that configuration.
3171 * ltcf-cxx.sh: Ditto.
3172 * ltcf-gcj.sh: Ditto.
3173 2001-07-21 Michael Chastain <chastain@redhat.com>
3174 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3175 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3176 * ltmain.sh: Mark as gcc-local.
3178 2001-08-30 Eric Christopher <echristo@redhat.com>
3179 Jason Eckhardt <jle@redhat.com>
3181 * config.guess: Merge from master sources.
3182 * config.sub: Merge from master sources, add support for mipsisa32.
3184 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
3185 * config.sub: Merge from master sources, rev 1.219.
3186 * MAINTAINERS: Add self as contact for stormy16 port.
3188 2001-08-14 Zack Weinberg <zackw@panix.com>
3190 * config.sub: Merge from master sources, rev 1.218.
3191 * config.guess: Merge from master sources, rev 1.209.
3193 2001-08-11 Graham Stott <grahams@redhat.com>
3195 * Makefile.in (check-c++): Add missing semicolon.
3197 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
3199 * MAINTAINERS (Various maitainers: predict.def): Added myself.
3201 2001-07-30 Eric Christopher <echristo@redhat.com>
3203 * MAINTAINERS (Various maintainers: mips port): Added myself.
3205 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3207 * configure.in (sh-*-linux*): New.
3209 2001-07-27 Richard Henderson <rth@redhat.com>
3211 * .cvsignore: Add LAST_UPDATED.
3213 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
3215 * MAINTAINERS (Various maintainers: s390 port): Added myself.
3217 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
3219 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3221 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
3223 * MAINTAINERS (Write After Approval): Added myself.
3225 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3227 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3228 and libgcj on m68hc11/m68hc12.
3230 2001-06-27 H.J. Lu (hjl@gnu.org)
3232 * Makefile (CFLAGS_FOR_BUILD): New.
3233 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3235 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3237 * README: Remove version number.
3239 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3241 * INSTALL/README: Update wrt. to the installation instructions now
3242 residing in gcc/doc/install.texi.
3244 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
3246 * README: Replace with a cut-down and updated version of gcc/README.
3248 2001-06-12 David Edelsohn <edelsohn@gnu.org>
3250 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3251 multilibs to be disabled.
3253 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
3255 * MAINTAINERS (Write After Approval): Add myself.
3257 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
3259 * config.guess: Import CVS version 1.195.
3260 * config.sub: Import CVS version 1.212.
3262 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3264 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3265 gcc/xgcc is built, use -print-prog-name to find out the program
3268 2001-06-04 Phil Edwards <pme@sources.redhat.com>
3270 * config.guess: Import CVS version 1.194. All gcc-local changes
3271 appear to also be in the master copy.
3272 * config.sub: Import CVS version 1.211.
3274 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
3276 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3277 with_gcc]: Use `gcc -shared' to build a shared library.
3279 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
3281 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3284 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3286 * MAINTAINERS (Write After Approval): Add myself.
3288 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3290 * configure.in (libstdcxx_flags): Do not try to execute
3291 libstdc++-v3/testsuite_flags until it exists.
3293 2001-06-01 Alan Modra <amodra@bigpond.net.au>
3295 * MAINTAINERS: Update my email address.
3297 2001-05-31 Graham Stott <grahams@redhat.com>
3299 * MAINTAINERS (Write After Approval): Add myself.
3301 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
3303 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3304 libraries when using g++ with native linker.
3306 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
3308 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3310 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3312 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3313 [aix4*|aix5*]: Prepend blank.
3315 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
3317 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3318 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3319 of subdir/configure scripts to use the new libtool.m4.
3321 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3323 * MAINTAINERS (Write After Approval): Add myself.
3325 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3327 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3329 2001-05-11 Ben Elliston <bje@redhat.com>
3331 * Makefile.in (all-sid): New target.
3332 (check-sid, clean-sid, install-sid): Likewise.
3334 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3336 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3338 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3340 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3343 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
3345 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3346 gcc/xgcc is built, use -print-prog-name to find out the program
3349 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
3351 * configure.in (noconfigdirs): Don't reset it from scratch in the
3352 target case; only append to it.
3354 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3355 sparc-*-solaris2.8]: Disable ${libgcj}.
3357 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
3359 * configure.in (libgcj_saved): Copy from $libgcj.
3360 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3363 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
3365 * MAINTAINERS: Remove self as MIPS maintainer and
3366 C front end maintainer.
3368 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3370 * configure.in: Move *-chorusos target case to the proper switch.
3373 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3375 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3378 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3380 * Makefile.in (STAGE1_CFLAGS): Pass down.
3382 2001-04-13 Alan Modra <amodra@one.net.au>
3384 * config.guess: Add hppa64-linux support. Note for next import that
3385 this is already in the master file.
3386 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3388 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
3390 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3391 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3393 2001-04-11 Stan Shebs <shebs@apple.com>
3395 * MAINTAINERS: Add self as Darwin port maintainer.
3397 2001-04-11 Alan Modra <amodra@one.net.au>
3399 * MAINTAINERS: Update my email address.
3401 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
3403 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3404 recent versions of FreeBSD (release 3 or later).
3405 * ltconfig: On FreeBSD, -lc must not be provided when building
3406 a shared library or else the standard -pthread gcc option is
3407 rendered worthless to later users of the built library.
3409 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
3411 * MAINTAINERS: Add self and RTH as C front end maintainers.
3413 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
3415 * config.sub: Make sure to match an already-canonicalized
3416 machine name (eg. mn10300-unknown-elf).
3418 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
3420 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3422 (bootstrap, cross): Use RECURSE_FLAGS.
3423 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3425 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
3427 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3429 2001-03-22 Colin Howell <chowell@redhat.com>
3431 * Makefile.in (DO_X): Do not backslash single-quotes in
3432 backquotes (two places).
3434 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3437 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3438 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3439 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3440 * ltcf-cxx.sh: Likewise.
3441 * ltcf-gcj.sh: Likewise.
3443 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3445 * MAINTAINERS: Add myself as "documentation co-maintainer".
3447 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
3449 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3450 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3452 2001-03-19 Tom Tromey <tromey@redhat.com>
3454 * config-ml.in: Handle GCJ and GCJFLAGS.
3456 2001-03-21 Michael Chastain <chastain@redhat.com>
3458 * Makefile.in: all-m4 depends on all-texinfo.
3460 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
3462 * MAINTAINERS: Add myself to write after approval list.
3464 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3466 * Makefile.in (DO_X): Quote nested quotes.
3468 2001-03-18 Alan Modra <alan@linuxcare.com.au>
3470 * MAINTAINERS: Add myself to write after approval list.
3472 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3474 * Makefile.in (DO_X): Use double quotes for quoting
3475 "RANLIB=$${RANLIB}".
3477 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
3479 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
3481 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3483 * configure.in: Only use `lang_requires' for languages athat are
3486 2001-03-08 Phil Edwards <pme@sources.redhat.com>
3488 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
3490 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
3492 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3494 2001-03-07 Tom Tromey <tromey@redhat.com>
3496 * configure.in: Allow config-lang.in to set `lang_requires' to list
3497 of other required languages.
3499 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3501 * Makefile.in: Remove RANLIB definition. Use RANLIB
3502 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3503 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3505 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3506 Alexandre Oliva <aoliva@redhat.com>
3508 * Makefile.in (check-c++): Use tabs, not spaces.
3510 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
3512 * MAINTAINERS: add myself to Write After Approval list.
3514 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3516 * Makefile.in (check-c++): New rule.
3518 * configure.in (target_libs): Remove libg++.
3519 (noconfigdirs): Remove libg++.
3520 (noconfigdirs): Same.
3521 (noconfigdirs): Same.
3522 (noconfigdirs): Same.
3524 * config-ml.in: Remove libg++ references.
3526 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3527 (ALL_TARGET_MODULES): Same.
3528 (configure-target-libg++): Remove.
3529 (all-target-libg++): Remove.
3530 (configure-target-libio): Remove.
3531 (all-target-libio): Remove.
3532 (check-target-libio): Remove.
3534 (libg++.tar.bz2): Remove.
3535 (all-target-cygmon): Remove libio.
3536 (all-target-libstdc++): Remove.
3537 (configure-target-libstdc++): Remove.
3538 (TARGET_LIB_PATH): Remove libstdc++.
3539 (ALL_GCC_CXX): Remove libstdc++.
3540 (all-target-gperf): Correct.
3542 2001-02-16 Nick Clifton <nickc@redhat.com>
3544 * configure.in (noconfigdirs): Allow configuration of texinfo
3547 2001-02-15 Anthony Green <green@redhat.com>
3549 * configure: Introduce GCJ_FOR_TARGET.
3550 * configure.in: Ditto.
3551 * Makefile.in: Ditto.
3553 2001-02-13 Andreas Schwab <schwab@suse.de>
3555 * MAINTAINERS: Update mail address.
3557 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3559 * config.guess: Add linux target for S/390.
3560 * config.sub: Likewise.
3562 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3564 * configure.in: for *-chorusos, don't config target-newlib and
3567 2001-02-06 Ben Elliston <bje@redhat.com>
3569 * configure: Output host type to stdout, not stderr.
3571 2001-02-05 Mark Mitchell <mark@codesourcery.com>
3573 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3574 * ltcf-cxx.sh: Likewise.
3576 * config.if: Assume enable_libstdcxx_v3 is defined.
3578 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3580 Remove V2 C++ library.
3581 * configure.in: Remove --enable-libstdcxx_v3 support.
3583 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3585 * include/demangle.h: Add prototype for java_demangle_v3.
3587 2001-01-29 Phil Edwards <pme@sources.redhat.com>
3589 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3591 2001-01-27 Richard Henderson <rth@redhat.com>
3593 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3595 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3597 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3598 Don't unset, it's non-portable and no longer necessary, set to empty
3601 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3603 * ltconfig: Shell portability fix for the tagname validity check.
3605 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
3607 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3608 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3610 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3612 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3614 2001-01-26 Tom Tromey <tromey@redhat.com>
3616 * configure.in: Allow libgcj to be built on Sparc Solaris.
3618 2001-01-25 David Edelsohn <edelsohn@gnu.org>
3620 * ltcf-c.sh: Add aix5 case.
3621 * ltcf-cxx.sh: Likewise.
3622 * ltconfig: Likewise.
3624 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
3626 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3627 keep at least one of build_libtool_libs or build_old_libs set to
3630 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3631 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3633 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3635 * configure.in: Enable libgcj on several additional platforms.
3637 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3639 * configure.in: Enable libgcj for linux targets.
3641 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3643 * MAINTAINERS (Write After Approval): Add myself.
3645 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3647 * MAINTAINERS: Add myself as vax port maintainer.
3649 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3651 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3653 2001-01-09 Mike Stump <mrs@wrs.com>
3655 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3656 failures of subdirectories.
3658 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3660 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3661 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3662 * ltcf-cxx.sh: Likewise.
3663 * ltcf-gcj.sh: Likewise.
3664 * ltconfig.sh: Fix typo.
3666 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3668 * configure: handle DOS-style absolute paths.
3670 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3672 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3674 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3676 * MAINTAINERS: Add myself as avr port co-maintainer.
3678 2000-12-28 Ben Elliston <bje@redhat.com>
3680 * MAINTAINERS: Add myself under ``Write After Approval''.
3682 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3684 * texinfo: Remove directory from GCC.
3686 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3688 * COPYING: Update to current
3689 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3690 to 19yy as example year in copyright notice).
3692 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3694 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3695 (libstdcxx_incdir): Pass down.
3696 * config.if: Remove expired bits for cxx_interface, add stub.
3697 (libstdcxx_incdir): Add variable for g++ include directory.
3698 * configure.in (gxx_include_dir): Use it.
3700 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
3702 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
3703 with old-email address from ``Write After Approval''.