1 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6 "*-*-elf" and "*-*-linux*".
7 * configure: Regenerate.
9 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
11 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
13 2005-04-12 Mike Stump <mrs@apple.com>
15 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
17 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
19 * MAINTAINERS (Write After Approval): Add myself.
21 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
23 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
25 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
27 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
28 (TARGET_CONFIGARGS): Include --with-target-subdir.
29 (configure, all): New macros. Use them throughout.
30 * Makefile.in: Regenerate.
32 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
34 * MAINTAINERS (Write After Approval): Add myself.
36 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
38 * MAINTAINERS: Remove 'loop unrolling' maintainer.
40 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
42 * MAINTAINERS: Move John Carr to Write After Approval.
44 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
46 * config/mh-mingw32: Delete.
47 * configure.in: Don't use it.
48 * configure: Regenerate.
50 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
52 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
53 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
54 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
55 (HOST_LIB_PATH): Generate from Makefile.def.
56 (TARGET_LIB_PATH): Likewise.
57 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
58 * Makefile.in: Regenerate.
59 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
60 (RPATH_ENVVAR): Include Darwin case.
61 * configure: Regenerate.
63 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
65 * MAINTAINERS (Various Maintainers): Remove self.
66 (Write After Approval): Add self.
68 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
70 * MAINTAINERS (Various Maintainers): Add self.
72 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
74 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
75 * configure: Regenerate.
77 2005-03-21 Zack Weinberg <zack@codesourcery.com>
79 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
80 gcc_version, and gcc_version_trigger from set of flags to pass.
81 * Makefile.tpl: Remove definitions of above variables.
82 (config.status): Remove dependency on $(gcc_version_trigger).
83 * Makefile.in: Regenerate.
84 * configure.in: Do not reference config/gcc-version.m4 nor
85 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
86 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
87 * configure: Regenerate.
89 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
90 Andrew Pinski <pinskia@physics.uc.edu>
92 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
93 * Makefile.in: Regenerate.
95 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
97 * MAINTAINERS (Write After Approval): Add myself.
99 2005-03-03 David Ayers <d.ayers@inode.at>
101 * MAINTAINERS (Write After Approval): Add myself.
103 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
106 * ltmain.sh: Avoid creating archives with components that have
109 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
112 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
114 * Makefile.in: Regenerate.
116 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
118 * Makefile.in: Regenerate to fix conflict between the previous two
121 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
124 * Makefile.def (target_modules): Remove "stage", now unnecessary.
125 * Makefile.tpl (HOST_SUBDIR): New substitution.
126 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
127 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
128 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
129 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
130 (Host modules, Bootstrapped modules): Use it.
131 (Build modules, Target modules): Do not create symlink trees,
132 always configure out-of-srcdir.
133 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
134 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
135 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
136 $(HOST_SUBDIR). Create a symlink for host_subdir.
138 * Makefile.in: Regenerate.
139 * configure: Regenerate.
141 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
143 Merged from libada-gnattools-branch:
144 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
146 * gnattools: New directory.
147 * Makefile.def: Add gnattools as a module, depending on target-libada.
148 * Makefile.in: Regenerate.
149 * configure.in: Include gnattools in host_tools; disable it if ada
151 * configure: Regenerate.
153 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
155 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
157 (Write After Approval): Remove myself.
159 2005-02-23 Paul Schlie <schlie@comcast.net>
161 * configure.in: Allow darwin targeted ports to build tk, itcl and
163 * configure: Regenerate.
165 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
168 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
169 * configure: Regenerate.
171 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
173 * MAINTAINERS (Write After Approval): Add myself.
175 2005-02-10 Ian Lance Taylor <ian@airs.com>
177 * MAINTAINERS: Update my e-mail address.
179 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
181 * MAINTAINERS (Write After Approval): Add myself.
183 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
185 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
186 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
187 target-libgloss when not *-*-elf and *-*-aout.
188 * configure: Regenerate.
190 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
192 * MAINTAINERS: Remove obsolete entries.
194 * MAINTAINERS (Write After Approval): Add Michael Matz.
196 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
198 * MAINTAINERS: Remove self as cpplib maintainer.
200 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
202 * install-sh, config.sub: Import from upstream.
204 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
207 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
208 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
209 * Makefile.in: Regenerate.
211 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
213 * MAINTAINERS: Update my email address.
215 2005-01-12 David Edelsohn <edelsohn@gnu.org>
216 Andreas Schwab <schwab@suse.de>
219 * config-ml.in: Eval option if surrounded by single quotes.
221 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
223 Revert 2004-12-28 Makefile changes, a better fix will be
224 applied to mainline and src after GCC 4.0 branches.
226 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
230 * Makefile.def (target_modules): Remove stage parameter,
231 it is always true now.
232 * Makefile.tpl (configure-build-[+module+],
233 configure-target-[+module+]): Always build symlink tree
234 for the directory and for include. BUILD_SUBDIR and
235 TARGET_SUBDIR cannot be . anymore.
236 * Makefile.in: Regenerate.
238 2004-12-25 David Edelsohn <edelsohn@gnu.org>
240 Revert 2004-12-08 Makefile changes.
242 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
244 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
247 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
249 * configure.in (sh64-*-*): Reenable gprof.
250 * configure: Regenerate.
252 2004-12-08 David Edelsohn <edelsohn@gnu.org>
254 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
255 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
256 (EXTRA_TARGET_FLAGS): Add PICFLAG.
257 * Makefile.in: Regenerate.
259 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
261 * MAINTAINERS: Update my email address.
263 2004-12-07 Matt Kraai <kraai@ftbfs.org>
265 * Makefile.tpl: Generate normal dependencies if the LHS module is
267 * Makefile.in: Regenerate.
269 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
271 * configure.in: Include config/gxx-include-dir.m4. Use
272 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
273 * configure: Regenerate.
275 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
278 * configure.in: Set libstdcxx_incdir directly.
279 * configure: Regenerate.
281 2004-12-02 Eric Christopher <echristo@redhat.com>
283 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
284 * Makefile.in: Regenerate.
286 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
288 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
289 * configure: Regenerate.
291 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
293 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
294 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
295 * configure: Regenerate.
297 2004-12-01 Eric Christopher <echristo@redhat.com>
299 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
302 2004-11-29 Matt Kraai <kraai@ftbfs.org>
304 * MAINTAINERS (Write After Approval): Update my e-mail address.
306 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
308 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
309 from CVS libtool to always pass_all.
311 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
313 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
314 (hppa*64*-*-*): Delete incorrect comment.
315 * configure: Rebuilt.
317 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
319 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
321 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
323 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
324 from CVS libtool to always pass_all.
326 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
328 * install-sh, compile: Import from automake.
330 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
332 * config.guess, config.sub: Import from savannnah.
334 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
336 * MAINTAINERS (Write After Approval): Add myself
338 2004-11-12 Mike Stump <mrs@apple.com>
340 * Makefile.def: Add html support.
341 * Makefile.tpl: Likewise.
342 * Makefile.in: Regenerate.
344 2004-11-11 Geoffrey Keating <geoffk@apple.com>
347 * configure.in: Remove all instances of build-fixincludes from
349 (build_configargs): Supply --target to subdirectories.
350 * configure: Regenerate.
352 * Makefile.def: Make gcc install depend on fixincludes install.
353 * Makefile.in: Regenerate.
355 2004-11-10 Janis Johnson <janis187@us.ibm.com>
357 * MAINTAINERS: Add myself as gcc testsuite maintainer.
359 2004-11-11 Paul Brook <paul@codesourcery.com>
361 * MAINTAINERS: Add self as arm maintainer. Update email address.
363 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
365 * configure.in (noconfigdirs) [mmix-*-*]: Disable
367 * configure: Regenerate.
369 2004-11-07 David Edelsohn <edelsohn@gnu.org>
371 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
374 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
376 * Makefile.def (host fixincludes): Specify missing targets.
377 * Makefile.in: Regenerate.
379 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
381 * MAINTAINERS: Add myself
383 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
385 * MAINTAINERS (Write After Approval): Add myself.
387 2004-11-04 Geoffrey Keating <geoffk@apple.com>
389 * Makefile.def: Build fixincludes for the host, too.
390 * Makefile.in: Regenerate.
391 * configure.in (host_tools): Add fixincludes.
392 * configure: Regenerate.
394 2004-11-04 Daniel Jacobowitz <dan@debian.org>
396 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
397 * configure: Regenerated.
399 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
402 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
403 * configure: Regenerated.
405 2004-10-31 Mark Mitchell <mark@codesourcery.com>
407 * README.SCO: Update per FSF instructions.
409 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
412 * configure.in (case ${target}): Do not build fixincludes for avr.
413 * configure: Regenerated.
415 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
417 * configure.in (case ${target}): Do not build fixincludes
418 on platforms where it is not used.
419 * configure: Regenerated.
421 2004-10-23 Daniel Jacobowitz <dan@debian.org>
423 * configure.in: Use an absolute path to install-sh.
424 * configure: Regenerated.
426 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
428 * MAINTAINERS (Write After Approval): Add myself.
430 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
432 * MAINTAINERS: Remove from Write After Approval those that are
435 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
437 * MAINTAINERS: Update my email address.
439 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
441 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
442 * configure: Regenerate.
444 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
446 * MAINTAINERS: Update my email address.
448 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
450 * MAINTAINERS (Language Front Ends Maintainers): New. Move
451 entries belonging to this category.
453 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
455 * MAINTAINERS: Update my e-mail address.
457 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
459 Fix wrong conflict resolution in:
461 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
463 * Makefile.in: Regenerate.
464 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
465 in the recursive `make', instead of hardwiring `all'.
466 (Autogenerated TARGET-* variables): New.
468 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
470 * configure.in: Enable target-libgloss for crx-*-*.
471 * configure: Regenerate.
473 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
475 * MAINTAINERS (Various Maintainers): Move the "windows,
476 cygwin, mingw" maintainer to ...
477 (OS Port Maintainers): ... here.
479 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
481 * MAINTAINERS (Write After Approval): Remove those that are
482 maintainers of some subsystem.
484 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
486 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
487 * ltcf-cxx.sh (tpf*): Likewise.
488 * ltconfig (tpf*): Add TPF OS configuration support.
490 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
492 * MAINTAINERS: Change my email address to my new work account.
494 2004-09-24 Michael Roth <mroth@nessie.de>
496 * configure.in (--without-headers): Add missing double quotes.
497 * configure: Regenerate.
499 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
501 * ylwrap: Revert to previous version.
503 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
506 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
507 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
508 SET_GCC_LIB_PATH_CMD.
509 (BASE_TARGET_EXPORTS): Likewise.
510 * Makefile.in: Regenerated.
512 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
513 * configure: Regenerated.
515 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
517 * config.guess: New upstream version
518 * compile, depcomp, install-sh, ylwrap: Likewise.
520 2004-09-19 Roger Sayle <roger@eyesopen.com>
522 * config/mh-x86omitfp: New host makefile fragment. Add
523 -fomit-frame-pointer to the default BOOT_CFLAGS.
524 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
525 * configure: Regenerate.
527 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
530 * configure.in (*-*-darwin*): Renable libobjc.
531 * configure: Regenerate.
533 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
535 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
537 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
539 * Makefile.def: Remove libbanshee.
540 * Makefile.tpl: Ditto.
541 * configure.in: Ditto.
542 * Makefile.in: Regen.
545 2004-09-08 David Edelsohn <edelsohn@gnu.org>
547 * ltmain.sh: Use $pic_object as $non_pic_object if
548 $non_pic_object=none.
550 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
552 * missing: Import latest version from master repository.
554 2004-09-06 Nick Clifton <nickc@redhat.com>
556 * config.sub: Import latest version from master repository.
557 * config.guess: Likewise.
558 This includes these changes:
560 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
562 * config.sub: Handle crisv32, alias etraxfs.
563 * config.guess (crisv32:Linux:*:*): Handle.
565 2004-08-13 Brad Smith <brad@comstyle.com>
567 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
568 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
570 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
572 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
573 assume the processor is a powerpc. This is because coreutils
574 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
575 in this case, due to a MacOS X bug that causes
576 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
577 to return a negative number.
578 Problem reported by Petter Reinholdtsen in:
579 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
581 2004-07-19 Ben Elliston <bje@gnu.org>
583 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
585 2004-06-24 Ben Elliston <bje@gnu.org>
587 * config.guess: Update copyright years.
588 * config.sub: Likewise.
590 2004-06-22 Robert Millan <robertmh@gnu.org>
592 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
593 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
595 2004-06-22 Stanley F. Quayle <stan@stanq.com>
597 * config.guess (*:*VMS:*:*): New entry. Replaces
598 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
601 2004-06-22 Ben Elliston <bje@gnu.org>
603 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
604 * config.sub: Likewise.
606 2004-06-22 Ben Elliston <bje@gnu.org>
608 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
609 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
611 2004-06-11 Ben Elliston <bje@gnu.org>
613 * config.guess (pegasos:OpenBSD:*:*): Remove.
615 2004-06-11 Ben Elliston <bje@gnu.org>
617 From Wouter Verhelst <wouter@grep.be>:
618 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
620 2004-06-11 Ben Elliston <bje@gnu.org>
622 * config.guess (luna88k:OpenBSD:*:*): New.
624 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
626 * config.guess (m32r*:Linux:*:*): New case.
627 * config.sub: Handle m32rle.
629 2004-03-12 Ben Elliston <bje@wasabisystems.com>
631 From Jens Petersen <petersen@redhat.com>:
632 * config.sub: Handle sparcv8.
634 2004-03-03 Ben Elliston <bje@wasabisystems.com>
636 From Tom Smith <smith@cag.lkg.hp.com>:
637 * config.guess: Version suffixes are equally significant on Tru64
638 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
639 prefix of "P" (patched kernel).
641 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
643 * config.sub: Add support for National Semiconductor CRX target.
645 2004-09-03 Janis Johnson <janis187@us.ibm.com>
647 * MAINTAINERS (Various Maintainers): Remove myself as web page
648 maintainer, add myself as maintainer of build status lists.
650 2004-09-03 Jan Beulich <jbeulich@novell.com>
652 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
653 *-*-netware, but add target-libmudflap.
654 Consolidate *-*-netware targets (of which really only i?86 exists)
656 * configure: Likewise.
658 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
660 * Makefile.tpl (sorry): Remove.
661 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
662 (cleanstrap targets): Depend on distclean, not distclean-stage1.
663 (do-clean): Clean per-stage directories too.
664 (do-distclean): Run distclean-stage1 too.
665 (.NOTPARALLEL): Enable during toplevel bootstrap.
666 (stage[+id+]-bubble): Enable parallel execution during
667 the recursive invocation.
668 * Makefile.in: Regenerate.
670 Fix previous checkin:
672 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
674 * configure.in: Fix indentation.
675 * configure: Regenerate.
677 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
679 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
680 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
681 * configure: regenerate
682 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
686 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
688 * Makefile.def (build_modules): Add fixincludes.
689 (dependencies): Make gcc depend on fixincludes.
690 * configure.in (build_tools): Add fixincludes.
691 (build_configdirs): Always include build_libs.
692 * Makefile.in: Regenerate.
693 * configure: Regenerate.
695 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
697 * Makefile.def (bootstrap stages): Add 'lean' parameter.
698 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
699 phony targets; do not generate timestamp files.
700 (distclean-stageN): Remove references to their timestamp files.
701 (restageN, touch-stageN): Remove.
702 (stageN-bubble): Rewritten.
703 (compare): Support lean bootstraps.
704 * Makefile.in: Regenerate.
706 * configure.in: Only warn when bootstrapping but
707 build != host or build != target. Support lean bootstraps.
708 * configure: Regenerate.
710 2004-08-26 Phil Edwards <phil@codesourcery.com>
712 * configure.in: Give a better error message if GMP/MPFR are missing
713 and a language needing them has been requested.
714 * configure: Regenerated.
716 2004-08-25 Phil Edwards <phil@codesourcery.com>
718 * configure.in: Print a list of available language front-ends if
719 a requested one is missing. Tidy stray tab characters.
720 * configure: Regenerated.
722 2004-08-19 Michael Koch <konqueror@gmx.de>
724 * gcc/doc/install.texi: Update entry about automake for libjava.
726 2004-08-17 Robert Millan <robertmh@gnu.org>
728 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
729 (instead of FreeBSD).
730 * configure: Regenerate.
732 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
734 * Makefile.in: Regenerate.
735 * configure: Regenerate.
737 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
739 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
740 for bootstrapped modules if toplevel bootstrap is going.
741 (GCC bootstrap): Generate per-stage targets for all bootstrapped
742 modules. Adjust for changes in Makefile.def. Enable several
743 rules even in non-bootstrap mode, just to avoid peppering the
744 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
745 (stage-[+prev+]-bubble): Remove.
747 * Makefile.def (Dependencies): Depend on all-build-bison,
748 all-build-flex, all-build-byacc, all-build-texinfo, rather
749 than the host variations.
750 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
752 (BISON): Update for recent Bisons.
754 (cross): Depend on all-build.
755 (all): Do not depend on all-build.
756 (prebootstrap): Remove.
757 (dep-kind): Accept separate prefixes for MODULE and ON variables.
758 (Prebootstrap dependencies): Add them to the per-stage targets
759 and to all-prebootstrap.
760 * configure.in (build_configdirs): Always enable build_tools.
761 (BUILD_DIR_PREFIX): Remove.
763 * Makefile.def (gcc): Add target variable.
764 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
765 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
766 in the recursive `make', instead of hardwiring `all'.
767 (Autogenerated TARGET-* variables): New.
769 2004-08-13 Brian Booth <bbooth@redhat.com>
771 * MAINTAINERS: Remove myself from write-after-approval.
773 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
775 * src-release: Stop distributing mmalloc with gdb (which doesn't
777 * Makefile.def: GDB doesn't depend on mmalloc anymore.
778 * Makefile.in: Regenerate.
780 2004-08-09 Mark Mitchell <mark@codesourcery.com>
782 * configure.in (arm*-*-eabi*): New target.
783 * configure: Regenerate.
785 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
787 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
788 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
789 (Dependencies): New section.
790 * Makefile.tpl (Dependencies): Generate from Makefile.def.
791 (configure-target-[+module+]): Depend on maybe-all-gcc
792 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
793 (toplevel profiledbootstrap): Fix dependencies.
794 * Makefile.in: Regenerate.
796 2004-08-03 Mark Mitchell <mark@codesourcery.com>
798 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
799 target-libiberty to noconfigdirs.
800 * configure: Regenerate.
802 2004-08-03 Paul Brook <paul@codesourcery.com>
804 * configure.in: Check for MPFR as well as GMP.
805 * configure: Regenerate.
807 2004-08-01 Robert Millan <robertmh@gnu.org>
809 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
810 libmudflap for all GNU-based systems (with Glibc).
811 * configure: Regenerate.
813 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
815 * Makefile.def (host-modules): Add gcc.
816 * Makefile.in: Regenerate.
817 * Makefile.tpl (sorry): New rule.
818 (configure-host, all-host, [+make_target+]-host, do-check,
819 install-host): Do not add gcc as a special case.
820 (host modules): Add a small special-casing for gcc. Export
821 extra_make_flags through the environment.
822 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
823 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
824 other recursive targets for gcc): Remove.
826 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
827 (stage, unstage): New rules.
828 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
829 distclean-stage[+id+]): Use stage_current.
830 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
831 the stage*-start rules.
833 2004-08-02 Geoffrey Keating <geoffk@apple.com>
835 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
838 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
840 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
841 * configure: Regenerate.
843 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
845 * maintainer-scripts/gcc_release: Revert yesterday's change.
847 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
849 * MAINTAINERS: Add myself to write-after-approval.
851 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
854 * gcc/gccbug.in: Updated because of libf2c removal.
855 * maintainer-scripts/gcc_release: Ditto.
857 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
859 * configure.in: Build libmudflap by default on FreeBSD.
860 * configure: Regenerated.
862 2004-07-09 Mark Mitchell <mark@codesourcery.com>
864 * configure.in: Do not build libmudflap by default on non-GNU/Linux
866 * configure: Regenerated.
868 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
871 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
872 feedback based compiler.
873 * Makefile.in: Rebuilt.
875 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
877 * Makefile.def (host_modules): Set bootstrap=true for flex.
878 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
879 * Makefile.in: Rebuilt.
881 2004-07-07 Jan Hubicka <jh@suse.cz>
883 * MAINTAINERS: Add self as a profile feedback maintainer.
885 2004-07-05 Phil Edwards <phil@codesourcery.com>
887 * configure.in: Do not prepend $srcdir to /dev/null in
889 * configure: Regenerate.
891 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
893 * Makefile.def (build_modules): Add bison, byacc, flex,
895 (flags_to_pass): Add FLEX.
896 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
897 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
898 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
899 DEFAULT_MAKEINFO): Remove.
900 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
901 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
902 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
903 objdir or else use configured tool.
906 (Build module dependencies): Add.
907 * Makefile.in: Regenerate.
908 * configure.in: Better support for multiple build modules,
909 matching what is done for host/target modules. Do not look
910 for "plausible" locations of build tools if Canadian cross.
911 Use autoconf's AC_PROG_CC to find a C compiler. Define
912 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
913 * configure: Regenerate.
915 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
917 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
918 * Makefile.in: Regenerate.
920 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
922 * Makefile.tpl (configure-build-[+module+],
923 configure-[+module+], configure-target-[+module+]): Pass
924 [+extra_configure_args+].
925 (all-build-[+module+], all-[+module+], check-[+module+],
926 install-[+module+], [+make_target+]-[+module+],
927 all-target-[+module+], check-target-[+module+],
928 install-target-[+module+], [+make_target+]-target-[+module+]):
929 Pass [+extra_make_args+].
930 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
931 (GCC_HOST_EXPORTS): Remove.
932 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
933 cross, check-gcc, check-gcc-c++, install-gcc,
934 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
935 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
936 * Makefile.in: Regenerate.
938 2004-06-21 Matthew Sachs <msachs@apple.com>
940 * MAINTAINERS: Added self to write-after-approval.
942 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
944 * configure.in: Check for srcdir/winsup rather than build directory
946 * configure: Regenerate.
948 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
950 * configure.in: Don't build Cygwin native newlib if winsup
951 directory is missing. Emit warning instead.
952 * configure: Regenerate.
954 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
956 * Makefile.tpl (touch-stage[+id+]): New.
957 (restage[+prev+]): Depend on touch-stage[+id+].
959 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
962 * Makefile.def: Add profile and feedback bootstrap stages.
963 Remove next field from bootstrap stages.
964 * Makefile.tpl (LN, LN_S): Substitute.
965 (stageN-start, stageN-end): Use double-colon rules, to
966 provide a hook for additional setup commands.
967 (distclean-stageN-gcc, restageN): Create dependencies from
968 [+prev+], not from [+next+].
969 (stageN-bubble): Add commands for successive stages from
970 [+prev+], using double-colon rules.
971 (all-stageN-gcc): Fix typo.
972 (stagefeedback-start, profiledbootstrap): New.
973 * Makefile.in: Regenerate.
974 * configure.in: Call ACX_PROG_LN.
975 * configure: Regenerate.
977 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
979 * MAINTAINERS (Write After Approval): Add myself.
981 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
983 * MAINTAINERS (Write After Approval): Add myself.
985 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
987 * configure.in: Fix --enable-bootstrap breakage introduced in trees
989 * configure: Regenerate.
991 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
993 * Makefile.tpl: Fix typo.
994 * Makefile.in: Regenerate.
996 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
998 * configure.in: Remove new- prefix from toplevel
1000 * configure: Regenerate.
1002 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1004 * Makefile.tpl (all.normal): Rename to all.
1005 (all): Replace with a rule to pick the default
1006 target from configure.
1007 (all-gcc, configure-gcc): Use conditionals to
1008 do nothing when toplevel bootstrap is going on.
1009 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1010 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1011 * configure.in: Support --enable-bootstrap.
1013 * Makefile.def: Remove new- prefix from toplevel
1015 * Makefile.tpl: Likewise.
1017 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1020 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1021 $(RECURSE_FLAGS) to recursive invocation of make.
1023 * Makefile.in: Regenerate.
1024 * configure: Regenerate.
1026 2004-05-30 Andreas Jaeger <aj@suse.de>
1027 Jim Wilson <wilson@specifixinc.com>
1029 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1032 2004-05-27 Daniel Jacobowitz <dan@debian.org>
1034 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1035 * configure: Regenerate.
1037 2004-05-25 Daniel Jacobowitz <drow@false.org>
1039 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1040 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1041 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1043 * Makefile.in: Regenerate.
1045 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
1047 * configure.in: Test the ability to symlink directories.
1048 * configure: Regenerate.
1050 * Makefile.def (bootstrap-stage): New definitions.
1051 * Makefile.tpl (configure-stage1-gcc,
1052 configure-stage2-gcc, configure-stage3-gcc,
1053 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1054 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1055 new-restage3, compare): Autogenerate, see Makefile.in
1056 entry for behavioral changes.
1057 (distclean-stage1, new-stage1-start, new-stage1-end,
1058 new-stage1-bubble, distclean-stage2, new-stage2-start,
1059 new-stage2-end, new-stage2-bubble, distclean-stage3,
1060 new-stage3-start, new-stage3-end): New autogenerated targets.
1061 (objext, prebootstrap, BOOT_CFLAGS,
1062 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1065 * Makefile.in: Regenerate.
1066 (distclean-stage1, new-stage1-start, new-stage1-end,
1067 new-stage1-bubble, distclean-stage2, new-stage2-start,
1068 new-stage2-end, new-stage2-bubble, distclean-stage3,
1069 new-stage3-start, new-stage3-end): New targets.
1070 (all-stage1-gcc): Move prebootstrap dependency from here...
1071 (configure-stage1-gcc): ...to here.
1072 (new-bootstrap): Use bubble targets.
1073 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1074 Use per-stage distclean targets.
1075 (configure-stage1-gcc, configure-stage2-gcc,
1076 configure-stage3-gcc, all-stage1-gcc,
1077 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1078 Use new-stageN-start to prepare the tree.
1080 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1082 * Makefile.def (host_modules): add libcpp.
1083 * Makefile.tpl: Add dependencies on and for libcpp.
1084 * Makefile.in: Regenerate.
1085 * configure.in: Add libcpp host module.
1086 * configure: Regenerate.
1088 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
1090 * Makefile.tpl: Whenever a recursive target is defined, wrap
1091 it in a special @if/@endif block, and prepare its maybe
1092 dependency in the @if/@endif block
1093 * configure.in: Instead of writing maybe dependencies, remove
1094 the @if/@endif statements, and remove the @if/@endif blocks
1096 * configure: Regenerate.
1097 * Makefile.in: Regenerate.
1099 2004-05-20 Janis Johnson <janis187@us.ibm.com>
1101 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1103 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1106 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1107 * */configure: Rebuilt.
1109 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1111 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1113 * configure, Makefile.in: Regenerate.
1115 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
1117 * MAINTAINERS (Write After Approval): Add myself.
1119 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1121 Merge from tree-ssa-20020619-branch.
1123 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1124 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1125 (HOST_GMPLIBS): Define.
1126 (HOST_GMPINC): Define.
1127 (TARGET_LIB_PATH): Add libmudflap.
1128 (GFORTRAN_FOR_TARGET): Define.
1129 (configure-build*): Export GFORTRAN.
1130 (configure-gcc): Export GMPLIBS and GMPINC.
1131 (all-gcc): Add maybe-all-libbanshee.
1132 (configure-target-libgfortran): Define.
1133 * Makefile.in: Regenerate.
1134 * configure.in (host_libs): Add libbanshee.
1135 (target_libraries): Add target-libmudflap and target-libgfortran.
1136 Add --with-libbanshee.
1137 Handle --disable-libmudflap.
1138 (*-*-freebsd*): Use with_gmp.
1139 Add $(libgcj) to noconfigdirs.
1140 * configure: Regenerate.
1141 * depcomp: New file.
1142 * MAINTAINERS: Add tree-ssa maintainers.
1144 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
1146 * MAINTAINERS (Various Maintainers): Add myself.
1148 2004-04-30 Brian Ford <ford@vss.fsi.com>
1150 * MAINTAINERS (Write After Approval): Add myself.
1152 2004-04-29 Uros Bizjak <uros@kss-loka.si>
1154 * MAINTAINERS (Write After Approval): Add myself.
1156 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1158 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1159 * configure: Regenerate.
1161 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1164 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1166 * Makefile.def (flags_to_pass): Remove *dir variables that
1167 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1168 as well as prefix and exec_prefix.
1169 * Makefile.in: Regenerate.
1171 2004-04-26 Robert Millan <robertmh@gnu.org>
1173 Add patches from libtool CVS.
1174 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1175 * ltconfig: Likewise.
1176 * ltcf-c.sh: Likewise.
1177 * ltcf-cxx.sh: Likewise.
1178 * ltcf-gcj.sh: Likewise.
1180 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1182 * Makefile.def (host_modules): Mark with the bootstrap
1183 flag packages on which gcc depends.
1184 * Makefile.tpl (all-bootstrap): Use it.
1185 * Makefile.in: Regenerate.
1187 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1189 * Makefile.def (flags_to_pass): Remove *dir variables that
1190 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1191 as well as prefix and exec_prefix.
1192 * Makefile.in: Regenerate.
1194 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1196 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1197 * configure: Regenerate.
1198 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1199 * gcc/Makefile.tpl (compare): Use the result of the test.
1200 * gcc/Makefile.in: Regenerate.
1202 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1204 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1205 Always relocate gcc and prev-gcc to the original names, even
1207 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1210 2004-04-23 Laurent GUERBY <laurent@guerby.net>
1212 * MAINTAINERS: Update my email address.
1214 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1216 * configure.in (mips*-*-irix5*): Enable ld.
1217 * configure: Regenerate.
1219 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1221 * configure: Regenerate.
1223 2004-04-15 James E Wilson <wilson@specifixinc.com>
1225 * Makefile.tpl (configure-[+module+], configure-gcc,
1226 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1227 Set and export LDFLAGS.
1228 * Makefile.in: Regenerate.
1230 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
1232 * MAINTAINERS: Add myself to write-after-approval.
1234 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1237 * Makefile.tpl: If we don't have built-in-tree target tools,
1238 use the ones found by configure rather than hacking around with
1239 program_transform_name.
1240 * configure.in: Give Makefile.tpl the information necessary
1242 * Makefile.in: Regenerate.
1243 * configure: Regenerate.
1245 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1248 * configure.in: When computing baseargs, strip *all* copies of
1249 offending options. Also, don't match/substitute the trailing space,
1250 so that this actually works when two similar options are separated by
1252 * configure: Regenerate.
1254 2004-04-06 David Edelsohn <edelsohn@gnu.org>
1256 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1257 (rs6000-*-aix*): Same.
1258 * configure: Regenerate.
1260 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
1262 * MAINTAINERS: Add myself to write-after-approval.
1264 2004-04-03 Bud Davis <bdavis9659@comcast.net>
1266 * MAINTAINERS: Add myself to write-after-approval.
1268 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1270 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1271 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1272 * Makefile.in: Regenerate.
1274 * configure.in (top level bootstrap support): Rework --enable-werror
1275 to set @stage2_werror_flag@.
1276 * configure: Regenerate.
1277 * Makefile.tpl (top level bootstrap support): Pass
1278 @stage2_werror_flag@ down to configure in stages 2 and 3.
1279 * Makefile.in: Regenerate.
1281 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1283 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1284 for stages 2 and 3 as well as in make. As a consequence, remove
1285 OUTPUT_OPTION (now detected by configure) from the flags passed down
1287 * Makefile.in: Regenerate.
1289 * Makefile.tpl (new-bootstrap): Fix typo.
1290 * Makefile.in: Regenerate.
1292 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1294 * Makefile.tpl: Rearrange by moving recursive_targets rules
1295 into their proper sections.
1296 * Makefile.tpl (top level bootstrap support): Move disabling
1297 of coverage flags from 'make' to 'configure'; improve comments.
1298 * Makefile.in: Regenerate.
1300 * Makefile.tpl (experimental top level bootstrap) Move stage1
1301 language setting from all- target to configure- target; disable
1302 intermodule optimization in stage 1; prevent gratuitous rebuilds
1304 * Makefile.in: Regenerate.
1305 * configure.in: Comma-separate stage 1 language list for top
1307 * configure: Regenerate.
1309 * Makefile.tpl: Clean up experimental top level bootstrap support:
1310 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1311 prev-gcc in configure- targets as well as all- targets.
1312 * Makefile.in: Regenerate.
1314 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
1316 * compile: New file imported from automake.
1318 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
1320 * configure.in: Remove symbolic link section.
1321 * configure: Regenerate.
1322 * Makefile.tpl (links): Remove.
1323 * Makefile.in: Regenerate.
1325 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
1326 Nathanael Nerode <neroden@gcc.gnu.org>
1328 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1329 Set with AC_CHECK_PROGS.
1330 * configure.in: Fix comment typo from last patch.
1331 * configure: Regenerate.
1333 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1335 * Makefile.tpl: Introduce experimental top level bootstrap support.
1336 * Makefile.in: Regenerate.
1337 * configure.in: Introduce support for top level bootstrap.
1338 * configure: Regenerate.
1340 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
1341 Paolo Bonzini <bonzini@gnu.org>
1344 * configure.in: Cope with shells that do not support unquoted ^
1345 * configure: Regenerate.
1347 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
1348 Paolo Bonzini <bonzini@gnu.org>
1351 * configure.in: Cope with shells that do not support nesting
1352 quotes inside quoted backquote substitutions.
1353 * configure: Regenerate.
1355 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1358 * configure.in: Fix escaping of $.
1359 * configure: Regenerate.
1361 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1363 * configure: Regenerate, since I forgot to while committing Paolo's
1366 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
1369 Move language detection to the top level.
1370 * configure.in: Find default values for the tools as
1371 soon as possible. Disable ada if GNAT is not found.
1372 Emit error message about missing languages. Expand
1373 --enable-languages=all for the gcc subdirectory.
1375 2004-03-10 Ben Elliston <bje@gnu.org>
1377 * MAINTAINERS: Update my email address.
1379 2004-03-05 David Edelsohn <edelsohn@gnu.org>
1381 * ltconfig: Disable building static libraries if building shared
1382 libraries on AIX 5L.
1384 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1386 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1388 * configure: Regenerated.
1390 2004-03-01 Brian Booth <bbooth@redhat.com>
1392 * MAINTAINERS: Add myself to write-after-approval.
1394 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
1396 * MAINTAINERS: Add myself to write-after-approval.
1398 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1401 * Makefile.tpl: Guard XFOO sed statements better.
1402 * Makefile.tpl: Add dependency for configure-target-libada.
1403 * Makefile.in: Regenerate (incidentally fixes broken
1404 commit when libada-branch was merged).
1406 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
1408 * MAINTAINERS: Add myself to write-after-approval.
1410 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
1412 * MAINTAINERS: Add Nicola Pero and myself as libobjc
1415 2004-02-20 Andrew Cagney <cagney@redhat.com>
1417 * config.guess: Update from version 2003-10-16 to 2004-02-16.
1418 * config.sub: Update from version 2003-11-03 to 2004-02-16.
1420 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1423 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1425 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
1427 * MAINTAINERS: Added myself to write-after-approval.
1429 2004-02-14 Michael Koch <konqueror@gmx.de>
1431 * MAINTAINERS: Added myself to write-after-approval.
1433 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
1435 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
1436 some OS port maintainers to OS port maintainers section.
1438 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
1440 * MAINTAINERS: Add self.
1442 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
1444 * MAINTAINERS: Alphabetize.
1446 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
1448 * MAINTAINERS: Remove myself.
1450 2004-02-11 David Edelsohn <edelsohn@gnu.org>
1452 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1453 (rs6000-*-aix*): Same.
1454 * configure: Regenerate.
1456 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1458 * configure.in (host): Add in missing $noconfigdirs to defines.
1459 * configure: Regenerate.
1461 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1462 Nathanael Nerode <neroden@gcc.gnu.org>
1464 PR ada/6637, PR ada/5911
1465 Merge with libada-branch:
1466 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1467 with appropriate dependencies. Add --enable-libada configure switch.
1468 * configure, Makefile.in: Regenerate.
1470 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
1472 * MAINTAINERS: Add myself to write-after-approval.
1474 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1476 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1477 * configure: Regenerate.
1479 2004-02-04 Geoffrey Keating <geoffk@apple.com>
1481 Merge from upstream:
1483 * ltmain.in: When setting IFS to '~', be careful about user
1484 arguments that contain '~'.
1486 2004-02-04 Peter O'Gorman <peter@pogma.com>
1488 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
1489 Also test $base_compile against $CC with escaped arguments. Bug
1490 reported by Geoff Keating <geoffk@apple.com>.
1492 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1494 * MAINTAINERS: Remove i960 port.
1496 2004-01-23 DJ Delorie <dj@redhat.com>
1498 * Makefile.def (target_modules) [libiberty]: Don't stage.
1499 * Makefile.in: Rebuilt.
1501 2004-01-20 Caroline Tice <ctice@apple.com>
1503 * MAINTAINERS: Add myself to write-after-approval.
1505 2004-01-19 Paolo Carlini <pcarlini@suse.de>
1507 * MAINTAINERS: Update my email address.
1509 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
1511 * MAINTAINERS: Add myself to write-after-approval.
1513 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1515 * MAINTAINERS: Remove entries without email address.
1517 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
1519 * MAINTAINERS: Add myself to write-after-approval.
1521 2004-01-15 Steven Bosscher <stevenb@suse.de>
1523 * MAINTAINERS: Update my email address.
1525 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
1527 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1528 * Makefile.tpl (configure-target-[+module+]): Support stage.
1529 * Makefile.in: Rebuilt.
1531 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1533 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1535 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
1537 * MAINTAINERS: Add myself as a MIPS maintainer.
1539 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1541 * configure.in: Use ./config.cache, not config.cache.
1542 * configure: Regenerate.
1543 * Makefile.tpl: Special-casing not needed for GCC any more.
1544 * Makefile.in: Regenerate.
1546 * configure.in: Don't share a cache file for host dirs.
1547 * configure: Regenerate.
1549 * config-ml.in: Don't mess with the cache file.
1551 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1553 * MAINTAINERS: Move myself from 'Write After Approval' to
1554 'CPU Port Maintainers' section as SPARC maintainer.
1556 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1558 * Makefile.tpl: Make GCC use a separate config.cache.
1559 * Makefile.in: Regenerate.
1561 PR bootstrap/11932, PR bootstrap/11933
1562 (I don't know if it will fix either of them, but it relates
1564 * configure.in: Don't use shared config.cache for target
1566 * configure: Regenerate.
1568 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1570 * MAINTAINERS: Add myself to 'Write After Approval' section.
1572 2003-12-31 Roger Sayle <roger@eyesopen.com>
1574 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1575 * configure: Regenerated.
1577 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
1579 * MAINTAINERS: Remove the mn10200 maintainer.
1581 2003-12-21 Bernardo Innocenti <bernie@develer.com>
1583 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1584 * configure: Regenerated.
1586 2003-12-16 Jan Hubicka <jh@suse.cz>
1588 * MAINTAINERS: Add myself as callgraph maintainer.
1590 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1592 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1593 * configure: Regenerate.
1595 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1597 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1598 'Write After Approval' section. Update email.
1600 2003-12-01 James Lemke <jim@wasabisystems.com>
1602 * MAINTAINERS (Write After Approval): Add myself.
1604 2003-11-20 Matt Thomas <matt@3am-software.com>
1606 * MAINTAINERS: Add myself as a vax port maintainer.
1608 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1610 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1611 (configure-build-[+module+], configure-[+module+]): Likewise.
1612 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1613 * Makefile.in: Regenerate.
1615 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1617 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1618 shared/dylibed libraries.
1619 * ltmain.sh: Likewise.
1620 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
1621 * ltcf-cxx.sh: Likewise.
1622 * ltcf-gcj.sh: Likewise.
1623 * ltconfig: Likewise.
1625 2003-11-17 Stan Cox <scox@redhat.com>
1627 * MAINTAINERS: Add myself as iq2000 port maintainer.
1629 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1631 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1632 * Makefile.in: Regenerate.
1634 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1636 * config.sub: Update to 2003-11-03 version.
1638 2003-10-20 Phil Edwards <phil@codesourcery.com>
1640 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1641 * configure: Regenerate.
1643 2003-10-20 Nicolas Pitre <nico@cam.org>
1645 * MAINTAINERS: Add myself to 'Write After Approval' section.
1647 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
1649 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
1651 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
1653 * MAINTAINERS: Update my email address.
1655 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1657 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
1659 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
1661 * MAINTAINERS: Add myself to 'Write After Approval' section.
1663 2003-10-16 Bernardo Innocenti <bernie@develer.com>
1665 * config.guess: Update to 2003-10-16 version.
1666 * config.sub: Update to 2003-10-16 version.
1668 2003-10-15 David Daney <ddaney@avtrex.com>
1670 * MAINTAINERS: Added myself to 'Write After Approval' section.
1672 2003-10-15 Falk Hueffner <falk@debian.org>
1674 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1675 'Write After Approval' section. Update email.
1677 2003-10-14 Roger Sayle <roger@eyesopen.com>
1679 * MAINTAINERS: Move myself from 'Write After Approval' to
1680 'Various Maintainers' section as middle-end maintainer.
1682 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1684 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1686 * Makefile.in: Regenerate.
1688 2003-10-11 Bernardo Innocenti <bernie@develer.com>
1690 * config.guess: Update to 2003-10-07 version.
1691 * config.sub: Update to 2003-10-07 version.
1693 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1695 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1696 * ltconfig (irix5*, irix6*): Don't override version_type.
1698 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1700 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1701 * configure: Rebuilt
1702 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1703 * Makefile.in: Rebuilt
1705 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1707 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1709 2003-09-30 Carlo Wood <carlo@alinoe.com>
1711 * MAINTAINERS (Write After Approval): Add myself.
1713 2003-09-29 Paul Koning <ni1d@arrl.net>
1715 * MAINTAINERS: Move myself from "Write After Approval"
1716 to CPU platform maintainers for pdp11 platform.
1718 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
1720 * MAINTAINERS: Move myself from 'Write After Approval' to
1721 'Various Maintainers' section as libffi testsuite maintainer.
1723 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1725 * configure.in: Pass a computed --program-transform-name
1727 * configure: Regenerated.
1729 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1731 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1732 * Makefile.in: Regenerate.
1734 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1735 * Makefile.in: Regenerate.
1737 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1739 * MAINTAINERS: Move myself from 'Write After Approval'
1740 to 'Various Maintainers' (objective-c) section.
1742 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1744 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1746 * configure: Regenerated.
1748 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1750 * MAINTAINERS (Write After Approval): Add myself to write after
1753 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1755 * MAINTAINERS (Write After Approval): Add myself.
1757 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1759 * MAINTAINERS: Update my e-mail address.
1761 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1763 * libtool.m4 (LD): Correct powerpc64 host match.
1765 2003-09-06 James E Wilson <wilson@tuliptree.org>
1767 * MAINTAINTERS: Update my affiliation and email address.
1769 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1771 * MAINTAINERS (Write After Approval): Add myself.
1773 2003-09-04 DJ Delorie <dj@redhat.com>
1775 * configure: Regenerate.
1777 2003-09-04 Robert Millan <robertmh@gnu.org>
1779 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1781 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1783 * configure.in: Ensure arguments to sed are properly spaced.
1784 * configure: Regenerate.
1786 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1788 * MAINTAINERS: Update my e-mail address.
1790 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1792 * MAINTAINERS (Write After Approval): Add myself.
1794 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1796 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1797 * configure: Regenerated.
1799 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1801 * MAINTAINERS: Update my email address.
1803 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1805 * configure.in: Use newline instead of semicolon when assuming
1806 shell arguments in a for loop.
1807 * configure: Regenerated.
1809 2003-08-22 Jason Eckhardt <jle@rice.edu>
1811 * MAINTAINERS: Resurrect the i860 maintainer.
1813 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1816 * configure.in: When testing with_libs and with_headers, treat
1817 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1818 * configure: Regenerate.
1820 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1822 (baseargs): Likewise.
1823 * configure: Regenerate.
1825 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1827 * MAINTAINERS (Write After Approval): Add myself.
1829 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1831 * configure.in: Disable libgcj for darwin not on powerpc.
1832 * configure: Rebuild.
1834 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1836 * config-ml.in, symlink-tree: Add license.
1838 2003-08-03 Richard Stallman <rms@gnu.org>
1839 Eben Moglen <moglen@columbia.edu>
1841 * README.SCO: New file.
1843 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1845 * Makefile.tpl (check, check-c++): Express dependencies using
1846 dependencies rather than commands.
1847 * Makefile.in: Regenerate.
1849 2003-08-01 Andrew Cagney <cagney@redhat.com>
1851 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1854 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1856 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1857 * Makefile.in: Update.
1859 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1861 * configure.in: Enable libgcj for darwin.
1862 * configure: Rebuild.
1864 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
1866 * config-ml.in: Use ac_configure_args directly instead of
1867 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1870 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1872 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1873 creating target and build subdirs to build all parent dirs as needed.
1874 * Makefile.in: Rebuild.
1875 * configure.in: Don't build dirs explicitly here.
1876 * configure: Rebuild.
1878 2003-07-26 Paul Brook <paul@nowt.org>
1880 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1882 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
1884 * Makefile.tpl (all-make): Depend on intl.
1885 * Makefile.in: Rebuilt.
1887 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1889 * install-sh: Update to newer upstream versions (associated with
1891 * mkinstalldirs: Likewise.
1892 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1894 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
1896 * MAINTAINERS: Move self from Bug database only accounts
1897 to write-after-approval.
1899 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1901 * config.if: Remove unused libc_interface determination.
1903 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1905 * MAINTAINERS: Move self from write-after-approval to
1906 build machinery (*.in).
1908 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1912 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1913 unused INSTALL_PROGRAM_ARGS.
1914 * configure.in: Use AC_PROG_INSTALL.
1915 * Makefile.in: Regenerate.
1916 * configure: Regenerate.
1918 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
1920 * MAINTAINERS: Alphabetize.
1922 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1924 * configure: Rebuilt.
1925 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1926 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1927 newlib nor libgloss.
1928 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1929 * configure.in (am33_2.0-*-linux*): Added.
1931 2003-07-09 Bob Wilson <bob.wilson@acm.org>
1933 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1934 * configure: Regenerate.
1936 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1938 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1939 * Makefile.in: Regenerate.
1941 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1943 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1944 * Makefile.in: Regenerate.
1946 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1948 * Makefile.tpl: Replace PWD with PWD_COMMAND.
1949 * Makefile.in: Regenerated.
1951 * config-ml.in: Replace PWD with PWD_COMMAND.
1953 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1955 * intl: New directory; see intl/ChangeLog for details.
1956 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1957 * Makefile.tpl: all-gcc depends on maybe-all-intl.
1958 * Makefile.in: Regenerate.
1960 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1962 * configure.in: Clean up config-lang.in handling. Delete
1963 useless assignment to "subdirs".
1964 * configure: Regenerate.
1966 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1968 * configure.in: Rename 'target_libs' to 'target_libraries'.
1969 Remove useless reference to 'target_libs'.
1970 * configure: Regenerate.
1972 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1974 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1975 * Makefile.in: Regenerate.
1977 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1979 * Makefile.def: Introduce flags_to_pass.
1980 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1981 * Makefile.in: Regenerate.
1983 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1985 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1986 and target-libgloss.
1987 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1988 <h8300*-*-*>: Disable libf2c and ${libgcj}.
1989 * configure: Regenerate.
1991 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1993 * configure.in: Update testsuite_flags to new location.
1994 * configure. Regenerate.
1996 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1998 * Makefile.tpl: Remove BUILD_CC stuff.
1999 * Makefile.in: Regenerate.
2001 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
2003 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2005 2003-06-16 Graeme Peterson <gp@qnx.com>
2007 * MAINTAINERS (Write After Approval): Add myself.
2009 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
2011 * config.guess: Update to 2003-06-12 version.
2012 * config.sub: Update to 2003-06-13 version.
2014 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
2016 * config.guess: Update to 2003-06-06 version.
2017 * config.sub: Update to 2003-06-06 version.
2019 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2021 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2022 * configure. Regenerate.
2024 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2026 * configure.in: Disable serial configure by default.
2027 * configure: Regenerate.
2028 * Makefile.tpl: Abolish .NOTPARALLEL.
2029 * Makefile.in: Regenerate.
2031 * Makefile.tpl: Replace {build,host,target}_canonical by
2032 {build,host,target}.
2033 * Makefile.in: Regenerate.
2035 * Makefile.tpl: Fix stupid pasto.
2036 * Makefile.in: Regenerate.
2038 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2040 * Makefile.tpl: Remove bogus conditional.
2041 * Makefile.in: Regenerate.
2043 2003-06-05 Jan Hubicka <jh@suse.cz>
2045 * Makefile.tpl (profiledbootstrap): New target.
2046 * Makefile.in (profiledbootstrap): New target.
2048 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
2050 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2051 Pinski. Remove user names from other bugzilla-only maintainers.
2053 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2055 * Makefile.tpl: Make 'recursive targets' using autogen rather
2056 than shell loop. Remove duplicate 'clean' targets and false
2058 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2059 Add systematic method of specifying missing targets in subdirs.
2060 Add copyright boilerplate.
2061 * Makefile.in: Regenerate.
2062 * configure.in: Add 'recursive targets' to maybe list.
2063 * configure: Regenerate.
2065 * MAINTAINERS: "GNATS only" -> "Bug database only".
2067 * Makefile.tpl: Rename [+target+] to [+make_target+].
2068 * Makefile.def: Rename 'target' to 'make_target'.
2070 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
2072 * MAINTAINERS: Add self as options handling maintainer.
2074 2003-05-28 Michael Meissner <gnu@the-meissners.org>
2076 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2077 been too long since I touched those ports.
2079 2003-05-28 DJ Delorie <dj@redhat.com>
2081 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2082 * Makefile.in: Regenerate.
2084 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2086 * configure.in: Use curly braces in the definition of tooldir.
2087 * configure: Regenerate.
2089 2003-05-21 DJ Delorie <dj@redhat.com>
2091 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2093 * Makefile.in: Regenerate.
2095 2003-05-21 DJ Delorie <dj@redhat.com>
2097 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2098 * Makefile.in: Regenerate.
2100 2003-05-20 Ian Lance Taylor <ian@airs.com>
2102 * MAINTAINERS: Update my e-mail address.
2104 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2106 * configure.in: Switch more things to use maybe dependencies.
2107 * Makefile.tpl: Switch more things to use maybe dependencies.
2108 Factor out common code from autogen IF statements.
2109 * configure: Regenerate.
2110 * Makefile.in: Regenerate.
2112 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2114 * configure.in: Accept i[3456789]86 for machine type.
2115 * configure: Regenerate.
2117 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2119 * configure.in: Switch more things to use maybe dependencies.
2120 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2121 * configure: Regenerate.
2122 * Makefile.tpl: Switch more things to use maybe dependencies.
2123 * Makefile.in: Regenerate.
2125 2003-05-16 Andreas Schwab <schwab@suse.de>
2127 * Makefile.tpl (install-opcodes): Define.
2128 * Makefile.in: Rebuild.
2130 2003-05-13 Andreas Jaeger <aj@suse.de>
2132 * config.guess: Update to 2003-05-09 version.
2133 * config.sub: Update to 2003-05-09 version.
2135 2003-05-13 Michael Eager <eager@mvista.com>
2137 * configure.in: Correct sed script so that options in quotes are not
2139 * configure: Rebuild.
2141 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2143 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2144 and $$s/newlib/libc/sys/cygwin32 include paths.
2147 2003-05-12 Michael Meissner <gnu@the-meissners.org>
2149 * MAINTAINERS: Update my email addresses.
2151 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2153 * config-ml.in: Propagate INSTALL variables.
2155 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2157 * MAINTAINERS: Remove duplicate entries in Write After Approval.
2159 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2161 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2162 * Makefile.in: Regenerate.
2164 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
2166 * MAINTAINERS (GNATS only): Add Falk Hueffner.
2168 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
2170 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2172 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2174 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2175 * Makefile.in: Regenerated.
2177 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
2179 * MAINTAINERS (Write After Approval): Upgrade myself from
2180 GNATS only to write-after-approval. Update my mail address.
2182 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
2184 (OS Port Maintainers: freebsd): Add myself.
2186 2003-04-22 Mark Mitchell <mark@codesourcery.com>
2188 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2190 2003-04-22 Kean Johnston <jkj@sco.com>
2192 * MAINTAINERS (SCO ports): Added myself.
2194 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
2196 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2198 2003-04-19 Kean Johnston <jkj@sco.com>
2200 * MAINTAINERS (Write After Approval): Add myself.
2202 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2204 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2205 * Makefile.in: Regenerate.
2207 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2209 * configure.in (powerpc64*-*-linux*): Remove.
2210 * configure: Rebuilt.
2212 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
2214 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2215 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2217 * Makefile.in: Regenerate.
2219 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
2221 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2222 * configure: Regenerated.
2224 2003-04-15 DJ Delorie <dj@redhat.com>
2226 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2228 2003-04-13 Nick Clifton <nickc@redhat.com>
2230 * config-ml.in: Remove support for --disable-aix removing
2233 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2235 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2236 * */configure: Rebuilt.
2238 2003-04-08 Joel Sherrill <joel@oarcorp.com>
2240 * MAINTAINERS: Add my email address.
2242 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
2244 * MAINTAINERS (Write After Approval): Add myself.
2246 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2248 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2249 * Makefile.in: Regenerate.
2251 2003-03-14 Michael Chastain <mec@shout.net>
2253 * Makefile.in: Regenerate with correct Makefile.def.
2255 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2257 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2259 * Makefile.in: Regenerate.
2260 * configure.in: Clean up gxx_include_dir logic.
2261 * configure: Regenerate.
2263 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2265 * MAINTAINERS (Write After Approval): Add myself.
2267 2003-03-10 Ben Elliston <bje@wasabisystems.com>
2269 * MAINTAINERS: Update my mail address.
2271 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2273 * configure.in (gxx_include_dir): Fix typo.
2274 * configure: Regenerated.
2276 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2278 * Makefile.tpl: Reindent.
2279 * Makefile.in: Regenerate.
2280 * configure.in: Reindent. Don't set unused variables.
2281 * configure: Regenerate.
2283 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
2285 * configure.in: Include $(build_tooldir)/sys-include in
2287 * configure: Regenerated.
2289 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2291 * Makefile.tpl: Always pass down RANLIB.
2292 * Makefile.in: Regenerate.
2294 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2295 * Makefile.in: Regenerate.
2296 * configure.in: Remove unused logic relating to --enable-shared
2297 and --enable-threads. Remove bogus comments. Remove redundant
2299 * configure: Regenerate.
2301 * configure.in: Replace ${libstdcxx_version} by its value.
2302 Remove reference to mh-dgux.
2303 * configure: Regenerate.
2305 2003-03-03 Kevin Buettner <kevinb@redhat.com>
2307 * MAINTAINERS (Write After Approval): Add myself.
2309 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2311 * Makefile.tpl: Rearrange.
2312 * Makefile.in: Regenerate.
2314 2003-02-25 Uwe Stieber <uwe@wwws.de>
2316 * configure.in: Add support for kaOS as cross build target system.
2317 * configure: Regenerated.
2319 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
2321 * MAINTAINERS (Write after approval): Add myself.
2323 2003-02-21 James E Wilson <wilson@tuliptree.org>
2325 * MAINTAINERS: Update my email address.
2327 2003-02-21 Zack Weinberg <zack@codesourcery.com>
2329 * MAINTAINERS: Add self to blanket write privs. section.
2331 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
2333 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2334 configure-target-* as some target builds may require additional
2335 flags for preprocessor tests.
2336 * Makefile.in: Regenerated.
2338 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2340 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2341 * ltconfig: Handle it.
2342 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2345 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2346 it is used as argument to $CC.
2347 * ltcf-gcj.sh: Likewise.
2349 * configure.in: Introduce --enable-maintainer-mode.
2350 * configure: Rebuilt.
2351 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2352 for maintainer mode.
2353 * Makefile.in: Rebuilt.
2355 2003-02-18 Jason Merrill <jason@redhat.com>
2357 * Makefile.tpl (check-c++): Allow parallelism.
2359 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2361 * MAINTAINERS: Remove John Carr (who never actually had access to
2364 2003-02-15 Geoffrey Keating <geoffk@apple.com>
2366 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2367 don't configure target-libobjc.
2368 * configure: Regenerate.
2370 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2372 * Makefile.tpl (RANLIB): Define.
2373 * Makefile.in: Regenerate.
2375 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
2377 * MAINTAINERS: Update my email.
2379 2003-02-06 Keith R Seitz <keiths@redhat.com>
2381 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2382 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2383 * Makefile.in: Regenerated.
2384 * configure.in: Remove all traces of snavigator, db, and grep.
2385 * configure: Regenerated.
2387 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2389 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2392 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2394 * MAINTAINERS (Write after approval): Add myself.
2396 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
2398 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2399 * Makefile.in: Regenerated.
2401 2003-01-30 Roger Sayle <roger@eyesopen.com>
2403 * config.guess: Updated to 2003-01-30's version.
2404 * config.sub: Updated to 2003-01-28's version.
2406 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
2408 * config.if: If gcc_version is already set, just use it. Don't set
2409 gcc_version_trigger if it's already set, otherwise set it to
2410 gcc/version.c, but only if the file exists. If it is not set and
2411 gcc/version.c does not exist, try to extract the version number from
2414 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
2416 * MAINTAINERS: Add myself to write-after-approval list.
2418 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
2420 * configure.in: Revert 24Jan change.
2421 * configure: Regenerate.
2423 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2425 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
2428 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2430 * configure.in: Revert previous change.
2431 * configure: Regenerate.
2433 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2435 * configure.in: Make rda native-only.
2436 * configure: Regenerate.
2438 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2440 * MAINTAINERS: Move myself from GNATS-only-accounts to
2441 write-after-approval.
2443 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2445 * configure.in: Add missing \.
2446 * configure: Rebuilt.
2448 2003-01-17 Jakub Jelinek <jakub@redhat.com>
2450 * configure.in (baseargs): Avoid using \| in sed regular
2452 * configure: Rebuilt.
2454 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2456 * configure.in (baseargs): Remove all supported forms of
2457 --cache-file, --srcdir, --host, --build and --target options
2458 from argument lists.
2459 * configure: Rebuilt.
2461 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
2463 * MAINTAINERS: Add myself to write-after-approval list.
2465 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
2467 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2468 * configure: Rebuilt.
2470 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2472 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2473 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2474 * Makefile.in: Regenerate.
2475 * configure: Regenerate.
2477 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
2479 * configure.in: Remove Makefile in build, host and target modules
2480 unless configure was run with --no-recursion.
2481 * configure: Rebuilt.
2483 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2485 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2486 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2487 * Makefile.in: Regenerate.
2489 2003-01-08 Chris Demetriou <cgd@broadcom.com>
2491 * config.guess: Update to 2003-01-03 version.
2492 * config.sub: Update to 2003-01-03 version.
2494 2003-01-07 Christopher Faylor <cgf@redhat.com>
2496 * configure: Regenerate with proper autoconf 2.13.
2498 2003-01-07 Christopher Faylor <cgf@redhat.com>
2500 * configure.in: Add AC_PREREQ for consistency.
2501 * configure: Regenerate.
2503 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2505 * configure.in (GDB_TK): Add tcl directories conditional on
2506 gdb/gdbtk directory being present.
2507 * configure: Regenerate.
2509 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
2511 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2512 by gcc if LD is not defined and we are not doing a Canadian Cross.
2513 * configure: Rebuilt.
2515 2002-12-31 Tom Tromey <tromey@redhat.com>
2517 * Makefile.in: Rebuilt.
2518 * Makefile.def (target_modules) [libffi]: Allow installation.
2520 2002-12-31 Andreas Schwab <schwab@suse.de>
2522 * configure.in: Fix use of $program_transform_name.
2523 * configure: Regenerated.
2525 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
2527 * configure.in (baseargs): Don't remove first configure argument.
2528 * configure: Regenerated.
2530 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
2532 * Makefile.tpl (local-distclean): Don't remove...
2533 (multilib.ts): ... this. Moved into...
2534 (multilib.out): ... this. Don't use sub-make.
2535 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2536 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2537 (configure-build-[+module+], configure-[+module+],
2538 configure-target-[+module+], configure-gcc): ... these. Test
2539 for Makefile existence. Drop config.status from dependencies.
2540 * Makefile.in: Rebuilt.
2541 * configure.in: Move gcc-version-trigger to the end of
2542 ac_configure_args. Add comments to maybedep.tmp and
2543 serdep.tmp. Introduce --disable-serial-configure. Remove
2544 nonopt from baseargs, matching and removing corresponding
2545 whitespace while at it.
2546 * configure: Rebuilt.
2548 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2550 * configure.in (host_configargs): Replace reference to
2551 no-longer-defined buildopts with --build=${build_alias}.
2552 * configure: Rebuilt.
2554 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2555 program_transform_name to standard idiom.
2556 (AUTOGEN, AUTOCONF): Define.
2557 (Makefile.in): Use $(AUTOGEN).
2558 (Makefile): Depend on config.status, and use autoconf-style rule to
2559 build it. Move original commands to...
2560 (config.status): ... this new target.
2561 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2563 * Makefile.in: Rebuilt.
2565 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2567 * Makefile.tpl: Fix dramatic bustage due to change in
2568 program_transform_name.
2569 * Makefile.in: Regenerate.
2571 * configure.in: Remove unnecessary PATH setting.
2572 * configure: Regnerate.
2574 * configure.in: Don't default to unprefixed tools unless
2575 the native tools will work.
2576 * configure: Regenerate.
2578 * configure.in: Convert to autoconf script. Blow away lots
2579 of now-redundant Makefile fragments.
2580 * configure: Generate using Autoconf.
2581 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2582 * Makefile.in: Regenerate.
2584 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2586 * configure: Fix stupid bug where RANLIB was mistakenly included.
2588 * configure.in: Rename (buildargs, hostargs, targargs) to
2589 (build_configargs, host_configargs, target_configargs).
2591 * configure.in: Move logic out of sed statement.
2593 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
2594 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2596 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
2598 * config.sub: Import from master repository
2599 * config.guess: Ditto
2601 2002-12-24 Andreas Schwab <schwab@suse.de>
2603 * Makefile.tpl (multilib.out): Fix missing space.
2604 * Makefile.in: Regenerate.
2606 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2608 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2609 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2610 * Makefile.in: Regenerate.
2611 * configure.in: Remove unnecessary leftovers.
2613 2002-12-21 Geoffrey Keating <geoffk@apple.com>
2615 * configure.in (extra_ranlibflags_for_target): New variable.
2616 (*-*-darwin): Add -c to ranlib commands.
2617 * configure (tooldir): Handle extra_ranlibflags_for_target.
2619 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2621 * Makefile.tpl: Revert HJL's change.
2622 * Makefile.in: Regenerated.
2623 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2626 2002-12-19 Andreas Schwab <schwab@suse.de>
2628 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2629 * Makefile.in: Regenerate.
2631 2002-12-18 H.J. Lu <hjl@gnu.org>
2633 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2634 * Makefile.in: Regenerated.
2636 * configure.in (build_prefix): New. Substitute.
2638 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2640 * Makefile.tpl: Don't let real targets depend on phony targets.
2641 * Makefile.in: Regenerate.
2643 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2644 * Makefile.in: Regenerate.
2646 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2648 * config.sub: Import from master repository
2649 * config.guess: Ditto
2651 2002-12-16 Jason Merrill <jason@redhat.com>
2653 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2654 previous 'make bootstrap'.
2655 * Makefile.in: Regenerate.
2657 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2659 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2661 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2663 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2664 * Makefile.in: Regenerate.
2666 2002-12-13 Jason Merrill <jason@redhat.com>
2668 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2670 (check-c++): Just depend on it and check-target-libstdc++-v3.
2671 * Makefile.in: Regenerate.
2673 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2675 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2676 * Makefile.in: Rebuilt.
2678 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2680 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2682 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2684 * configure: Fix bug put in by gremlins.
2686 * Makefile.tpl: Substitute more autoconfily.
2687 * configure: Substitute more autoconfily.
2688 * Makefile.in: Regenerate.
2690 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
2692 * config.sub: Import from master repository
2693 * config.guess: Ditto
2694 * MAINTAINERS: Added Svein Seldal under write after approval
2696 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2698 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2699 * Makefile.in (all-sim): Ditto.
2701 2002-12-06 DJ Delorie <dj@redhat.com>
2703 * Makefile.tpl: Change configure dependencies to not have real
2704 targets depend on phony targets.
2706 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2708 * configure.in: Revert unintentional change.
2710 * Makefile.tpl: Change dependency for */multilib.out so that
2711 it works when gcc isn't in the tree.
2713 * configure.in: Substitute more.
2714 * configure: Run subconfigures from the Makefile.
2715 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2716 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2718 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2720 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2722 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2724 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2725 and corresponding dependencies.
2726 * Makefile.in: Regenerate.
2728 * configure.in (host_tools): Order binutils, gas and ld for
2729 convenience in running the testsuites.
2731 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2732 * Makefile.in: Regenerate.
2733 * configure.in: Introduce rules to serialize subconfigure runs.
2735 * configure.in: Introduce BASE_CC_FOR_TARGET.
2736 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2737 Realize configure-build-* targets. Realize configure-target-* targets.
2738 * Makefile.in: Regenerate.
2740 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2742 * configure: Move gcc_version_trigger stuff from here...
2743 * configure.in: ...to here.
2745 * configure.in: Separate subconfigure options added by this file from
2746 options given by the user. Add machinery to put args for host
2747 subconfigures into the Makefile.
2749 * Makefile.tpl: Remove 'vault' targets.
2750 * Makefile.tpl: Reorder and comment dependencies.
2751 * Makefile.in: Regenerate.
2753 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2754 * configure.in: Fix my broken commit of previous patch. (sigh)
2756 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2758 * configure.in: Move host-specific darwin noconfigdirs into
2759 the host-specific section.
2761 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2763 * configure.in: Move host-specific darwin noconfigdirs into
2764 the host-specific section.
2766 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2768 * configure: Remove skip-this-dir support.
2769 * Makefile.tpl: Remove skip-this-dir support.
2771 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2773 * Makefile.in: Regenerate.
2775 * Makefile.tpl: Strip out useless setting of 'dir'.
2776 * Makefile.in: Regenerate.
2778 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2780 * configure.in: Fix deeply stupid bug.
2782 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2783 shell code in CXX_FOR_TARGET
2784 * Makefile.def: Introduce raw_cxx.
2785 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2787 * Makefile.in: Regenerate.
2789 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2791 * Makefile.tpl: Remove unnecessary ifs.
2792 * Makefile.in: Regenerate.
2794 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2795 dependencies. Maybe-ize build-libiberty. Create dummy install
2796 targets for 'no_install' modules.
2797 * configure: Move GDB_TK substitution to configure.in. Move
2798 build_modules stuff to configure.in.
2799 * configure.in: Implement soft dependency machinery. Maybe-ize
2800 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2801 * Makefile.in: Regenerate.
2803 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2805 * Makefile.tpl: Make all-target, install-target behave similarly
2806 to all, install (only hitting configured targets). Eliminate
2807 unused macro defintions.
2809 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2812 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2814 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2816 * configure.in: Produce lists of subdir targets we're actually
2817 configuring. Remove references to "dosrel".
2818 * Makefile.tpl: Let configure set which subdir targets are hit.
2819 Remove install-cross; clean up install; remove ALL. Remove
2820 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2821 Autogenerate host module targets. Remove empty dependency lines
2822 and redundant dependency; rearrange slightly.
2823 * Makefile.def: Add host-side libtermcap, utils.
2825 * Makefile.in: Regenerate.
2827 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2829 * ltconfig (osf[345]): Append $major to soname_spec.
2830 Reflect this in library_names_spec.
2831 * ltmain.sh (osf): Prefix $major with . for use as extension.
2833 2002-11-19 Andreas Jaeger <aj@suse.de>
2835 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2836 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2837 and sparc64 GNU/Linux systems.
2839 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
2841 * MAINTAINERS: Update email.
2843 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2845 * MAINTAINERS: Complete James Dennett's entry.
2847 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2849 * MAINTAINERS (Write After Approval): Add myself.
2851 2002-11-13 Bruce Korb <bkorb@gnu.org>
2853 * Makefile.tpl: syntactic cleanup
2855 2002-11-13 Stuart Hastings <stuart@apple.com>
2857 * MAINTAINERS: Add myself to write-after-approval list.
2859 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2861 * Makefile.def: Add list of recursive targets to autogenerate.
2863 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2864 targets. Autogenerate *-build-* targets.
2865 * Makefile.in: Regenerate.
2867 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
2869 * configure: More autoconf-style substitutions.
2870 * Makefile.tpl: More autoconf-style substitutions.
2871 * Makefile.in: Regenerate.
2873 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
2875 * configure: Substitute more variables in a more autoconf-friendly
2876 way. Simplify slightly.
2877 * Makefile.tpl: Make more variables substitutable in an
2878 autoconf-friendly way.
2879 * Makefile.in: Regenerate.
2881 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
2883 * MAINTAINERS (Write After Approval): Add myself.
2885 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
2887 * configure.in (v810*): Remove special setting of tools.
2889 * configure: Add support for extra required flags for ar or nm.
2890 * configure.in (aix4.3+): Use above support for target-specific
2891 issues, rather than using config/mt-aix43.
2893 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
2895 * configure: Remove 'removing', which doesn't work. Replace $subdir
2896 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2897 with $srcdir. Reformat indentation. Substitute some variables
2898 formerly hard-coded in the Makefile for build=host.
2899 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2900 * Makefile.def: Autogenerate more.
2901 * Makefile.in: Regenerate.
2903 2002-11-04 Adam Nemet <anemet@lnxw.com>
2905 * MAINTAINERS (Write After Approval): Add myself.
2907 2002-11-04 Kevin Buettner <kevinb@redhat.com>
2909 * Makefile.def (host_modules): Add rda.
2910 * Makefile.in: Regenerate.
2911 * configure.in (target_tool): Add target-rda to list.
2913 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2915 * MAINTAINERS: Remove "co-maintainer" note for web pages.
2917 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
2919 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2920 and restrap targets to this rule.
2921 * Makefile.in: Regenerate.
2923 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2925 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2926 GNATS only accounts.
2928 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2930 * configure.in (i[3456]86-*-linux*): Add check to disable
2931 ${libgcj} for glibc1.
2933 2002-10-24 Denis Chertykov <denisc@overta.ru>
2935 * MAINTAINERS: Add myself as ip2k port maintainer.
2937 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2939 * configure.in: Add tic4x target.
2941 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2943 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2944 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2945 * Makefile.in: Regenerate.
2947 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2948 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2949 * Makefile.in: Regenerate.
2951 2002-10-02 Janis Johnson <janis187@us.ibm.com>
2953 * MAINTAINERS: Add myself as web pages co-maintainer.
2955 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2957 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2958 * Makefile.in: Regenerate.
2960 2002-10-02 Zack Weinberg <zack@codesourcery.com>
2962 * MAINTAINERS: Add myself and Nathan Sidwell
2963 <nathan@codesourcery.com> as VxWorks maintainers.
2965 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2967 * Makefile.def: Remove order dependency comments.
2968 * Makefile.tpl: Add explicit install-install dependencies.
2969 * Makefile.in: Regenerate.
2971 * Makefile.tpl: Remove material now in src-release. (Finally!)
2972 * Makefile.in: Regenerate.
2974 * Makefile.tpl: Add configure-target (for src-release in src)
2975 * Makefile.in: Regenerate.
2977 2002-09-30 Nick Clifton <nickc@redhat.com>
2979 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2981 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2983 * configure.in (s390*-*-linux*): Enable libgcj.
2985 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2987 * configure: Revert accidentally applied changes.
2989 * Makefile.tpl: Make more autoconf-friendly.
2990 * Makefile.in: Regenerate.
2991 * configure: Make substitution more autoconf-like.
2993 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
2995 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2996 single entry to handle all these.
2997 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2998 libjava on arm-*-elf.
3000 2002-09-27 Geoffrey Keating <geoffk@apple.com>
3002 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3003 things that depend on them.
3005 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3007 * Makefile.tpl: Make subsituted variables more autoconfy.
3008 * Makefile.in: Regenerate.
3009 * configure: Make seds more autoconfy.
3011 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3013 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3014 * Makefile.in: Regenerate.
3015 * configure.in: Rewrite sed statements to look autoconfy.
3017 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3018 all-target-foo on configure-target-foo.
3019 * Makefile.def: Ditto.
3020 * Makefile.in: Rebuild.
3022 2002-09-25 Andrew Haley <aph@redhat.com>
3024 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3026 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3028 * Makefile.def: New file.
3029 * Makefile.tpl: New file.
3030 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3031 * contrib/gcc_update: Note that Makefile.in is a generated file.
3033 * configure.in: Minor rearrangement. Simplify tests.
3035 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
3037 * configure.in (with_headers): Skip copy if value is "yes".
3038 (with_libs): Likewise.
3040 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3042 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3043 * configure.in (sh*-*-pe*): Ditto.
3044 * configure.in (mips*-*-pe*): Ditto.
3045 * configure.in (*arm-wince-pe): Ditto.
3047 * configure.in: Rearrange.
3049 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
3051 * MAINTAINERS: Update my email address.
3053 2002-08-30 Paul Koning <pkoning@equallogic.com>
3055 * MAINTAINERS: (Write After Approval): Add myself.
3057 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
3059 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3061 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
3063 * MAINTAINERS: Change my mailing address.
3065 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
3067 * MAINTAINERS (Write After Approval): Remove myself.
3068 (Various Maintainers: c++ runtime libs): Add myself.
3070 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
3072 * MAINTAINERS (Write After Approval): Remove myself.
3073 (Various Maintainers: c++ runtime libs): Add myself.
3075 2002-08-15 Eric Christopher <echristo@redhat.com>
3077 * config.sub: Import from master repository.
3078 * config.guess: Ditto.
3080 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
3082 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3083 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3084 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3086 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
3088 * MAINTAINERS: Add self to rs6000 vector extensions.
3090 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
3092 * libiberty/configure: Reverted unintended yesterday's check in.
3094 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
3096 * boehm-gc/configure, libf2c/configure: Rebuilt.
3097 * libffi/configure, libiberty/configure: Ditto.
3098 * libjava/configure, libobjc/configure: Ditto.
3099 * libstdc++-v3/configure, zlib/configure: Ditto.
3100 Merged from binutils:
3101 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3102 From Steve Ellcey <sje@cup.hp.com>:
3103 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3104 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3105 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3107 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3108 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3109 soname_spec, sys_lib_search_path_spec): Ditto.
3111 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3113 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3115 2002-08-04 H.J. Lu (hjl@gnu.org)
3117 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3119 2002-08-02 Krister Walfridsson <cato@df.lth.se>
3121 * MAINTAINERS (Write After Approval): Add myself.
3123 2002-07-31 Alan Modra <amodra@bigpond.net.au>
3125 * configure.in: Move generic linux case to end. Copy generic
3126 linux noconfigdirs to mips*-*-linux* entry and new
3127 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3129 2002-07-19 Michael Matz <matz@suse.de>
3131 * MAINTAINERS: Add myself as ra* maintainer.
3133 2002-07-16 Chris Demetriou <cgd@broadcom.com>
3135 * config.guess: Update to 2002-07-09 version.
3136 * config.sub: Update to 2002-07-03 version.
3138 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
3140 * MAINTAINERS: Fix typo in a maintainer email address.
3142 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3144 * configure.in: Remove two redundant tests.
3146 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3148 * configure.in (mips*-*-irix6*o32): Enable stabs.
3150 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3152 * configure.in: Don't build grez.
3153 * Makefile.in: Ditto.
3155 * Makefile.in: Remove references to bsp, cygmon, libstub.
3156 * configure.in: Ditto.
3158 * configure.in: Remove leftover reference to gdbtest.
3160 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
3162 * configure.in (gxx_include_dir): Change to match versioned
3163 C++ headers if --enable-version-specific-runtime-libs is used.
3165 2002-07-04 Steve Ellcey <sje@cup.hp.com>
3167 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3169 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3171 * configure.in: Make --without-x work.
3173 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3175 * configure.in: Rearrange target Makefile fragment collection.
3177 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3179 * configure.in: Ditto.
3181 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
3183 * MAINTAINERS (Write After Approval): Update my e-mail address.
3185 2002-06-24 Ben Elliston <bje@redhat.com>
3187 * configure.in (host_tools): Remove cgen.
3189 * Makefile.in (all-cgen): Remove; runs from its source directory.
3190 (check-cgen, install-cgen, clean-cgen): Likewise.
3191 (all-opcodes): Do not depend on all-cgen.
3192 (all-sim): Likewise.
3194 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3196 * Makefile.in: Eliminate 'apache' targets.
3197 * configure.in: Eliminate 'apache' targets.
3199 * configure.in: Eliminate redundant tests. Reorganize.
3201 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3203 * config-ml.in: Eliminate references to Cygnus configure.
3205 * Makefile.in: Eliminate references to building emacs.
3207 2002-06-28 Graham Stott <graham.stott@btinternet.com>
3209 * MAINTAINERS: Update my email address.
3211 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
3213 * config.if (libstdcxx_incdir): Version C++ headers.
3214 (cxx_incdir): Remove.
3216 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
3218 * MAINTAINERS (Write After Approval): Add self.
3220 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
3222 * configure.in: Add support for ip2k.
3224 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3226 * configure.in: Fix AIX configury bug.
3228 2002-06-20 Steve Ellcey <sje@cup.hp.com>
3230 * MAINTAINERS (Write After Approval): Add self.
3232 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3234 * configure.in: replace ${topsrcdir} with ${srcdir}
3236 * configure.in: Move definition of libstdcxx_flags
3237 right above usage, rather than waaay earlier.
3239 * configure.in: Pull definition of is_cross_compiler earlier.
3241 * configure.in: Rearrange a little.
3243 * configure.in: Remove references to librx.
3244 * Makefile.in: Remove references to librx.
3246 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
3248 * config.sub: Add support for avr target.
3249 Import from master sources, rev 1.255
3251 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
3253 * configure, .cvsignore: Revert previous change...
3254 * Makefile: ...delete.
3256 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3258 * configure.in: Eliminate ${gasdir} variable.
3260 2002-06-18 Dave Brolley <brolley@redhat.com>
3262 * configure.in: Add support for frv.
3263 * config.sub: Add support for frv.
3265 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3267 * configure: Remove garbage from previous commit.
3269 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3271 * configure: For in-source builds, make a subdir and re-exec there.
3272 * Makefile: New file. Pass targets through to build directory.
3273 * .cvsignore: No longer ignore "Makefile".
3275 2002-06-16 Douglas Rupp <rupp@gnat.com>
3277 * MAINTAINERS (Write After Approval): Add self.
3279 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3281 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3283 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3285 * configure.in (vax-*-netbsd*): Re-enable gas.
3287 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3289 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3290 BUILD_PREFIX_1, to correct nomenclature.
3291 * configure: Likewise.
3293 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3294 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3296 2002-05-31 Olaf Hering <olh@suse.de>
3298 * config-ml.in: Propogate DESTDIR also.
3300 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3302 * configure.in (vax-*-netbsd*): Don't build gas for this
3305 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3307 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3310 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
3312 * MAINTAINERS (Write After Approval): Add myself.
3314 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3316 * config.guess: Update to 2002-05-22 version.
3317 * config.sub: Likewise.
3319 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3321 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3322 * config-ml.in: Likewise.
3323 * configure: Likewise.
3324 * configure.in: Likewise.
3326 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
3328 * MAINTAINERS: Update my email address.
3330 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3332 * configure.in: Simplify makefile fragment collection.
3334 * configure.in: Remove code to build emacs.
3336 * configure.in : Remove --srcdir argument from targargs and buildargs
3337 (it's always overridden in the Makefile anyway). Rearrange a bit.
3339 * configure: Move some logic to configure.in.
3340 * configure.in: Move some logic from configure.
3342 2002-05-11 Tom Tromey <tromey@redhat.com>
3344 * MAINTAINERS: Reflect libgcj reality.
3346 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
3348 * Makefile.in: Honour DESTDIR.
3350 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3352 * config.guess: Import 2002-03-20 version.
3353 * config.sub: Import 2002-04-26 version.
3355 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3357 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3359 2002-05-07 Tim Josling <tej@melbpc.org.au>
3361 * MAINTAINERS: Add self.
3363 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
3365 * ltmain.sh: Detect and handle object name conflicts
3366 while piecewise linking a static library.
3368 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
3370 * configure.in (noconfigdirs): Don't disable libgcj on
3371 sparc64-*-solaris* and sparcv9-*-solaris*.
3373 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
3375 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3377 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3379 * configure.in (FLAGS_FOR_TARGET): Do not add
3380 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3381 on i[3456]86-*-linux*.
3383 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3385 * configure.in (noconfigdirs): Replace [ ] with test.
3387 * configure.in (noconfigdirs): Do not add target-newlib if
3388 target == i[3456]86-*-linux*, and host == target.
3390 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3392 * configure.in: delete reference to absent file
3394 * configure.in: replace '[' with 'test'
3396 * configure.in: Eliminate references to gash.
3397 * Makefile.in: Eliminate references to gash.
3399 * configure.in: remove useless references to 'pic' makefile fragments.
3401 * configure.in: (*-*-windows*) Finish removing.
3403 * configure.in: Eliminate redundant test for libgui.
3405 2002-04-29 Roger Sayle <roger@eyesopen.com>
3407 * MAINTAINERS: Add self and realphabetize. Update entries
3408 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
3409 entry for a29k port maintainer.
3411 2002-04-26 Joel Sherrill <joel@OARcorp.com>
3413 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3414 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3416 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3418 * configure.in: remove references to dead files
3420 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3422 * MAINTAINERS: Add information about purpose of this file.
3424 2002-04-18 Tom Tromey <tromey@redhat.com>
3426 * configure.in: Disallow configuring libgcj when it is already
3427 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3428 Solaris 2.8 by default. For PR libgcj/6158.
3430 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3432 * configure.in: Move default CC setting out of config/mh-* fragments
3435 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3437 * configure.in: don't even try to configure or make a subdirectory
3438 if there's no configure script for it.
3440 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3442 * MAINTAINERS: Remove chill maintainers.
3443 * Makefile.in (CHILLFLAGS): Remove.
3444 (CHILL_LIB): Remove.
3445 (TARGET_CONFIGDIRS): Remove libchill.
3446 (CHILL_FOR_TARGET): Remove.
3447 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3449 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3450 (CHECK_TARGET_MODULES): Likewise.
3451 (INSTALL_TARGET_MODULES): Likewise.
3452 (CLEAN_TARGET_MODULES): Likewise.
3453 (configure-target-libchill): Remove.
3454 (all-target-libchill): Remove.
3455 * configure.in (target_libs): Remove target-libchill.
3456 Do not compute CHILL_FOR_TARGET.
3457 * libchill: Remove directory.
3459 2002-04-11 DJ Delorie <dj@redhat.com>
3461 * Makefile.in, configure.in: Sync with binutils, entries
3464 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3466 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3467 (do-tar, do-bz2): New rules.
3468 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3469 (gdb-tar): New rule.
3470 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3471 (insight_dejagnu.tar): New rule.
3472 (insight.tar): New rule.
3473 (gdb+dejagnu.tar): New rule.
3474 (gdb.tar): New rule.
3476 2002-02-01 Mo DeJong <supermo@bayarea.net>
3478 * Makefile.in: Add all-tix to deps for all-snavigator
3479 so that tix is built when building snavigator.
3481 2002-01-11 Steve Ellcey <sje@cup.hp.com>
3483 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3484 ld and gdb are not supported.
3486 2002-01-07 Mark Salter <msalter@redhat.com>
3488 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3489 Allow target-libgloss to be built for arm, strongarm, and xscale.
3491 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3493 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3494 options for i[3456]86-pc-linux* native builds.
3496 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3498 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3499 files from .po files for a distribution.
3501 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
3503 * configure.in: Enable libstdc++-v3 for h8300 targets.
3505 2001-06-19 Alan Modra <amodra@bigpond.net.au>
3507 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
3510 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3512 * Makefile.in (VER): When present, extract the version number from
3513 the file version.in.
3515 2001-05-24 Tom Rix <trix@redhat.com>
3517 * configure.in : enable ld for aix
3519 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3521 * config.guess: Add linux target for S/390.
3523 2000-11-07 Philip Blundell <pb@futuretv.com>
3525 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3527 2000-11-03 Philip Blundell <pb@futuretv.com>
3529 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3532 2001-01-15 Ben Elliston <bje@redhat.com>
3534 * configure.in (host_tools): Add sid.
3535 Always configure cgen.
3537 2000-11-24 Nick Clifton <nickc@redhat.com>
3539 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3542 2000-08-20 Doug Evans <dje@casey.transmeta.com>
3544 * Makefile.in (ALL_MODULES): Add all-cgen.
3545 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3546 (all-cgen): New target.
3547 (all-opcodes,all-sim): Depend on all-cgen.
3548 * configure.in (host_tools): Add cgen.
3549 Only configure cgen if --enable-cgen-maint.
3551 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
3553 * configure.in: Add *-*-freebsd* configurations.
3555 2002-04-08 Tom Tromey <tromey@redhat.com>
3557 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3558 Fixes PR libgcj/6068.
3560 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3562 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3564 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3566 * configure.in (alpha*-dec-osf*): Enable libgcj.
3568 2003-03-27 Matthew Gingell <gingell@gnat.com>
3570 * MAINTAINERS (Write After Approval): Add myself.
3572 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3574 Fix for: PR bootstrap/3591, target/5676
3575 * configure.in (mcore-pe): Disable the configuration of
3576 libstdc++-v3 since exceptions are not supported.
3578 2002-03-20 Anthony Green <green@redhat.com>
3580 * configure.in: Enable libgcj for xscale-elf target.
3582 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
3584 * MAINTAINERS: Update my email address.
3586 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
3588 * ltmain.sh (relink_command): Fix typo in previous change.
3590 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
3592 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3593 (relink_command): Added --tag flags.
3594 (mode=install): If relinking fails; error out.
3596 2002-03-12 Richard Henderson <rth@redhat.com>
3598 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3600 (do-check): Rename from check.
3601 (check): Allow parallel check.
3603 2002-03-12 Bob Wilson <bob.wilson@acm.org>
3605 * MAINTAINERS: Add myself as maintainer for xtensa port.
3606 Fix alphabetical order in CPU port maintainer list.
3607 Remove myself from Write After Approval list.
3609 2002-03-11 Richard Henderson <rth@redhat.com>
3611 * Makefile.in (.NOTPARALLEL): Add fake tag.
3613 2002-03-07 H.J. Lu (hjl@gnu.org)
3615 * configure.in: Enable gprof for mips*-*-linux*.
3617 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
3619 * MAINTAINERS (Write After Approval): Add myself.
3621 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3623 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3625 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3627 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
3629 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3630 because its Makefile is there; test for the executable instead.
3632 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
3634 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3635 libstdc++-v3 and libjava.
3637 2002-02-11 Adam Megacz <adam@xwt.org>
3639 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3642 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3644 * config.guess: Updated to 2002-01-30's version.
3645 * config.sub: Updated to 2002-02-01's version.
3646 Contribute sh64-elf.
3647 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3648 * configure.in: Added sh64-*-*.
3650 2002-02-08 Chris Demetriou <cgd@broadcom.com>
3652 * MAINTAINERS: Belatedly add myself to write after approval list.
3654 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
3656 * MAINTAINERS: Put self in as maintainer for x86-64 port.
3657 Remove self as Write After Approval.
3659 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
3661 * MAINTAINERS: Put self in as maintainer for contrib/regression
3664 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
3666 * MAINTAINERS: Update my email address.
3668 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3670 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3671 target-libiberty, and target-libgloss. Skip Java-related
3672 libraries if not supported for NetBSD on target CPU.
3674 2002-01-25 Douglas B Rupp <rupp@gnat.com>
3676 * install-sh: Use _inst.$$_ for temp file name.
3678 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
3680 * MAINTAINERS (Write After Approval): Move my contact info
3682 (OS Port Maintainers): ...to here (netbsd).
3684 2002-01-22 Bob Wilson <bob.wilson@acm.org>
3686 * MAINTAINERS (Write After Approval): Add myself.
3688 2002-01-17 H.J. Lu <hjl@gnu.org>
3690 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3691 (all-target-fastjar): Also depend on all-target-libiberty.
3693 2002-01-16 H.J. Lu (hjl@gnu.org)
3695 * config.guess: Import from master sources, rev 1.225