1 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4 gcc_version, and gcc_version_trigger from set of flags to pass.
5 * Makefile.tpl: Remove definitions of above variables.
6 (config.status): Remove dependency on $(gcc_version_trigger).
7 * Makefile.in: Regenerate.
8 * configure.in: Do not reference config/gcc-version.m4 nor
9 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
11 * configure: Regenerate.
13 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
14 Andrew Pinski <pinskia@physics.uc.edu>
16 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
17 * Makefile.in: Regenerate.
19 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
21 * MAINTAINERS (Write After Approval): Add myself.
23 2005-03-03 David Ayers <d.ayers@inode.at>
25 * MAINTAINERS (Write After Approval): Add myself.
27 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
30 * ltmain.sh: Avoid creating archives with components that have
33 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
36 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
38 * Makefile.in: Regenerate.
40 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
42 * Makefile.in: Regenerate to fix conflict between the previous two
45 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
48 * Makefile.def (target_modules): Remove "stage", now unnecessary.
49 * Makefile.tpl (HOST_SUBDIR): New substitution.
50 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
51 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
52 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
53 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
54 (Host modules, Bootstrapped modules): Use it.
55 (Build modules, Target modules): Do not create symlink trees,
56 always configure out-of-srcdir.
57 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
58 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
59 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
60 $(HOST_SUBDIR). Create a symlink for host_subdir.
62 * Makefile.in: Regenerate.
63 * configure: Regenerate.
65 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
67 Merged from libada-gnattools-branch:
68 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
70 * gnattools: New directory.
71 * Makefile.def: Add gnattools as a module, depending on target-libada.
72 * Makefile.in: Regenerate.
73 * configure.in: Include gnattools in host_tools; disable it if ada
75 * configure: Regenerate.
77 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
79 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
81 (Write After Approval): Remove myself.
83 2005-02-23 Paul Schlie <schlie@comcast.net>
85 * configure.in: Allow darwin targeted ports to build tk, itcl and
87 * configure: Regenerate.
89 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
92 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
93 * configure: Regenerate.
95 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
97 * MAINTAINERS (Write After Approval): Add myself.
99 2005-02-10 Ian Lance Taylor <ian@airs.com>
101 * MAINTAINERS: Update my e-mail address.
103 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
105 * MAINTAINERS (Write After Approval): Add myself.
107 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
109 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
110 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
111 target-libgloss when not *-*-elf and *-*-aout.
112 * configure: Regenerate.
114 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
116 * MAINTAINERS: Remove obsolete entries.
118 * MAINTAINERS (Write After Approval): Add Michael Matz.
120 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
122 * MAINTAINERS: Remove self as cpplib maintainer.
124 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
126 * install-sh, config.sub: Import from upstream.
128 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
131 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
132 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
133 * Makefile.in: Regenerate.
135 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
137 * MAINTAINERS: Update my email address.
139 2005-01-12 David Edelsohn <edelsohn@gnu.org>
140 Andreas Schwab <schwab@suse.de>
143 * config-ml.in: Eval option if surrounded by single quotes.
145 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
147 Revert 2004-12-28 Makefile changes, a better fix will be
148 applied to mainline and src after GCC 4.0 branches.
150 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
154 * Makefile.def (target_modules): Remove stage parameter,
155 it is always true now.
156 * Makefile.tpl (configure-build-[+module+],
157 configure-target-[+module+]): Always build symlink tree
158 for the directory and for include. BUILD_SUBDIR and
159 TARGET_SUBDIR cannot be . anymore.
160 * Makefile.in: Regenerate.
162 2004-12-25 David Edelsohn <edelsohn@gnu.org>
164 Revert 2004-12-08 Makefile changes.
166 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
168 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
171 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
173 * configure.in (sh64-*-*): Reenable gprof.
174 * configure: Regenerate.
176 2004-12-08 David Edelsohn <edelsohn@gnu.org>
178 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
179 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
180 (EXTRA_TARGET_FLAGS): Add PICFLAG.
181 * Makefile.in: Regenerate.
183 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
185 * MAINTAINERS: Update my email address.
187 2004-12-07 Matt Kraai <kraai@ftbfs.org>
189 * Makefile.tpl: Generate normal dependencies if the LHS module is
191 * Makefile.in: Regenerate.
193 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
195 * configure.in: Include config/gxx-include-dir.m4. Use
196 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
197 * configure: Regenerate.
199 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
202 * configure.in: Set libstdcxx_incdir directly.
203 * configure: Regenerate.
205 2004-12-02 Eric Christopher <echristo@redhat.com>
207 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
208 * Makefile.in: Regenerate.
210 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
212 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
213 * configure: Regenerate.
215 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
217 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
218 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
219 * configure: Regenerate.
221 2004-12-01 Eric Christopher <echristo@redhat.com>
223 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
226 2004-11-29 Matt Kraai <kraai@ftbfs.org>
228 * MAINTAINERS (Write After Approval): Update my e-mail address.
230 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
232 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
233 from CVS libtool to always pass_all.
235 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
237 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
238 (hppa*64*-*-*): Delete incorrect comment.
239 * configure: Rebuilt.
241 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
243 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
245 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
247 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
248 from CVS libtool to always pass_all.
250 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
252 * install-sh, compile: Import from automake.
254 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
256 * config.guess, config.sub: Import from savannnah.
258 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
260 * MAINTAINERS (Write After Approval): Add myself
262 2004-11-12 Mike Stump <mrs@apple.com>
264 * Makefile.def: Add html support.
265 * Makefile.tpl: Likewise.
266 * Makefile.in: Regenerate.
268 2004-11-11 Geoffrey Keating <geoffk@apple.com>
271 * configure.in: Remove all instances of build-fixincludes from
273 (build_configargs): Supply --target to subdirectories.
274 * configure: Regenerate.
276 * Makefile.def: Make gcc install depend on fixincludes install.
277 * Makefile.in: Regenerate.
279 2004-11-10 Janis Johnson <janis187@us.ibm.com>
281 * MAINTAINERS: Add myself as gcc testsuite maintainer.
283 2004-11-11 Paul Brook <paul@codesourcery.com>
285 * MAINTAINERS: Add self as arm maintainer. Update email address.
287 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
289 * configure.in (noconfigdirs) [mmix-*-*]: Disable
291 * configure: Regenerate.
293 2004-11-07 David Edelsohn <edelsohn@gnu.org>
295 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
298 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
300 * Makefile.def (host fixincludes): Specify missing targets.
301 * Makefile.in: Regenerate.
303 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
305 * MAINTAINERS: Add myself
307 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
309 * MAINTAINERS (Write After Approval): Add myself.
311 2004-11-04 Geoffrey Keating <geoffk@apple.com>
313 * Makefile.def: Build fixincludes for the host, too.
314 * Makefile.in: Regenerate.
315 * configure.in (host_tools): Add fixincludes.
316 * configure: Regenerate.
318 2004-11-04 Daniel Jacobowitz <dan@debian.org>
320 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
321 * configure: Regenerated.
323 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
326 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
327 * configure: Regenerated.
329 2004-10-31 Mark Mitchell <mark@codesourcery.com>
331 * README.SCO: Update per FSF instructions.
333 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
336 * configure.in (case ${target}): Do not build fixincludes for avr.
337 * configure: Regenerated.
339 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
341 * configure.in (case ${target}): Do not build fixincludes
342 on platforms where it is not used.
343 * configure: Regenerated.
345 2004-10-23 Daniel Jacobowitz <dan@debian.org>
347 * configure.in: Use an absolute path to install-sh.
348 * configure: Regenerated.
350 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
352 * MAINTAINERS (Write After Approval): Add myself.
354 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
356 * MAINTAINERS: Remove from Write After Approval those that are
359 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
361 * MAINTAINERS: Update my email address.
363 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
365 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
366 * configure: Regenerate.
368 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
370 * MAINTAINERS: Update my email address.
372 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
374 * MAINTAINERS (Language Front Ends Maintainers): New. Move
375 entries belonging to this category.
377 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
379 * MAINTAINERS: Update my e-mail address.
381 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
383 Fix wrong conflict resolution in:
385 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
387 * Makefile.in: Regenerate.
388 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
389 in the recursive `make', instead of hardwiring `all'.
390 (Autogenerated TARGET-* variables): New.
392 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
394 * configure.in: Enable target-libgloss for crx-*-*.
395 * configure: Regenerate.
397 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
399 * MAINTAINERS (Various Maintainers): Move the "windows,
400 cygwin, mingw" maintainer to ...
401 (OS Port Maintainers): ... here.
403 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
405 * MAINTAINERS (Write After Approval): Remove those that are
406 maintainers of some subsystem.
408 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
410 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
411 * ltcf-cxx.sh (tpf*): Likewise.
412 * ltconfig (tpf*): Add TPF OS configuration support.
414 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
416 * MAINTAINERS: Change my email address to my new work account.
418 2004-09-24 Michael Roth <mroth@nessie.de>
420 * configure.in (--without-headers): Add missing double quotes.
421 * configure: Regenerate.
423 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
425 * ylwrap: Revert to previous version.
427 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
430 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
431 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
432 SET_GCC_LIB_PATH_CMD.
433 (BASE_TARGET_EXPORTS): Likewise.
434 * Makefile.in: Regenerated.
436 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
437 * configure: Regenerated.
439 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
441 * config.guess: New upstream version
442 * compile, depcomp, install-sh, ylwrap: Likewise.
444 2004-09-19 Roger Sayle <roger@eyesopen.com>
446 * config/mh-x86omitfp: New host makefile fragment. Add
447 -fomit-frame-pointer to the default BOOT_CFLAGS.
448 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
449 * configure: Regenerate.
451 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
454 * configure.in (*-*-darwin*): Renable libobjc.
455 * configure: Regenerate.
457 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
459 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
461 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
463 * Makefile.def: Remove libbanshee.
464 * Makefile.tpl: Ditto.
465 * configure.in: Ditto.
466 * Makefile.in: Regen.
469 2004-09-08 David Edelsohn <edelsohn@gnu.org>
471 * ltmain.sh: Use $pic_object as $non_pic_object if
472 $non_pic_object=none.
474 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
476 * missing: Import latest version from master repository.
478 2004-09-06 Nick Clifton <nickc@redhat.com>
480 * config.sub: Import latest version from master repository.
481 * config.guess: Likewise.
482 This includes these changes:
484 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
486 * config.sub: Handle crisv32, alias etraxfs.
487 * config.guess (crisv32:Linux:*:*): Handle.
489 2004-08-13 Brad Smith <brad@comstyle.com>
491 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
492 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
494 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
496 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
497 assume the processor is a powerpc. This is because coreutils
498 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
499 in this case, due to a MacOS X bug that causes
500 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
501 to return a negative number.
502 Problem reported by Petter Reinholdtsen in:
503 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
505 2004-07-19 Ben Elliston <bje@gnu.org>
507 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
509 2004-06-24 Ben Elliston <bje@gnu.org>
511 * config.guess: Update copyright years.
512 * config.sub: Likewise.
514 2004-06-22 Robert Millan <robertmh@gnu.org>
516 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
517 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
519 2004-06-22 Stanley F. Quayle <stan@stanq.com>
521 * config.guess (*:*VMS:*:*): New entry. Replaces
522 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
525 2004-06-22 Ben Elliston <bje@gnu.org>
527 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
528 * config.sub: Likewise.
530 2004-06-22 Ben Elliston <bje@gnu.org>
532 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
533 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
535 2004-06-11 Ben Elliston <bje@gnu.org>
537 * config.guess (pegasos:OpenBSD:*:*): Remove.
539 2004-06-11 Ben Elliston <bje@gnu.org>
541 From Wouter Verhelst <wouter@grep.be>:
542 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
544 2004-06-11 Ben Elliston <bje@gnu.org>
546 * config.guess (luna88k:OpenBSD:*:*): New.
548 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
550 * config.guess (m32r*:Linux:*:*): New case.
551 * config.sub: Handle m32rle.
553 2004-03-12 Ben Elliston <bje@wasabisystems.com>
555 From Jens Petersen <petersen@redhat.com>:
556 * config.sub: Handle sparcv8.
558 2004-03-03 Ben Elliston <bje@wasabisystems.com>
560 From Tom Smith <smith@cag.lkg.hp.com>:
561 * config.guess: Version suffixes are equally significant on Tru64
562 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
563 prefix of "P" (patched kernel).
565 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
567 * config.sub: Add support for National Semiconductor CRX target.
569 2004-09-03 Janis Johnson <janis187@us.ibm.com>
571 * MAINTAINERS (Various Maintainers): Remove myself as web page
572 maintainer, add myself as maintainer of build status lists.
574 2004-09-03 Jan Beulich <jbeulich@novell.com>
576 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
577 *-*-netware, but add target-libmudflap.
578 Consolidate *-*-netware targets (of which really only i?86 exists)
580 * configure: Likewise.
582 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
584 * Makefile.tpl (sorry): Remove.
585 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
586 (cleanstrap targets): Depend on distclean, not distclean-stage1.
587 (do-clean): Clean per-stage directories too.
588 (do-distclean): Run distclean-stage1 too.
589 (.NOTPARALLEL): Enable during toplevel bootstrap.
590 (stage[+id+]-bubble): Enable parallel execution during
591 the recursive invocation.
592 * Makefile.in: Regenerate.
594 Fix previous checkin:
596 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
598 * configure.in: Fix indentation.
599 * configure: Regenerate.
601 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
603 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
604 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
605 * configure: regenerate
606 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
610 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
612 * Makefile.def (build_modules): Add fixincludes.
613 (dependencies): Make gcc depend on fixincludes.
614 * configure.in (build_tools): Add fixincludes.
615 (build_configdirs): Always include build_libs.
616 * Makefile.in: Regenerate.
617 * configure: Regenerate.
619 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
621 * Makefile.def (bootstrap stages): Add 'lean' parameter.
622 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
623 phony targets; do not generate timestamp files.
624 (distclean-stageN): Remove references to their timestamp files.
625 (restageN, touch-stageN): Remove.
626 (stageN-bubble): Rewritten.
627 (compare): Support lean bootstraps.
628 * Makefile.in: Regenerate.
630 * configure.in: Only warn when bootstrapping but
631 build != host or build != target. Support lean bootstraps.
632 * configure: Regenerate.
634 2004-08-26 Phil Edwards <phil@codesourcery.com>
636 * configure.in: Give a better error message if GMP/MPFR are missing
637 and a language needing them has been requested.
638 * configure: Regenerated.
640 2004-08-25 Phil Edwards <phil@codesourcery.com>
642 * configure.in: Print a list of available language front-ends if
643 a requested one is missing. Tidy stray tab characters.
644 * configure: Regenerated.
646 2004-08-19 Michael Koch <konqueror@gmx.de>
648 * gcc/doc/install.texi: Update entry about automake for libjava.
650 2004-08-17 Robert Millan <robertmh@gnu.org>
652 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
653 (instead of FreeBSD).
654 * configure: Regenerate.
656 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
658 * Makefile.in: Regenerate.
659 * configure: Regenerate.
661 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
663 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
664 for bootstrapped modules if toplevel bootstrap is going.
665 (GCC bootstrap): Generate per-stage targets for all bootstrapped
666 modules. Adjust for changes in Makefile.def. Enable several
667 rules even in non-bootstrap mode, just to avoid peppering the
668 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
669 (stage-[+prev+]-bubble): Remove.
671 * Makefile.def (Dependencies): Depend on all-build-bison,
672 all-build-flex, all-build-byacc, all-build-texinfo, rather
673 than the host variations.
674 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
676 (BISON): Update for recent Bisons.
678 (cross): Depend on all-build.
679 (all): Do not depend on all-build.
680 (prebootstrap): Remove.
681 (dep-kind): Accept separate prefixes for MODULE and ON variables.
682 (Prebootstrap dependencies): Add them to the per-stage targets
683 and to all-prebootstrap.
684 * configure.in (build_configdirs): Always enable build_tools.
685 (BUILD_DIR_PREFIX): Remove.
687 * Makefile.def (gcc): Add target variable.
688 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
689 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
690 in the recursive `make', instead of hardwiring `all'.
691 (Autogenerated TARGET-* variables): New.
693 2004-08-13 Brian Booth <bbooth@redhat.com>
695 * MAINTAINERS: Remove myself from write-after-approval.
697 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
699 * src-release: Stop distributing mmalloc with gdb (which doesn't
701 * Makefile.def: GDB doesn't depend on mmalloc anymore.
702 * Makefile.in: Regenerate.
704 2004-08-09 Mark Mitchell <mark@codesourcery.com>
706 * configure.in (arm*-*-eabi*): New target.
707 * configure: Regenerate.
709 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
711 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
712 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
713 (Dependencies): New section.
714 * Makefile.tpl (Dependencies): Generate from Makefile.def.
715 (configure-target-[+module+]): Depend on maybe-all-gcc
716 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
717 (toplevel profiledbootstrap): Fix dependencies.
718 * Makefile.in: Regenerate.
720 2004-08-03 Mark Mitchell <mark@codesourcery.com>
722 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
723 target-libiberty to noconfigdirs.
724 * configure: Regenerate.
726 2004-08-03 Paul Brook <paul@codesourcery.com>
728 * configure.in: Check for MPFR as well as GMP.
729 * configure: Regenerate.
731 2004-08-01 Robert Millan <robertmh@gnu.org>
733 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
734 libmudflap for all GNU-based systems (with Glibc).
735 * configure: Regenerate.
737 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
739 * Makefile.def (host-modules): Add gcc.
740 * Makefile.in: Regenerate.
741 * Makefile.tpl (sorry): New rule.
742 (configure-host, all-host, [+make_target+]-host, do-check,
743 install-host): Do not add gcc as a special case.
744 (host modules): Add a small special-casing for gcc. Export
745 extra_make_flags through the environment.
746 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
747 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
748 other recursive targets for gcc): Remove.
750 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
751 (stage, unstage): New rules.
752 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
753 distclean-stage[+id+]): Use stage_current.
754 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
755 the stage*-start rules.
757 2004-08-02 Geoffrey Keating <geoffk@apple.com>
759 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
762 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
764 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
765 * configure: Regenerate.
767 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
769 * maintainer-scripts/gcc_release: Revert yesterday's change.
771 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
773 * MAINTAINERS: Add myself to write-after-approval.
775 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
778 * gcc/gccbug.in: Updated because of libf2c removal.
779 * maintainer-scripts/gcc_release: Ditto.
781 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
783 * configure.in: Build libmudflap by default on FreeBSD.
784 * configure: Regenerated.
786 2004-07-09 Mark Mitchell <mark@codesourcery.com>
788 * configure.in: Do not build libmudflap by default on non-GNU/Linux
790 * configure: Regenerated.
792 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
795 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
796 feedback based compiler.
797 * Makefile.in: Rebuilt.
799 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
801 * Makefile.def (host_modules): Set bootstrap=true for flex.
802 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
803 * Makefile.in: Rebuilt.
805 2004-07-07 Jan Hubicka <jh@suse.cz>
807 * MAINTAINERS: Add self as a profile feedback maintainer.
809 2004-07-05 Phil Edwards <phil@codesourcery.com>
811 * configure.in: Do not prepend $srcdir to /dev/null in
813 * configure: Regenerate.
815 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
817 * Makefile.def (build_modules): Add bison, byacc, flex,
819 (flags_to_pass): Add FLEX.
820 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
821 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
822 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
823 DEFAULT_MAKEINFO): Remove.
824 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
825 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
826 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
827 objdir or else use configured tool.
830 (Build module dependencies): Add.
831 * Makefile.in: Regenerate.
832 * configure.in: Better support for multiple build modules,
833 matching what is done for host/target modules. Do not look
834 for "plausible" locations of build tools if Canadian cross.
835 Use autoconf's AC_PROG_CC to find a C compiler. Define
836 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
837 * configure: Regenerate.
839 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
841 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
842 * Makefile.in: Regenerate.
844 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
846 * Makefile.tpl (configure-build-[+module+],
847 configure-[+module+], configure-target-[+module+]): Pass
848 [+extra_configure_args+].
849 (all-build-[+module+], all-[+module+], check-[+module+],
850 install-[+module+], [+make_target+]-[+module+],
851 all-target-[+module+], check-target-[+module+],
852 install-target-[+module+], [+make_target+]-target-[+module+]):
853 Pass [+extra_make_args+].
854 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
855 (GCC_HOST_EXPORTS): Remove.
856 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
857 cross, check-gcc, check-gcc-c++, install-gcc,
858 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
859 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
860 * Makefile.in: Regenerate.
862 2004-06-21 Matthew Sachs <msachs@apple.com>
864 * MAINTAINERS: Added self to write-after-approval.
866 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
868 * configure.in: Check for srcdir/winsup rather than build directory
870 * configure: Regenerate.
872 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
874 * configure.in: Don't build Cygwin native newlib if winsup
875 directory is missing. Emit warning instead.
876 * configure: Regenerate.
878 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
880 * Makefile.tpl (touch-stage[+id+]): New.
881 (restage[+prev+]): Depend on touch-stage[+id+].
883 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
886 * Makefile.def: Add profile and feedback bootstrap stages.
887 Remove next field from bootstrap stages.
888 * Makefile.tpl (LN, LN_S): Substitute.
889 (stageN-start, stageN-end): Use double-colon rules, to
890 provide a hook for additional setup commands.
891 (distclean-stageN-gcc, restageN): Create dependencies from
892 [+prev+], not from [+next+].
893 (stageN-bubble): Add commands for successive stages from
894 [+prev+], using double-colon rules.
895 (all-stageN-gcc): Fix typo.
896 (stagefeedback-start, profiledbootstrap): New.
897 * Makefile.in: Regenerate.
898 * configure.in: Call ACX_PROG_LN.
899 * configure: Regenerate.
901 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
903 * MAINTAINERS (Write After Approval): Add myself.
905 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
907 * MAINTAINERS (Write After Approval): Add myself.
909 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
911 * configure.in: Fix --enable-bootstrap breakage introduced in trees
913 * configure: Regenerate.
915 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
917 * Makefile.tpl: Fix typo.
918 * Makefile.in: Regenerate.
920 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
922 * configure.in: Remove new- prefix from toplevel
924 * configure: Regenerate.
926 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
928 * Makefile.tpl (all.normal): Rename to all.
929 (all): Replace with a rule to pick the default
930 target from configure.
931 (all-gcc, configure-gcc): Use conditionals to
932 do nothing when toplevel bootstrap is going on.
933 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
934 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
935 * configure.in: Support --enable-bootstrap.
937 * Makefile.def: Remove new- prefix from toplevel
939 * Makefile.tpl: Likewise.
941 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
944 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
945 $(RECURSE_FLAGS) to recursive invocation of make.
947 * Makefile.in: Regenerate.
948 * configure: Regenerate.
950 2004-05-30 Andreas Jaeger <aj@suse.de>
951 Jim Wilson <wilson@specifixinc.com>
953 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
956 2004-05-27 Daniel Jacobowitz <dan@debian.org>
958 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
959 * configure: Regenerate.
961 2004-05-25 Daniel Jacobowitz <drow@false.org>
963 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
964 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
965 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
967 * Makefile.in: Regenerate.
969 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
971 * configure.in: Test the ability to symlink directories.
972 * configure: Regenerate.
974 * Makefile.def (bootstrap-stage): New definitions.
975 * Makefile.tpl (configure-stage1-gcc,
976 configure-stage2-gcc, configure-stage3-gcc,
977 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
978 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
979 new-restage3, compare): Autogenerate, see Makefile.in
980 entry for behavioral changes.
981 (distclean-stage1, new-stage1-start, new-stage1-end,
982 new-stage1-bubble, distclean-stage2, new-stage2-start,
983 new-stage2-end, new-stage2-bubble, distclean-stage3,
984 new-stage3-start, new-stage3-end): New autogenerated targets.
985 (objext, prebootstrap, BOOT_CFLAGS,
986 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
989 * Makefile.in: Regenerate.
990 (distclean-stage1, new-stage1-start, new-stage1-end,
991 new-stage1-bubble, distclean-stage2, new-stage2-start,
992 new-stage2-end, new-stage2-bubble, distclean-stage3,
993 new-stage3-start, new-stage3-end): New targets.
994 (all-stage1-gcc): Move prebootstrap dependency from here...
995 (configure-stage1-gcc): ...to here.
996 (new-bootstrap): Use bubble targets.
997 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
998 Use per-stage distclean targets.
999 (configure-stage1-gcc, configure-stage2-gcc,
1000 configure-stage3-gcc, all-stage1-gcc,
1001 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1002 Use new-stageN-start to prepare the tree.
1004 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1006 * Makefile.def (host_modules): add libcpp.
1007 * Makefile.tpl: Add dependencies on and for libcpp.
1008 * Makefile.in: Regenerate.
1009 * configure.in: Add libcpp host module.
1010 * configure: Regenerate.
1012 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
1014 * Makefile.tpl: Whenever a recursive target is defined, wrap
1015 it in a special @if/@endif block, and prepare its maybe
1016 dependency in the @if/@endif block
1017 * configure.in: Instead of writing maybe dependencies, remove
1018 the @if/@endif statements, and remove the @if/@endif blocks
1020 * configure: Regenerate.
1021 * Makefile.in: Regenerate.
1023 2004-05-20 Janis Johnson <janis187@us.ibm.com>
1025 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1027 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1030 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1031 * */configure: Rebuilt.
1033 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1035 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1037 * configure, Makefile.in: Regenerate.
1039 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
1041 * MAINTAINERS (Write After Approval): Add myself.
1043 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1045 Merge from tree-ssa-20020619-branch.
1047 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1048 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1049 (HOST_GMPLIBS): Define.
1050 (HOST_GMPINC): Define.
1051 (TARGET_LIB_PATH): Add libmudflap.
1052 (GFORTRAN_FOR_TARGET): Define.
1053 (configure-build*): Export GFORTRAN.
1054 (configure-gcc): Export GMPLIBS and GMPINC.
1055 (all-gcc): Add maybe-all-libbanshee.
1056 (configure-target-libgfortran): Define.
1057 * Makefile.in: Regenerate.
1058 * configure.in (host_libs): Add libbanshee.
1059 (target_libraries): Add target-libmudflap and target-libgfortran.
1060 Add --with-libbanshee.
1061 Handle --disable-libmudflap.
1062 (*-*-freebsd*): Use with_gmp.
1063 Add $(libgcj) to noconfigdirs.
1064 * configure: Regenerate.
1065 * depcomp: New file.
1066 * MAINTAINERS: Add tree-ssa maintainers.
1068 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
1070 * MAINTAINERS (Various Maintainers): Add myself.
1072 2004-04-30 Brian Ford <ford@vss.fsi.com>
1074 * MAINTAINERS (Write After Approval): Add myself.
1076 2004-04-29 Uros Bizjak <uros@kss-loka.si>
1078 * MAINTAINERS (Write After Approval): Add myself.
1080 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1082 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1083 * configure: Regenerate.
1085 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1088 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1090 * Makefile.def (flags_to_pass): Remove *dir variables that
1091 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1092 as well as prefix and exec_prefix.
1093 * Makefile.in: Regenerate.
1095 2004-04-26 Robert Millan <robertmh@gnu.org>
1097 Add patches from libtool CVS.
1098 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1099 * ltconfig: Likewise.
1100 * ltcf-c.sh: Likewise.
1101 * ltcf-cxx.sh: Likewise.
1102 * ltcf-gcj.sh: Likewise.
1104 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1106 * Makefile.def (host_modules): Mark with the bootstrap
1107 flag packages on which gcc depends.
1108 * Makefile.tpl (all-bootstrap): Use it.
1109 * Makefile.in: Regenerate.
1111 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1113 * Makefile.def (flags_to_pass): Remove *dir variables that
1114 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1115 as well as prefix and exec_prefix.
1116 * Makefile.in: Regenerate.
1118 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1120 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1121 * configure: Regenerate.
1122 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1123 * gcc/Makefile.tpl (compare): Use the result of the test.
1124 * gcc/Makefile.in: Regenerate.
1126 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1128 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1129 Always relocate gcc and prev-gcc to the original names, even
1131 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1134 2004-04-23 Laurent GUERBY <laurent@guerby.net>
1136 * MAINTAINERS: Update my email address.
1138 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1140 * configure.in (mips*-*-irix5*): Enable ld.
1141 * configure: Regenerate.
1143 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1145 * configure: Regenerate.
1147 2004-04-15 James E Wilson <wilson@specifixinc.com>
1149 * Makefile.tpl (configure-[+module+], configure-gcc,
1150 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1151 Set and export LDFLAGS.
1152 * Makefile.in: Regenerate.
1154 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
1156 * MAINTAINERS: Add myself to write-after-approval.
1158 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1161 * Makefile.tpl: If we don't have built-in-tree target tools,
1162 use the ones found by configure rather than hacking around with
1163 program_transform_name.
1164 * configure.in: Give Makefile.tpl the information necessary
1166 * Makefile.in: Regenerate.
1167 * configure: Regenerate.
1169 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1172 * configure.in: When computing baseargs, strip *all* copies of
1173 offending options. Also, don't match/substitute the trailing space,
1174 so that this actually works when two similar options are separated by
1176 * configure: Regenerate.
1178 2004-04-06 David Edelsohn <edelsohn@gnu.org>
1180 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1181 (rs6000-*-aix*): Same.
1182 * configure: Regenerate.
1184 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
1186 * MAINTAINERS: Add myself to write-after-approval.
1188 2004-04-03 Bud Davis <bdavis9659@comcast.net>
1190 * MAINTAINERS: Add myself to write-after-approval.
1192 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1194 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1195 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1196 * Makefile.in: Regenerate.
1198 * configure.in (top level bootstrap support): Rework --enable-werror
1199 to set @stage2_werror_flag@.
1200 * configure: Regenerate.
1201 * Makefile.tpl (top level bootstrap support): Pass
1202 @stage2_werror_flag@ down to configure in stages 2 and 3.
1203 * Makefile.in: Regenerate.
1205 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1207 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1208 for stages 2 and 3 as well as in make. As a consequence, remove
1209 OUTPUT_OPTION (now detected by configure) from the flags passed down
1211 * Makefile.in: Regenerate.
1213 * Makefile.tpl (new-bootstrap): Fix typo.
1214 * Makefile.in: Regenerate.
1216 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1218 * Makefile.tpl: Rearrange by moving recursive_targets rules
1219 into their proper sections.
1220 * Makefile.tpl (top level bootstrap support): Move disabling
1221 of coverage flags from 'make' to 'configure'; improve comments.
1222 * Makefile.in: Regenerate.
1224 * Makefile.tpl (experimental top level bootstrap) Move stage1
1225 language setting from all- target to configure- target; disable
1226 intermodule optimization in stage 1; prevent gratuitous rebuilds
1228 * Makefile.in: Regenerate.
1229 * configure.in: Comma-separate stage 1 language list for top
1231 * configure: Regenerate.
1233 * Makefile.tpl: Clean up experimental top level bootstrap support:
1234 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1235 prev-gcc in configure- targets as well as all- targets.
1236 * Makefile.in: Regenerate.
1238 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
1240 * compile: New file imported from automake.
1242 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
1244 * configure.in: Remove symbolic link section.
1245 * configure: Regenerate.
1246 * Makefile.tpl (links): Remove.
1247 * Makefile.in: Regenerate.
1249 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
1250 Nathanael Nerode <neroden@gcc.gnu.org>
1252 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1253 Set with AC_CHECK_PROGS.
1254 * configure.in: Fix comment typo from last patch.
1255 * configure: Regenerate.
1257 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1259 * Makefile.tpl: Introduce experimental top level bootstrap support.
1260 * Makefile.in: Regenerate.
1261 * configure.in: Introduce support for top level bootstrap.
1262 * configure: Regenerate.
1264 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
1265 Paolo Bonzini <bonzini@gnu.org>
1268 * configure.in: Cope with shells that do not support unquoted ^
1269 * configure: Regenerate.
1271 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
1272 Paolo Bonzini <bonzini@gnu.org>
1275 * configure.in: Cope with shells that do not support nesting
1276 quotes inside quoted backquote substitutions.
1277 * configure: Regenerate.
1279 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1282 * configure.in: Fix escaping of $.
1283 * configure: Regenerate.
1285 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1287 * configure: Regenerate, since I forgot to while committing Paolo's
1290 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
1293 Move language detection to the top level.
1294 * configure.in: Find default values for the tools as
1295 soon as possible. Disable ada if GNAT is not found.
1296 Emit error message about missing languages. Expand
1297 --enable-languages=all for the gcc subdirectory.
1299 2004-03-10 Ben Elliston <bje@gnu.org>
1301 * MAINTAINERS: Update my email address.
1303 2004-03-05 David Edelsohn <edelsohn@gnu.org>
1305 * ltconfig: Disable building static libraries if building shared
1306 libraries on AIX 5L.
1308 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1310 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1312 * configure: Regenerated.
1314 2004-03-01 Brian Booth <bbooth@redhat.com>
1316 * MAINTAINERS: Add myself to write-after-approval.
1318 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
1320 * MAINTAINERS: Add myself to write-after-approval.
1322 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1325 * Makefile.tpl: Guard XFOO sed statements better.
1326 * Makefile.tpl: Add dependency for configure-target-libada.
1327 * Makefile.in: Regenerate (incidentally fixes broken
1328 commit when libada-branch was merged).
1330 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
1332 * MAINTAINERS: Add myself to write-after-approval.
1334 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
1336 * MAINTAINERS: Add Nicola Pero and myself as libobjc
1339 2004-02-20 Andrew Cagney <cagney@redhat.com>
1341 * config.guess: Update from version 2003-10-16 to 2004-02-16.
1342 * config.sub: Update from version 2003-11-03 to 2004-02-16.
1344 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1347 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1349 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
1351 * MAINTAINERS: Added myself to write-after-approval.
1353 2004-02-14 Michael Koch <konqueror@gmx.de>
1355 * MAINTAINERS: Added myself to write-after-approval.
1357 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
1359 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
1360 some OS port maintainers to OS port maintainers section.
1362 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
1364 * MAINTAINERS: Add self.
1366 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
1368 * MAINTAINERS: Alphabetize.
1370 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
1372 * MAINTAINERS: Remove myself.
1374 2004-02-11 David Edelsohn <edelsohn@gnu.org>
1376 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1377 (rs6000-*-aix*): Same.
1378 * configure: Regenerate.
1380 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1382 * configure.in (host): Add in missing $noconfigdirs to defines.
1383 * configure: Regenerate.
1385 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1386 Nathanael Nerode <neroden@gcc.gnu.org>
1388 PR ada/6637, PR ada/5911
1389 Merge with libada-branch:
1390 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1391 with appropriate dependencies. Add --enable-libada configure switch.
1392 * configure, Makefile.in: Regenerate.
1394 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
1396 * MAINTAINERS: Add myself to write-after-approval.
1398 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1400 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1401 * configure: Regenerate.
1403 2004-02-04 Geoffrey Keating <geoffk@apple.com>
1405 Merge from upstream:
1407 * ltmain.in: When setting IFS to '~', be careful about user
1408 arguments that contain '~'.
1410 2004-02-04 Peter O'Gorman <peter@pogma.com>
1412 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
1413 Also test $base_compile against $CC with escaped arguments. Bug
1414 reported by Geoff Keating <geoffk@apple.com>.
1416 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1418 * MAINTAINERS: Remove i960 port.
1420 2004-01-23 DJ Delorie <dj@redhat.com>
1422 * Makefile.def (target_modules) [libiberty]: Don't stage.
1423 * Makefile.in: Rebuilt.
1425 2004-01-20 Caroline Tice <ctice@apple.com>
1427 * MAINTAINERS: Add myself to write-after-approval.
1429 2004-01-19 Paolo Carlini <pcarlini@suse.de>
1431 * MAINTAINERS: Update my email address.
1433 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
1435 * MAINTAINERS: Add myself to write-after-approval.
1437 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1439 * MAINTAINERS: Remove entries without email address.
1441 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
1443 * MAINTAINERS: Add myself to write-after-approval.
1445 2004-01-15 Steven Bosscher <stevenb@suse.de>
1447 * MAINTAINERS: Update my email address.
1449 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
1451 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1452 * Makefile.tpl (configure-target-[+module+]): Support stage.
1453 * Makefile.in: Rebuilt.
1455 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1457 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1459 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
1461 * MAINTAINERS: Add myself as a MIPS maintainer.
1463 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1465 * configure.in: Use ./config.cache, not config.cache.
1466 * configure: Regenerate.
1467 * Makefile.tpl: Special-casing not needed for GCC any more.
1468 * Makefile.in: Regenerate.
1470 * configure.in: Don't share a cache file for host dirs.
1471 * configure: Regenerate.
1473 * config-ml.in: Don't mess with the cache file.
1475 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1477 * MAINTAINERS: Move myself from 'Write After Approval' to
1478 'CPU Port Maintainers' section as SPARC maintainer.
1480 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1482 * Makefile.tpl: Make GCC use a separate config.cache.
1483 * Makefile.in: Regenerate.
1485 PR bootstrap/11932, PR bootstrap/11933
1486 (I don't know if it will fix either of them, but it relates
1488 * configure.in: Don't use shared config.cache for target
1490 * configure: Regenerate.
1492 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1494 * MAINTAINERS: Add myself to 'Write After Approval' section.
1496 2003-12-31 Roger Sayle <roger@eyesopen.com>
1498 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1499 * configure: Regenerated.
1501 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
1503 * MAINTAINERS: Remove the mn10200 maintainer.
1505 2003-12-21 Bernardo Innocenti <bernie@develer.com>
1507 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1508 * configure: Regenerated.
1510 2003-12-16 Jan Hubicka <jh@suse.cz>
1512 * MAINTAINERS: Add myself as callgraph maintainer.
1514 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1516 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1517 * configure: Regenerate.
1519 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1521 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1522 'Write After Approval' section. Update email.
1524 2003-12-01 James Lemke <jim@wasabisystems.com>
1526 * MAINTAINERS (Write After Approval): Add myself.
1528 2003-11-20 Matt Thomas <matt@3am-software.com>
1530 * MAINTAINERS: Add myself as a vax port maintainer.
1532 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1534 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1535 (configure-build-[+module+], configure-[+module+]): Likewise.
1536 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1537 * Makefile.in: Regenerate.
1539 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1541 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1542 shared/dylibed libraries.
1543 * ltmain.sh: Likewise.
1544 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
1545 * ltcf-cxx.sh: Likewise.
1546 * ltcf-gcj.sh: Likewise.
1547 * ltconfig: Likewise.
1549 2003-11-17 Stan Cox <scox@redhat.com>
1551 * MAINTAINERS: Add myself as iq2000 port maintainer.
1553 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1555 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1556 * Makefile.in: Regenerate.
1558 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1560 * config.sub: Update to 2003-11-03 version.
1562 2003-10-20 Phil Edwards <phil@codesourcery.com>
1564 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1565 * configure: Regenerate.
1567 2003-10-20 Nicolas Pitre <nico@cam.org>
1569 * MAINTAINERS: Add myself to 'Write After Approval' section.
1571 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
1573 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
1575 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
1577 * MAINTAINERS: Update my email address.
1579 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1581 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
1583 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
1585 * MAINTAINERS: Add myself to 'Write After Approval' section.
1587 2003-10-16 Bernardo Innocenti <bernie@develer.com>
1589 * config.guess: Update to 2003-10-16 version.
1590 * config.sub: Update to 2003-10-16 version.
1592 2003-10-15 David Daney <ddaney@avtrex.com>
1594 * MAINTAINERS: Added myself to 'Write After Approval' section.
1596 2003-10-15 Falk Hueffner <falk@debian.org>
1598 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1599 'Write After Approval' section. Update email.
1601 2003-10-14 Roger Sayle <roger@eyesopen.com>
1603 * MAINTAINERS: Move myself from 'Write After Approval' to
1604 'Various Maintainers' section as middle-end maintainer.
1606 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1608 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1610 * Makefile.in: Regenerate.
1612 2003-10-11 Bernardo Innocenti <bernie@develer.com>
1614 * config.guess: Update to 2003-10-07 version.
1615 * config.sub: Update to 2003-10-07 version.
1617 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1619 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1620 * ltconfig (irix5*, irix6*): Don't override version_type.
1622 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1624 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1625 * configure: Rebuilt
1626 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1627 * Makefile.in: Rebuilt
1629 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1631 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1633 2003-09-30 Carlo Wood <carlo@alinoe.com>
1635 * MAINTAINERS (Write After Approval): Add myself.
1637 2003-09-29 Paul Koning <ni1d@arrl.net>
1639 * MAINTAINERS: Move myself from "Write After Approval"
1640 to CPU platform maintainers for pdp11 platform.
1642 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
1644 * MAINTAINERS: Move myself from 'Write After Approval' to
1645 'Various Maintainers' section as libffi testsuite maintainer.
1647 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1649 * configure.in: Pass a computed --program-transform-name
1651 * configure: Regenerated.
1653 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1655 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1656 * Makefile.in: Regenerate.
1658 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1659 * Makefile.in: Regenerate.
1661 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1663 * MAINTAINERS: Move myself from 'Write After Approval'
1664 to 'Various Maintainers' (objective-c) section.
1666 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1668 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1670 * configure: Regenerated.
1672 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1674 * MAINTAINERS (Write After Approval): Add myself to write after
1677 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1679 * MAINTAINERS (Write After Approval): Add myself.
1681 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1683 * MAINTAINERS: Update my e-mail address.
1685 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1687 * libtool.m4 (LD): Correct powerpc64 host match.
1689 2003-09-06 James E Wilson <wilson@tuliptree.org>
1691 * MAINTAINTERS: Update my affiliation and email address.
1693 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1695 * MAINTAINERS (Write After Approval): Add myself.
1697 2003-09-04 DJ Delorie <dj@redhat.com>
1699 * configure: Regenerate.
1701 2003-09-04 Robert Millan <robertmh@gnu.org>
1703 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1705 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1707 * configure.in: Ensure arguments to sed are properly spaced.
1708 * configure: Regenerate.
1710 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1712 * MAINTAINERS: Update my e-mail address.
1714 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1716 * MAINTAINERS (Write After Approval): Add myself.
1718 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1720 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1721 * configure: Regenerated.
1723 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1725 * MAINTAINERS: Update my email address.
1727 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1729 * configure.in: Use newline instead of semicolon when assuming
1730 shell arguments in a for loop.
1731 * configure: Regenerated.
1733 2003-08-22 Jason Eckhardt <jle@rice.edu>
1735 * MAINTAINERS: Resurrect the i860 maintainer.
1737 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1740 * configure.in: When testing with_libs and with_headers, treat
1741 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1742 * configure: Regenerate.
1744 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1746 (baseargs): Likewise.
1747 * configure: Regenerate.
1749 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1751 * MAINTAINERS (Write After Approval): Add myself.
1753 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1755 * configure.in: Disable libgcj for darwin not on powerpc.
1756 * configure: Rebuild.
1758 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1760 * config-ml.in, symlink-tree: Add license.
1762 2003-08-03 Richard Stallman <rms@gnu.org>
1763 Eben Moglen <moglen@columbia.edu>
1765 * README.SCO: New file.
1767 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1769 * Makefile.tpl (check, check-c++): Express dependencies using
1770 dependencies rather than commands.
1771 * Makefile.in: Regenerate.
1773 2003-08-01 Andrew Cagney <cagney@redhat.com>
1775 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1778 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1780 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1781 * Makefile.in: Update.
1783 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1785 * configure.in: Enable libgcj for darwin.
1786 * configure: Rebuild.
1788 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1790 * config-ml.in: Use ac_configure_args directly instead of
1791 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1794 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1796 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1797 creating target and build subdirs to build all parent dirs as needed.
1798 * Makefile.in: Rebuild.
1799 * configure.in: Don't build dirs explicitly here.
1800 * configure: Rebuild.
1802 2003-07-26 Paul Brook <paul@nowt.org>
1804 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1806 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1808 * Makefile.tpl (all-make): Depend on intl.
1809 * Makefile.in: Rebuilt.
1811 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1813 * install-sh: Update to newer upstream versions (associated with
1815 * mkinstalldirs: Likewise.
1816 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1818 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1820 * MAINTAINERS: Move self from Bug database only accounts
1821 to write-after-approval.
1823 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1825 * config.if: Remove unused libc_interface determination.
1827 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1829 * MAINTAINERS: Move self from write-after-approval to
1830 build machinery (*.in).
1832 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1836 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1837 unused INSTALL_PROGRAM_ARGS.
1838 * configure.in: Use AC_PROG_INSTALL.
1839 * Makefile.in: Regenerate.
1840 * configure: Regenerate.
1842 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1844 * MAINTAINERS: Alphabetize.
1846 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1848 * configure: Rebuilt.
1849 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1850 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1851 newlib nor libgloss.
1852 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1853 * configure.in (am33_2.0-*-linux*): Added.
1855 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1857 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1858 * configure: Regenerate.
1860 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1862 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1863 * Makefile.in: Regenerate.
1865 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1867 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1868 * Makefile.in: Regenerate.
1870 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1872 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1873 * Makefile.in: Regenerated.
1875 * config-ml.in: Replace PWD with PWD_COMMAND.
1877 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1879 * intl: New directory; see intl/ChangeLog for details.
1880 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1881 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1882 * Makefile.in: Regenerate.
1884 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1886 * configure.in: Clean up config-lang.in handling. Delete
1887 useless assignment to "subdirs".
1888 * configure: Regenerate.
1890 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1892 * configure.in: Rename 'target_libs' to 'target_libraries'.
1893 Remove useless reference to 'target_libs'.
1894 * configure: Regenerate.
1896 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1898 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1899 * Makefile.in: Regenerate.
1901 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1903 * Makefile.def: Introduce flags_to_pass.
1904 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1905 * Makefile.in: Regenerate.
1907 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1909 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1910 and target-libgloss.
1911 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1912 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1913 * configure: Regenerate.
1915 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1917 * configure.in: Update testsuite_flags to new location.
1918 * configure. Regenerate.
1920 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1922 * Makefile.tpl: Remove BUILD_CC stuff.
1923 * Makefile.in: Regenerate.
1925 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1927 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1929 2003-06-16 Graeme Peterson <gp@qnx.com>
1931 * MAINTAINERS (Write After Approval): Add myself.
1933 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1935 * config.guess: Update to 2003-06-12 version.
1936 * config.sub: Update to 2003-06-13 version.
1938 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
1940 * config.guess: Update to 2003-06-06 version.
1941 * config.sub: Update to 2003-06-06 version.
1943 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1945 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1946 * configure. Regenerate.
1948 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1950 * configure.in: Disable serial configure by default.
1951 * configure: Regenerate.
1952 * Makefile.tpl: Abolish .NOTPARALLEL.
1953 * Makefile.in: Regenerate.
1955 * Makefile.tpl: Replace {build,host,target}_canonical by
1956 {build,host,target}.
1957 * Makefile.in: Regenerate.
1959 * Makefile.tpl: Fix stupid pasto.
1960 * Makefile.in: Regenerate.
1962 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1964 * Makefile.tpl: Remove bogus conditional.
1965 * Makefile.in: Regenerate.
1967 2003-06-05 Jan Hubicka <jh@suse.cz>
1969 * Makefile.tpl (profiledbootstrap): New target.
1970 * Makefile.in (profiledbootstrap): New target.
1972 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
1974 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
1975 Pinski. Remove user names from other bugzilla-only maintainers.
1977 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1979 * Makefile.tpl: Make 'recursive targets' using autogen rather
1980 than shell loop. Remove duplicate 'clean' targets and false
1982 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1983 Add systematic method of specifying missing targets in subdirs.
1984 Add copyright boilerplate.
1985 * Makefile.in: Regenerate.
1986 * configure.in: Add 'recursive targets' to maybe list.
1987 * configure: Regenerate.
1989 * MAINTAINERS: "GNATS only" -> "Bug database only".
1991 * Makefile.tpl: Rename [+target+] to [+make_target+].
1992 * Makefile.def: Rename 'target' to 'make_target'.
1994 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
1996 * MAINTAINERS: Add self as options handling maintainer.
1998 2003-05-28 Michael Meissner <gnu@the-meissners.org>
2000 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2001 been too long since I touched those ports.
2003 2003-05-28 DJ Delorie <dj@redhat.com>
2005 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2006 * Makefile.in: Regenerate.
2008 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2010 * configure.in: Use curly braces in the definition of tooldir.
2011 * configure: Regenerate.
2013 2003-05-21 DJ Delorie <dj@redhat.com>
2015 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2017 * Makefile.in: Regenerate.
2019 2003-05-21 DJ Delorie <dj@redhat.com>
2021 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2022 * Makefile.in: Regenerate.
2024 2003-05-20 Ian Lance Taylor <ian@airs.com>
2026 * MAINTAINERS: Update my e-mail address.
2028 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2030 * configure.in: Switch more things to use maybe dependencies.
2031 * Makefile.tpl: Switch more things to use maybe dependencies.
2032 Factor out common code from autogen IF statements.
2033 * configure: Regenerate.
2034 * Makefile.in: Regenerate.
2036 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2038 * configure.in: Accept i[3456789]86 for machine type.
2039 * configure: Regenerate.
2041 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2043 * configure.in: Switch more things to use maybe dependencies.
2044 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2045 * configure: Regenerate.
2046 * Makefile.tpl: Switch more things to use maybe dependencies.
2047 * Makefile.in: Regenerate.
2049 2003-05-16 Andreas Schwab <schwab@suse.de>
2051 * Makefile.tpl (install-opcodes): Define.
2052 * Makefile.in: Rebuild.
2054 2003-05-13 Andreas Jaeger <aj@suse.de>
2056 * config.guess: Update to 2003-05-09 version.
2057 * config.sub: Update to 2003-05-09 version.
2059 2003-05-13 Michael Eager <eager@mvista.com>
2061 * configure.in: Correct sed script so that options in quotes are not
2063 * configure: Rebuild.
2065 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2067 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2068 and $$s/newlib/libc/sys/cygwin32 include paths.
2071 2003-05-12 Michael Meissner <gnu@the-meissners.org>
2073 * MAINTAINERS: Update my email addresses.
2075 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2077 * config-ml.in: Propagate INSTALL variables.
2079 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2081 * MAINTAINERS: Remove duplicate entries in Write After Approval.
2083 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2085 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2086 * Makefile.in: Regenerate.
2088 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
2090 * MAINTAINERS (GNATS only): Add Falk Hueffner.
2092 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
2094 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2096 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2098 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2099 * Makefile.in: Regenerated.
2101 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
2103 * MAINTAINERS (Write After Approval): Upgrade myself from
2104 GNATS only to write-after-approval. Update my mail address.
2106 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
2108 (OS Port Maintainers: freebsd): Add myself.
2110 2003-04-22 Mark Mitchell <mark@codesourcery.com>
2112 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2114 2003-04-22 Kean Johnston <jkj@sco.com>
2116 * MAINTAINERS (SCO ports): Added myself.
2118 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
2120 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2122 2003-04-19 Kean Johnston <jkj@sco.com>
2124 * MAINTAINERS (Write After Approval): Add myself.
2126 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2128 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2129 * Makefile.in: Regenerate.
2131 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2133 * configure.in (powerpc64*-*-linux*): Remove.
2134 * configure: Rebuilt.
2136 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
2138 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2139 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2141 * Makefile.in: Regenerate.
2143 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
2145 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2146 * configure: Regenerated.
2148 2003-04-15 DJ Delorie <dj@redhat.com>
2150 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2152 2003-04-13 Nick Clifton <nickc@redhat.com>
2154 * config-ml.in: Remove support for --disable-aix removing
2157 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2159 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2160 * */configure: Rebuilt.
2162 2003-04-08 Joel Sherrill <joel@oarcorp.com>
2164 * MAINTAINERS: Add my email address.
2166 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
2168 * MAINTAINERS (Write After Approval): Add myself.
2170 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2172 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2173 * Makefile.in: Regenerate.
2175 2003-03-14 Michael Chastain <mec@shout.net>
2177 * Makefile.in: Regenerate with correct Makefile.def.
2179 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2181 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2183 * Makefile.in: Regenerate.
2184 * configure.in: Clean up gxx_include_dir logic.
2185 * configure: Regenerate.
2187 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2189 * MAINTAINERS (Write After Approval): Add myself.
2191 2003-03-10 Ben Elliston <bje@wasabisystems.com>
2193 * MAINTAINERS: Update my mail address.
2195 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2197 * configure.in (gxx_include_dir): Fix typo.
2198 * configure: Regenerated.
2200 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2202 * Makefile.tpl: Reindent.
2203 * Makefile.in: Regenerate.
2204 * configure.in: Reindent. Don't set unused variables.
2205 * configure: Regenerate.
2207 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
2209 * configure.in: Include $(build_tooldir)/sys-include in
2211 * configure: Regenerated.
2213 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2215 * Makefile.tpl: Always pass down RANLIB.
2216 * Makefile.in: Regenerate.
2218 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2219 * Makefile.in: Regenerate.
2220 * configure.in: Remove unused logic relating to --enable-shared
2221 and --enable-threads. Remove bogus comments. Remove redundant
2223 * configure: Regenerate.
2225 * configure.in: Replace ${libstdcxx_version} by its value.
2226 Remove reference to mh-dgux.
2227 * configure: Regenerate.
2229 2003-03-03 Kevin Buettner <kevinb@redhat.com>
2231 * MAINTAINERS (Write After Approval): Add myself.
2233 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2235 * Makefile.tpl: Rearrange.
2236 * Makefile.in: Regenerate.
2238 2003-02-25 Uwe Stieber <uwe@wwws.de>
2240 * configure.in: Add support for kaOS as cross build target system.
2241 * configure: Regenerated.
2243 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
2245 * MAINTAINERS (Write after approval): Add myself.
2247 2003-02-21 James E Wilson <wilson@tuliptree.org>
2249 * MAINTAINERS: Update my email address.
2251 2003-02-21 Zack Weinberg <zack@codesourcery.com>
2253 * MAINTAINERS: Add self to blanket write privs. section.
2255 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
2257 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2258 configure-target-* as some target builds may require additional
2259 flags for preprocessor tests.
2260 * Makefile.in: Regenerated.
2262 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2264 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2265 * ltconfig: Handle it.
2266 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2269 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2270 it is used as argument to $CC.
2271 * ltcf-gcj.sh: Likewise.
2273 * configure.in: Introduce --enable-maintainer-mode.
2274 * configure: Rebuilt.
2275 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2276 for maintainer mode.
2277 * Makefile.in: Rebuilt.
2279 2003-02-18 Jason Merrill <jason@redhat.com>
2281 * Makefile.tpl (check-c++): Allow parallelism.
2283 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2285 * MAINTAINERS: Remove John Carr (who never actually had access to
2288 2003-02-15 Geoffrey Keating <geoffk@apple.com>
2290 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2291 don't configure target-libobjc.
2292 * configure: Regenerate.
2294 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2296 * Makefile.tpl (RANLIB): Define.
2297 * Makefile.in: Regenerate.
2299 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
2301 * MAINTAINERS: Update my email.
2303 2003-02-06 Keith R Seitz <keiths@redhat.com>
2305 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2306 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2307 * Makefile.in: Regenerated.
2308 * configure.in: Remove all traces of snavigator, db, and grep.
2309 * configure: Regenerated.
2311 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2313 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2316 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2318 * MAINTAINERS (Write after approval): Add myself.
2320 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
2322 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2323 * Makefile.in: Regenerated.
2325 2003-01-30 Roger Sayle <roger@eyesopen.com>
2327 * config.guess: Updated to 2003-01-30's version.
2328 * config.sub: Updated to 2003-01-28's version.
2330 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
2332 * config.if: If gcc_version is already set, just use it. Don't set
2333 gcc_version_trigger if it's already set, otherwise set it to
2334 gcc/version.c, but only if the file exists. If it is not set and
2335 gcc/version.c does not exist, try to extract the version number from
2338 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
2340 * MAINTAINERS: Add myself to write-after-approval list.
2342 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
2344 * configure.in: Revert 24Jan change.
2345 * configure: Regenerate.
2347 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2349 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
2352 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2354 * configure.in: Revert previous change.
2355 * configure: Regenerate.
2357 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2359 * configure.in: Make rda native-only.
2360 * configure: Regenerate.
2362 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2364 * MAINTAINERS: Move myself from GNATS-only-accounts to
2365 write-after-approval.
2367 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2369 * configure.in: Add missing \.
2370 * configure: Rebuilt.
2372 2003-01-17 Jakub Jelinek <jakub@redhat.com>
2374 * configure.in (baseargs): Avoid using \| in sed regular
2376 * configure: Rebuilt.
2378 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2380 * configure.in (baseargs): Remove all supported forms of
2381 --cache-file, --srcdir, --host, --build and --target options
2382 from argument lists.
2383 * configure: Rebuilt.
2385 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
2387 * MAINTAINERS: Add myself to write-after-approval list.
2389 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
2391 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2392 * configure: Rebuilt.
2394 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2396 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2397 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2398 * Makefile.in: Regenerate.
2399 * configure: Regenerate.
2401 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
2403 * configure.in: Remove Makefile in build, host and target modules
2404 unless configure was run with --no-recursion.
2405 * configure: Rebuilt.
2407 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2409 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2410 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2411 * Makefile.in: Regenerate.
2413 2003-01-08 Chris Demetriou <cgd@broadcom.com>
2415 * config.guess: Update to 2003-01-03 version.
2416 * config.sub: Update to 2003-01-03 version.
2418 2003-01-07 Christopher Faylor <cgf@redhat.com>
2420 * configure: Regenerate with proper autoconf 2.13.
2422 2003-01-07 Christopher Faylor <cgf@redhat.com>
2424 * configure.in: Add AC_PREREQ for consistency.
2425 * configure: Regenerate.
2427 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2429 * configure.in (GDB_TK): Add tcl directories conditional on
2430 gdb/gdbtk directory being present.
2431 * configure: Regenerate.
2433 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
2435 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2436 by gcc if LD is not defined and we are not doing a Canadian Cross.
2437 * configure: Rebuilt.
2439 2002-12-31 Tom Tromey <tromey@redhat.com>
2441 * Makefile.in: Rebuilt.
2442 * Makefile.def (target_modules) [libffi]: Allow installation.
2444 2002-12-31 Andreas Schwab <schwab@suse.de>
2446 * configure.in: Fix use of $program_transform_name.
2447 * configure: Regenerated.
2449 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
2451 * configure.in (baseargs): Don't remove first configure argument.
2452 * configure: Regenerated.
2454 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
2456 * Makefile.tpl (local-distclean): Don't remove...
2457 (multilib.ts): ... this. Moved into...
2458 (multilib.out): ... this. Don't use sub-make.
2459 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2460 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2461 (configure-build-[+module+], configure-[+module+],
2462 configure-target-[+module+], configure-gcc): ... these. Test
2463 for Makefile existence. Drop config.status from dependencies.
2464 * Makefile.in: Rebuilt.
2465 * configure.in: Move gcc-version-trigger to the end of
2466 ac_configure_args. Add comments to maybedep.tmp and
2467 serdep.tmp. Introduce --disable-serial-configure. Remove
2468 nonopt from baseargs, matching and removing corresponding
2469 whitespace while at it.
2470 * configure: Rebuilt.
2472 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2474 * configure.in (host_configargs): Replace reference to
2475 no-longer-defined buildopts with --build=${build_alias}.
2476 * configure: Rebuilt.
2478 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2479 program_transform_name to standard idiom.
2480 (AUTOGEN, AUTOCONF): Define.
2481 (Makefile.in): Use $(AUTOGEN).
2482 (Makefile): Depend on config.status, and use autoconf-style rule to
2483 build it. Move original commands to...
2484 (config.status): ... this new target.
2485 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2487 * Makefile.in: Rebuilt.
2489 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2491 * Makefile.tpl: Fix dramatic bustage due to change in
2492 program_transform_name.
2493 * Makefile.in: Regenerate.
2495 * configure.in: Remove unnecessary PATH setting.
2496 * configure: Regnerate.
2498 * configure.in: Don't default to unprefixed tools unless
2499 the native tools will work.
2500 * configure: Regenerate.
2502 * configure.in: Convert to autoconf script. Blow away lots
2503 of now-redundant Makefile fragments.
2504 * configure: Generate using Autoconf.
2505 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2506 * Makefile.in: Regenerate.
2508 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2510 * configure: Fix stupid bug where RANLIB was mistakenly included.
2512 * configure.in: Rename (buildargs, hostargs, targargs) to
2513 (build_configargs, host_configargs, target_configargs).
2515 * configure.in: Move logic out of sed statement.
2517 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
2518 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2520 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
2522 * config.sub: Import from master repository
2523 * config.guess: Ditto
2525 2002-12-24 Andreas Schwab <schwab@suse.de>
2527 * Makefile.tpl (multilib.out): Fix missing space.
2528 * Makefile.in: Regenerate.
2530 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2532 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2533 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2534 * Makefile.in: Regenerate.
2535 * configure.in: Remove unnecessary leftovers.
2537 2002-12-21 Geoffrey Keating <geoffk@apple.com>
2539 * configure.in (extra_ranlibflags_for_target): New variable.
2540 (*-*-darwin): Add -c to ranlib commands.
2541 * configure (tooldir): Handle extra_ranlibflags_for_target.
2543 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2545 * Makefile.tpl: Revert HJL's change.
2546 * Makefile.in: Regenerated.
2547 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2550 2002-12-19 Andreas Schwab <schwab@suse.de>
2552 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2553 * Makefile.in: Regenerate.
2555 2002-12-18 H.J. Lu <hjl@gnu.org>
2557 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2558 * Makefile.in: Regenerated.
2560 * configure.in (build_prefix): New. Substitute.
2562 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2564 * Makefile.tpl: Don't let real targets depend on phony targets.
2565 * Makefile.in: Regenerate.
2567 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2568 * Makefile.in: Regenerate.
2570 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2572 * config.sub: Import from master repository
2573 * config.guess: Ditto
2575 2002-12-16 Jason Merrill <jason@redhat.com>
2577 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2578 previous 'make bootstrap'.
2579 * Makefile.in: Regenerate.
2581 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2583 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2585 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2587 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2588 * Makefile.in: Regenerate.
2590 2002-12-13 Jason Merrill <jason@redhat.com>
2592 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2594 (check-c++): Just depend on it and check-target-libstdc++-v3.
2595 * Makefile.in: Regenerate.
2597 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2599 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2600 * Makefile.in: Rebuilt.
2602 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2604 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2606 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2608 * configure: Fix bug put in by gremlins.
2610 * Makefile.tpl: Substitute more autoconfily.
2611 * configure: Substitute more autoconfily.
2612 * Makefile.in: Regenerate.
2614 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
2616 * config.sub: Import from master repository
2617 * config.guess: Ditto
2618 * MAINTAINERS: Added Svein Seldal under write after approval
2620 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2622 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2623 * Makefile.in (all-sim): Ditto.
2625 2002-12-06 DJ Delorie <dj@redhat.com>
2627 * Makefile.tpl: Change configure dependencies to not have real
2628 targets depend on phony targets.
2630 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2632 * configure.in: Revert unintentional change.
2634 * Makefile.tpl: Change dependency for */multilib.out so that
2635 it works when gcc isn't in the tree.
2637 * configure.in: Substitute more.
2638 * configure: Run subconfigures from the Makefile.
2639 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2640 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2642 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2644 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2646 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2648 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2649 and corresponding dependencies.
2650 * Makefile.in: Regenerate.
2652 * configure.in (host_tools): Order binutils, gas and ld for
2653 convenience in running the testsuites.
2655 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2656 * Makefile.in: Regenerate.
2657 * configure.in: Introduce rules to serialize subconfigure runs.
2659 * configure.in: Introduce BASE_CC_FOR_TARGET.
2660 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2661 Realize configure-build-* targets. Realize configure-target-* targets.
2662 * Makefile.in: Regenerate.
2664 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2666 * configure: Move gcc_version_trigger stuff from here...
2667 * configure.in: ...to here.
2669 * configure.in: Separate subconfigure options added by this file from
2670 options given by the user. Add machinery to put args for host
2671 subconfigures into the Makefile.
2673 * Makefile.tpl: Remove 'vault' targets.
2674 * Makefile.tpl: Reorder and comment dependencies.
2675 * Makefile.in: Regenerate.
2677 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2678 * configure.in: Fix my broken commit of previous patch. (sigh)
2680 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2682 * configure.in: Move host-specific darwin noconfigdirs into
2683 the host-specific section.
2685 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2687 * configure.in: Move host-specific darwin noconfigdirs into
2688 the host-specific section.
2690 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2692 * configure: Remove skip-this-dir support.
2693 * Makefile.tpl: Remove skip-this-dir support.
2695 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2697 * Makefile.in: Regenerate.
2699 * Makefile.tpl: Strip out useless setting of 'dir'.
2700 * Makefile.in: Regenerate.
2702 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2704 * configure.in: Fix deeply stupid bug.
2706 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2707 shell code in CXX_FOR_TARGET
2708 * Makefile.def: Introduce raw_cxx.
2709 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2711 * Makefile.in: Regenerate.
2713 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2715 * Makefile.tpl: Remove unnecessary ifs.
2716 * Makefile.in: Regenerate.
2718 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2719 dependencies. Maybe-ize build-libiberty. Create dummy install
2720 targets for 'no_install' modules.
2721 * configure: Move GDB_TK substitution to configure.in. Move
2722 build_modules stuff to configure.in.
2723 * configure.in: Implement soft dependency machinery. Maybe-ize
2724 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2725 * Makefile.in: Regenerate.
2727 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2729 * Makefile.tpl: Make all-target, install-target behave similarly
2730 to all, install (only hitting configured targets). Eliminate
2731 unused macro defintions.
2733 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2736 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2738 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2740 * configure.in: Produce lists of subdir targets we're actually
2741 configuring. Remove references to "dosrel".
2742 * Makefile.tpl: Let configure set which subdir targets are hit.
2743 Remove install-cross; clean up install; remove ALL. Remove
2744 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2745 Autogenerate host module targets. Remove empty dependency lines
2746 and redundant dependency; rearrange slightly.
2747 * Makefile.def: Add host-side libtermcap, utils.
2749 * Makefile.in: Regenerate.
2751 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2753 * ltconfig (osf[345]): Append $major to soname_spec.
2754 Reflect this in library_names_spec.
2755 * ltmain.sh (osf): Prefix $major with . for use as extension.
2757 2002-11-19 Andreas Jaeger <aj@suse.de>
2759 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2760 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2761 and sparc64 GNU/Linux systems.
2763 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2765 * MAINTAINERS: Update email.
2767 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2769 * MAINTAINERS: Complete James Dennett's entry.
2771 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2773 * MAINTAINERS (Write After Approval): Add myself.
2775 2002-11-13 Bruce Korb <bkorb@gnu.org>
2777 * Makefile.tpl: syntactic cleanup
2779 2002-11-13 Stuart Hastings <stuart@apple.com>
2781 * MAINTAINERS: Add myself to write-after-approval list.
2783 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2785 * Makefile.def: Add list of recursive targets to autogenerate.
2787 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2788 targets. Autogenerate *-build-* targets.
2789 * Makefile.in: Regenerate.
2791 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2793 * configure: More autoconf-style substitutions.
2794 * Makefile.tpl: More autoconf-style substitutions.
2795 * Makefile.in: Regenerate.
2797 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2799 * configure: Substitute more variables in a more autoconf-friendly
2800 way. Simplify slightly.
2801 * Makefile.tpl: Make more variables substitutable in an
2802 autoconf-friendly way.
2803 * Makefile.in: Regenerate.
2805 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2807 * MAINTAINERS (Write After Approval): Add myself.
2809 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2811 * configure.in (v810*): Remove special setting of tools.
2813 * configure: Add support for extra required flags for ar or nm.
2814 * configure.in (aix4.3+): Use above support for target-specific
2815 issues, rather than using config/mt-aix43.
2817 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2819 * configure: Remove 'removing', which doesn't work. Replace $subdir
2820 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2821 with $srcdir. Reformat indentation. Substitute some variables
2822 formerly hard-coded in the Makefile for build=host.
2823 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2824 * Makefile.def: Autogenerate more.
2825 * Makefile.in: Regenerate.
2827 2002-11-04 Adam Nemet <anemet@lnxw.com>
2829 * MAINTAINERS (Write After Approval): Add myself.
2831 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2833 * Makefile.def (host_modules): Add rda.
2834 * Makefile.in: Regenerate.
2835 * configure.in (target_tool): Add target-rda to list.
2837 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2839 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2841 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2843 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2844 and restrap targets to this rule.
2845 * Makefile.in: Regenerate.
2847 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2849 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2850 GNATS only accounts.
2852 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2854 * configure.in (i[3456]86-*-linux*): Add check to disable
2855 ${libgcj} for glibc1.
2857 2002-10-24 Denis Chertykov <denisc@overta.ru>
2859 * MAINTAINERS: Add myself as ip2k port maintainer.
2861 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2863 * configure.in: Add tic4x target.
2865 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2867 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2868 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2869 * Makefile.in: Regenerate.
2871 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2872 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2873 * Makefile.in: Regenerate.
2875 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2877 * MAINTAINERS: Add myself as web pages co-maintainer.
2879 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2881 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2882 * Makefile.in: Regenerate.
2884 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2886 * MAINTAINERS: Add myself and Nathan Sidwell
2887 <nathan@codesourcery.com> as VxWorks maintainers.
2889 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2891 * Makefile.def: Remove order dependency comments.
2892 * Makefile.tpl: Add explicit install-install dependencies.
2893 * Makefile.in: Regenerate.
2895 * Makefile.tpl: Remove material now in src-release. (Finally!)
2896 * Makefile.in: Regenerate.
2898 * Makefile.tpl: Add configure-target (for src-release in src)
2899 * Makefile.in: Regenerate.
2901 2002-09-30 Nick Clifton <nickc@redhat.com>
2903 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2905 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2907 * configure.in (s390*-*-linux*): Enable libgcj.
2909 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2911 * configure: Revert accidentally applied changes.
2913 * Makefile.tpl: Make more autoconf-friendly.
2914 * Makefile.in: Regenerate.
2915 * configure: Make substitution more autoconf-like.
2917 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2919 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2920 single entry to handle all these.
2921 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2922 libjava on arm-*-elf.
2924 2002-09-27 Geoffrey Keating <geoffk@apple.com>
2926 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2927 things that depend on them.
2929 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2931 * Makefile.tpl: Make subsituted variables more autoconfy.
2932 * Makefile.in: Regenerate.
2933 * configure: Make seds more autoconfy.
2935 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2937 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2938 * Makefile.in: Regenerate.
2939 * configure.in: Rewrite sed statements to look autoconfy.
2941 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2942 all-target-foo on configure-target-foo.
2943 * Makefile.def: Ditto.
2944 * Makefile.in: Rebuild.
2946 2002-09-25 Andrew Haley <aph@redhat.com>
2948 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
2950 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2952 * Makefile.def: New file.
2953 * Makefile.tpl: New file.
2954 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2955 * contrib/gcc_update: Note that Makefile.in is a generated file.
2957 * configure.in: Minor rearrangement. Simplify tests.
2959 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
2961 * configure.in (with_headers): Skip copy if value is "yes".
2962 (with_libs): Likewise.
2964 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2966 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2967 * configure.in (sh*-*-pe*): Ditto.
2968 * configure.in (mips*-*-pe*): Ditto.
2969 * configure.in (*arm-wince-pe): Ditto.
2971 * configure.in: Rearrange.
2973 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
2975 * MAINTAINERS: Update my email address.
2977 2002-08-30 Paul Koning <pkoning@equallogic.com>
2979 * MAINTAINERS: (Write After Approval): Add myself.
2981 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
2983 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
2985 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
2987 * MAINTAINERS: Change my mailing address.
2989 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
2991 * MAINTAINERS (Write After Approval): Remove myself.
2992 (Various Maintainers: c++ runtime libs): Add myself.
2994 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
2996 * MAINTAINERS (Write After Approval): Remove myself.
2997 (Various Maintainers: c++ runtime libs): Add myself.
2999 2002-08-15 Eric Christopher <echristo@redhat.com>
3001 * config.sub: Import from master repository.
3002 * config.guess: Ditto.
3004 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
3006 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3007 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3008 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3010 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
3012 * MAINTAINERS: Add self to rs6000 vector extensions.
3014 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
3016 * libiberty/configure: Reverted unintended yesterday's check in.
3018 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
3020 * boehm-gc/configure, libf2c/configure: Rebuilt.
3021 * libffi/configure, libiberty/configure: Ditto.
3022 * libjava/configure, libobjc/configure: Ditto.
3023 * libstdc++-v3/configure, zlib/configure: Ditto.
3024 Merged from binutils:
3025 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3026 From Steve Ellcey <sje@cup.hp.com>:
3027 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3028 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3029 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3031 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3032 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3033 soname_spec, sys_lib_search_path_spec): Ditto.
3035 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3037 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3039 2002-08-04 H.J. Lu (hjl@gnu.org)
3041 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3043 2002-08-02 Krister Walfridsson <cato@df.lth.se>
3045 * MAINTAINERS (Write After Approval): Add myself.
3047 2002-07-31 Alan Modra <amodra@bigpond.net.au>
3049 * configure.in: Move generic linux case to end. Copy generic
3050 linux noconfigdirs to mips*-*-linux* entry and new
3051 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3053 2002-07-19 Michael Matz <matz@suse.de>
3055 * MAINTAINERS: Add myself as ra* maintainer.
3057 2002-07-16 Chris Demetriou <cgd@broadcom.com>
3059 * config.guess: Update to 2002-07-09 version.
3060 * config.sub: Update to 2002-07-03 version.
3062 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
3064 * MAINTAINERS: Fix typo in a maintainer email address.
3066 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3068 * configure.in: Remove two redundant tests.
3070 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3072 * configure.in (mips*-*-irix6*o32): Enable stabs.
3074 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3076 * configure.in: Don't build grez.
3077 * Makefile.in: Ditto.
3079 * Makefile.in: Remove references to bsp, cygmon, libstub.
3080 * configure.in: Ditto.
3082 * configure.in: Remove leftover reference to gdbtest.
3084 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
3086 * configure.in (gxx_include_dir): Change to match versioned
3087 C++ headers if --enable-version-specific-runtime-libs is used.
3089 2002-07-04 Steve Ellcey <sje@cup.hp.com>
3091 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3093 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3095 * configure.in: Make --without-x work.
3097 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3099 * configure.in: Rearrange target Makefile fragment collection.
3101 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3103 * configure.in: Ditto.
3105 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
3107 * MAINTAINERS (Write After Approval): Update my e-mail address.
3109 2002-06-24 Ben Elliston <bje@redhat.com>
3111 * configure.in (host_tools): Remove cgen.
3113 * Makefile.in (all-cgen): Remove; runs from its source directory.
3114 (check-cgen, install-cgen, clean-cgen): Likewise.
3115 (all-opcodes): Do not depend on all-cgen.
3116 (all-sim): Likewise.
3118 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3120 * Makefile.in: Eliminate 'apache' targets.
3121 * configure.in: Eliminate 'apache' targets.
3123 * configure.in: Eliminate redundant tests. Reorganize.
3125 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3127 * config-ml.in: Eliminate references to Cygnus configure.
3129 * Makefile.in: Eliminate references to building emacs.
3131 2002-06-28 Graham Stott <graham.stott@btinternet.com>
3133 * MAINTAINERS: Update my email address.
3135 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
3137 * config.if (libstdcxx_incdir): Version C++ headers.
3138 (cxx_incdir): Remove.
3140 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
3142 * MAINTAINERS (Write After Approval): Add self.
3144 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
3146 * configure.in: Add support for ip2k.
3148 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3150 * configure.in: Fix AIX configury bug.
3152 2002-06-20 Steve Ellcey <sje@cup.hp.com>
3154 * MAINTAINERS (Write After Approval): Add self.
3156 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3158 * configure.in: replace ${topsrcdir} with ${srcdir}
3160 * configure.in: Move definition of libstdcxx_flags
3161 right above usage, rather than waaay earlier.
3163 * configure.in: Pull definition of is_cross_compiler earlier.
3165 * configure.in: Rearrange a little.
3167 * configure.in: Remove references to librx.
3168 * Makefile.in: Remove references to librx.
3170 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
3172 * config.sub: Add support for avr target.
3173 Import from master sources, rev 1.255
3175 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
3177 * configure, .cvsignore: Revert previous change...
3178 * Makefile: ...delete.
3180 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3182 * configure.in: Eliminate ${gasdir} variable.
3184 2002-06-18 Dave Brolley <brolley@redhat.com>
3186 * configure.in: Add support for frv.
3187 * config.sub: Add support for frv.
3189 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3191 * configure: Remove garbage from previous commit.
3193 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3195 * configure: For in-source builds, make a subdir and re-exec there.
3196 * Makefile: New file. Pass targets through to build directory.
3197 * .cvsignore: No longer ignore "Makefile".
3199 2002-06-16 Douglas Rupp <rupp@gnat.com>
3201 * MAINTAINERS (Write After Approval): Add self.
3203 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3205 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3207 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3209 * configure.in (vax-*-netbsd*): Re-enable gas.
3211 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3213 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3214 BUILD_PREFIX_1, to correct nomenclature.
3215 * configure: Likewise.
3217 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3218 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3220 2002-05-31 Olaf Hering <olh@suse.de>
3222 * config-ml.in: Propogate DESTDIR also.
3224 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3226 * configure.in (vax-*-netbsd*): Don't build gas for this
3229 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3231 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3234 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
3236 * MAINTAINERS (Write After Approval): Add myself.
3238 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3240 * config.guess: Update to 2002-05-22 version.
3241 * config.sub: Likewise.
3243 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3245 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3246 * config-ml.in: Likewise.
3247 * configure: Likewise.
3248 * configure.in: Likewise.
3250 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
3252 * MAINTAINERS: Update my email address.
3254 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3256 * configure.in: Simplify makefile fragment collection.
3258 * configure.in: Remove code to build emacs.
3260 * configure.in : Remove --srcdir argument from targargs and buildargs
3261 (it's always overridden in the Makefile anyway). Rearrange a bit.
3263 * configure: Move some logic to configure.in.
3264 * configure.in: Move some logic from configure.
3266 2002-05-11 Tom Tromey <tromey@redhat.com>
3268 * MAINTAINERS: Reflect libgcj reality.
3270 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
3272 * Makefile.in: Honour DESTDIR.
3274 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3276 * config.guess: Import 2002-03-20 version.
3277 * config.sub: Import 2002-04-26 version.
3279 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3281 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3283 2002-05-07 Tim Josling <tej@melbpc.org.au>
3285 * MAINTAINERS: Add self.
3287 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
3289 * ltmain.sh: Detect and handle object name conflicts
3290 while piecewise linking a static library.
3292 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
3294 * configure.in (noconfigdirs): Don't disable libgcj on
3295 sparc64-*-solaris* and sparcv9-*-solaris*.
3297 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
3299 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3301 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3303 * configure.in (FLAGS_FOR_TARGET): Do not add
3304 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3305 on i[3456]86-*-linux*.
3307 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3309 * configure.in (noconfigdirs): Replace [ ] with test.
3311 * configure.in (noconfigdirs): Do not add target-newlib if
3312 target == i[3456]86-*-linux*, and host == target.
3314 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3316 * configure.in: delete reference to absent file
3318 * configure.in: replace '[' with 'test'
3320 * configure.in: Eliminate references to gash.
3321 * Makefile.in: Eliminate references to gash.
3323 * configure.in: remove useless references to 'pic' makefile fragments.
3325 * configure.in: (*-*-windows*) Finish removing.
3327 * configure.in: Eliminate redundant test for libgui.
3329 2002-04-29 Roger Sayle <roger@eyesopen.com>
3331 * MAINTAINERS: Add self and realphabetize. Update entries
3332 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
3333 entry for a29k port maintainer.
3335 2002-04-26 Joel Sherrill <joel@OARcorp.com>
3337 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3338 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3340 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3342 * configure.in: remove references to dead files
3344 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3346 * MAINTAINERS: Add information about purpose of this file.
3348 2002-04-18 Tom Tromey <tromey@redhat.com>
3350 * configure.in: Disallow configuring libgcj when it is already
3351 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3352 Solaris 2.8 by default. For PR libgcj/6158.
3354 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3356 * configure.in: Move default CC setting out of config/mh-* fragments
3359 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3361 * configure.in: don't even try to configure or make a subdirectory
3362 if there's no configure script for it.
3364 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3366 * MAINTAINERS: Remove chill maintainers.
3367 * Makefile.in (CHILLFLAGS): Remove.
3368 (CHILL_LIB): Remove.
3369 (TARGET_CONFIGDIRS): Remove libchill.
3370 (CHILL_FOR_TARGET): Remove.
3371 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3373 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3374 (CHECK_TARGET_MODULES): Likewise.
3375 (INSTALL_TARGET_MODULES): Likewise.
3376 (CLEAN_TARGET_MODULES): Likewise.
3377 (configure-target-libchill): Remove.
3378 (all-target-libchill): Remove.
3379 * configure.in (target_libs): Remove target-libchill.
3380 Do not compute CHILL_FOR_TARGET.
3381 * libchill: Remove directory.
3383 2002-04-11 DJ Delorie <dj@redhat.com>
3385 * Makefile.in, configure.in: Sync with binutils, entries
3388 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3390 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3391 (do-tar, do-bz2): New rules.
3392 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3393 (gdb-tar): New rule.
3394 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3395 (insight_dejagnu.tar): New rule.
3396 (insight.tar): New rule.
3397 (gdb+dejagnu.tar): New rule.
3398 (gdb.tar): New rule.
3400 2002-02-01 Mo DeJong <supermo@bayarea.net>
3402 * Makefile.in: Add all-tix to deps for all-snavigator
3403 so that tix is built when building snavigator.
3405 2002-01-11 Steve Ellcey <sje@cup.hp.com>
3407 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3408 ld and gdb are not supported.
3410 2002-01-07 Mark Salter <msalter@redhat.com>
3412 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3413 Allow target-libgloss to be built for arm, strongarm, and xscale.
3415 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3417 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3418 options for i[3456]86-pc-linux* native builds.
3420 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3422 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3423 files from .po files for a distribution.
3425 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
3427 * configure.in: Enable libstdc++-v3 for h8300 targets.
3429 2001-06-19 Alan Modra <amodra@bigpond.net.au>
3431 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
3434 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3436 * Makefile.in (VER): When present, extract the version number from
3437 the file version.in.
3439 2001-05-24 Tom Rix <trix@redhat.com>
3441 * configure.in : enable ld for aix
3443 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3445 * config.guess: Add linux target for S/390.
3447 2000-11-07 Philip Blundell <pb@futuretv.com>
3449 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3451 2000-11-03 Philip Blundell <pb@futuretv.com>
3453 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3456 2001-01-15 Ben Elliston <bje@redhat.com>
3458 * configure.in (host_tools): Add sid.
3459 Always configure cgen.
3461 2000-11-24 Nick Clifton <nickc@redhat.com>
3463 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3466 2000-08-20 Doug Evans <dje@casey.transmeta.com>
3468 * Makefile.in (ALL_MODULES): Add all-cgen.
3469 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3470 (all-cgen): New target.
3471 (all-opcodes,all-sim): Depend on all-cgen.
3472 * configure.in (host_tools): Add cgen.
3473 Only configure cgen if --enable-cgen-maint.
3475 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
3477 * configure.in: Add *-*-freebsd* configurations.
3479 2002-04-08 Tom Tromey <tromey@redhat.com>
3481 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3482 Fixes PR libgcj/6068.
3484 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3486 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3488 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3490 * configure.in (alpha*-dec-osf*): Enable libgcj.
3492 2003-03-27 Matthew Gingell <gingell@gnat.com>
3494 * MAINTAINERS (Write After Approval): Add myself.
3496 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3498 Fix for: PR bootstrap/3591, target/5676
3499 * configure.in (mcore-pe): Disable the configuration of
3500 libstdc++-v3 since exceptions are not supported.
3502 2002-03-20 Anthony Green <green@redhat.com>
3504 * configure.in: Enable libgcj for xscale-elf target.
3506 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
3508 * MAINTAINERS: Update my email address.
3510 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
3512 * ltmain.sh (relink_command): Fix typo in previous change.
3514 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
3516 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3517 (relink_command): Added --tag flags.
3518 (mode=install): If relinking fails; error out.
3520 2002-03-12 Richard Henderson <rth@redhat.com>
3522 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3524 (do-check): Rename from check.
3525 (check): Allow parallel check.
3527 2002-03-12 Bob Wilson <bob.wilson@acm.org>
3529 * MAINTAINERS: Add myself as maintainer for xtensa port.
3530 Fix alphabetical order in CPU port maintainer list.
3531 Remove myself from Write After Approval list.
3533 2002-03-11 Richard Henderson <rth@redhat.com>
3535 * Makefile.in (.NOTPARALLEL): Add fake tag.
3537 2002-03-07 H.J. Lu (hjl@gnu.org)
3539 * configure.in: Enable gprof for mips*-*-linux*.
3541 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
3543 * MAINTAINERS (Write After Approval): Add myself.
3545 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3547 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3549 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3551 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
3553 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3554 because its Makefile is there; test for the executable instead.
3556 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
3558 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3559 libstdc++-v3 and libjava.
3561 2002-02-11 Adam Megacz <adam@xwt.org>
3563 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3566 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3568 * config.guess: Updated to 2002-01-30's version.
3569 * config.sub: Updated to 2002-02-01's version.
3570 Contribute sh64-elf.
3571 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3572 * configure.in: Added sh64-*-*.
3574 2002-02-08 Chris Demetriou <cgd@broadcom.com>
3576 * MAINTAINERS: Belatedly add myself to write after approval list.
3578 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
3580 * MAINTAINERS: Put self in as maintainer for x86-64 port.
3581 Remove self as Write After Approval.
3583 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
3585 * MAINTAINERS: Put self in as maintainer for contrib/regression
3588 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
3590 * MAINTAINERS: Update my email address.
3592 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3594 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3595 target-libiberty, and target-libgloss. Skip Java-related
3596 libraries if not supported for NetBSD on target CPU.
3598 2002-01-25 Douglas B Rupp <rupp@gnat.com>
3600 * install-sh: Use _inst.$$_ for temp file name.
3602 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
3604 * MAINTAINERS (Write After Approval): Move my contact info
3606 (OS Port Maintainers): ...to here (netbsd).
3608 2002-01-22 Bob Wilson <bob.wilson@acm.org>
3610 * MAINTAINERS (Write After Approval): Add myself.
3612 2002-01-17 H.J. Lu <hjl@gnu.org>
3614 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3615 (all-target-fastjar): Also depend on all-target-libiberty.
3617 2002-01-16 H.J. Lu (hjl@gnu.org)
3619 * config.guess: Import from master sources, rev 1.225.
3620 * config.sub: Import from master sources, rev 1.238.
3622 2002-01-16 Kazu Hirata <kazu@hxi.com>
3624 * MAINTAINERS (Write After Approval): Remove myself.
3626 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
3628 * MAINTAINERS (Write After Approval): Add myself.
3630 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
3632 * MAINTAINERS: Add self as docs co-maintainer.
3634 2001-12-11 Matthias Klose <doko@debian.org>
3636 * MAINTAINERS (Write After Approval): Add myself.
3638 2001-12-09 Zack Weinberg <zack@codesourcery.com>
3640 * MAINTAINERS: Update my email address.
3642 2001-12-07 Turly O'Connor <turly@apple.com>
3643 * MAINTAINERS (Write After Approval): Add myself.
3644 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3645 (rs6000_initialize_trampoline): Call __trampoline_setup for
3647 * darwin-tramp.asm: New file, implements __trampoline_setup.
3648 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3650 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3652 * MAINTAINERS (Write After Approval): Add myself.
3654 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3656 * configure, configure.in: Use temp file for long sed commands.
3658 2001-12-03 Laurent Guerby <guerby@acm.org>
3660 * config.sub: Update to version 1.232 on subversion.
3662 2001-12-03 Ben Elliston <bje@redhat.com>
3664 * MAINTAINERS: Update mail address for config.* patches.
3666 2001-11-27 DJ Delorie <dj@redhat.com>
3667 Zack Weinberg <zack@codesourcery.com>
3669 When build != host, create libiberty for the build machine.
3671 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3673 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3675 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3677 (all.normal): Depend on ALL_BUILD_MODULES.
3678 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3679 (all-build-libiberty): Depend on configure-build-libiberty.
3681 * configure: Calculate and substitute proper value for
3683 * configure.in: Create the build subdirectory.
3684 Calculate and substitute TARGET_CONFIGARGS (formerly
3685 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3687 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3689 * MAINTAINERS (write-after-approval): Add self.
3691 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3693 * MAINTAINERS (GNATS only accounts): Remove self.
3695 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>