OSDN Git Service

* MAINTAINERS: Remove chill maintainers.
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 76c57b2..68e77bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,241 @@
+2002-04-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * MAINTAINERS: Remove chill maintainers.
+       * Makefile.in (CHILLFLAGS): Remove.
+       (CHILL_LIB): Remove.
+       (TARGET_CONFIGDIRS): Remove libchill.
+       (CHILL_FOR_TARGET): Remove.
+       (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
+       CHILL_LIB.
+       (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
+       (CHECK_TARGET_MODULES): Likewise.
+       (INSTALL_TARGET_MODULES): Likewise.
+       (CLEAN_TARGET_MODULES): Likewise.
+       (configure-target-libchill): Remove.
+       (all-target-libchill): Remove.
+       * configure.in (target_libs): Remove target-libchill.
+       Do not compute CHILL_FOR_TARGET.
+       * libchill: Remove directory.
+       
+2002-04-11  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.in, configure.in: Sync with binutils, entries
+       follow...
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
+       (do-tar, do-bz2): New rules.
+       (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
+       (gdb-tar): New rule.
+       (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
+       (insight_dejagnu.tar): New rule.
+       (insight.tar): New rule.
+       (gdb+dejagnu.tar): New rule.
+       (gdb.tar): New rule.
+
+2002-02-01  Mo DeJong  <supermo@bayarea.net>
+
+       * Makefile.in: Add all-tix to deps for all-snavigator
+       so that tix is built when building snavigator.
+
+2002-01-11  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
+       ld and gdb are not supported.
+
+2002-01-07  Mark Salter  <msalter@redhat.com>
+
+       * configure.in: Remove target-bsp and target-cygmon from arm builds.
+       Allow target-libgloss to be built for arm, strongarm, and xscale.
+
+2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
+       options for i[3456]86-pc-linux* native builds.
+
+2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
+       files from .po files for a distribution.
+
+2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
+
+       * configure.in: Enable libstdc++-v3 for h8300 targets.
+
+2001-06-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
+       version from bfd/.
+
+Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (VER): When present, extract the version number from
+       the file version.in.
+
+2001-05-24  Tom Rix <trix@redhat.com>
+
+       * configure.in : enable ld for aix
+
+2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config.guess: Add linux target for S/390.
+
+2000-11-07  Philip Blundell  <pb@futuretv.com>
+
+       * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
+
+2000-11-03  Philip Blundell  <pb@futuretv.com>
+
+       * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
+       files.
+
+2001-01-15  Ben Elliston  <bje@redhat.com>
+
+       * configure.in (host_tools): Add sid.
+       Always configure cgen.
+
+2000-11-24  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (c4x, c5x, tic54x): Move after ARM targets.
+
+
+2000-08-20  Doug Evans  <dje@casey.transmeta.com>
+
+       * Makefile.in (ALL_MODULES): Add all-cgen.
+       (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
+       (all-cgen): New target.
+       (all-opcodes,all-sim): Depend on all-cgen.
+       * configure.in (host_tools): Add cgen.
+       Only configure cgen if --enable-cgen-maint.
+
+2002-04-09  Loren J. Rittle <ljrittle@acm.org>
+
+       * configure.in: Add *-*-freebsd* configurations.
+
+2002-04-08  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
+       Fixes PR libgcj/6068.
+
+2002-03-30  Krister Walfridsson  <cato@df.lth.se>
+
+       * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
+
+2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in (alpha*-dec-osf*): Enable libgcj.
+
+2003-03-27  Matthew Gingell <gingell@gnat.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       Fix for: PR bootstrap/3591, target/5676
+       * configure.in (mcore-pe): Disable the configuration of
+       libstdc++-v3 since exceptions are not supported.
+
+2002-03-20  Anthony Green  <green@redhat.com>
+
+       * configure.in: Enable libgcj for xscale-elf target.
+
+Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * MAINTAINERS:  Update my email address.
+
+2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltmain.sh (relink_command): Fix typo in previous change.
+
+2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
+       (relink_command): Added --tag flags.
+       (mode=install): If relinking fails; error out.
+
+2002-03-12  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
+       .NOTPARALLEL tag.
+       (do-check): Rename from check.
+       (check): Allow parallel check.
+
+2002-03-12  Bob Wilson  <bob.wilson@acm.org>
+
+       * MAINTAINERS: Add myself as maintainer for xtensa port.
+       Fix alphabetical order in CPU port maintainer list.
+       Remove myself from Write After Approval list.
+
+2002-03-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (.NOTPARALLEL): Add fake tag.
+
+2002-03-07  H.J. Lu  (hjl@gnu.org)
+
+       * configure.in: Enable gprof for mips*-*-linux*.
+
+2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
+       libjava.
+       (CXX_FOR_TARGET): Explain why -shared-libgcc here.
+
+2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
+       because its Makefile is there; test for the executable instead.
+
+2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
+       libstdc++-v3 and libjava.
+
+2002-02-11  Adam Megacz <adam@xwt.org>
+
+       * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
+       boehm-gc
+       
+2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config.guess: Updated to 2002-01-30's version.
+       * config.sub: Updated to 2002-02-01's version.
+       Contribute sh64-elf.
+       2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
+       * configure.in: Added sh64-*-*.
+
+2002-02-08  Chris Demetriou  <cgd@broadcom.com>
+
+       * MAINTAINERS: Belatedly add myself to write after approval list.
+
+Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+       * MAINTAINERS: Put self in as maintainer for x86-64 port.
+       Remove self as Write After Approval.
+
+2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
+
+       * MAINTAINERS: Put self in as maintainer for contrib/regression
+       directory.
+
+2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
+
+       * MAINTAINERS:  Update my email address.
+
+2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (*-*-netbsd*): New.  Skip target-newlib, 
+       target-libiberty, and target-libgloss.  Skip Java-related 
+       libraries if not supported for NetBSD on target CPU.
+
+2002-01-25  Douglas B Rupp  <rupp@gnat.com>
+
+       * install-sh: Use _inst.$$_ for temp file name.
+
 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * MAINTAINERS (Write After Approval): Move my contact info