OSDN Git Service

* config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 6dfcc61..b7117fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,146 @@
+2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
+
+       * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
+       BUILD_PREFIX_1, to correct nomenclature.
+       * configure: Likewise.
+
+       * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
+       * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
+
+2002-05-31  Olaf Hering  <olh@suse.de>
+
+       * config-ml.in: Propogate DESTDIR also.
+
+2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (vax-*-netbsd*): Don't build gas for this
+       platform.
+
+2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
+       and libgcj for AVR.
+
+2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.guess: Update to 2002-05-22 version.
+       * config.sub: Likewise.
+
+2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
+       * config-ml.in: Likewise.
+       * configure: Likewise.
+       * configure.in: Likewise.
+
+2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * MAINTAINERS: Update my email address.
+
+2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
+
+       * configure.in: Simplify makefile fragment collection.
+
+       * configure.in: Remove code to build emacs.
+
+       * configure.in : Remove --srcdir argument from targargs and buildargs
+       (it's always overridden in the Makefile anyway).  Rearrange a bit.
+
+       * configure: Move some logic to configure.in.
+       * configure.in: Move some logic from configure.
+
+2002-05-11  Tom Tromey  <tromey@redhat.com>
+
+       * MAINTAINERS: Reflect libgcj reality.
+
+2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
+
+       * Makefile.in: Honour DESTDIR.
+
+2002-05-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * config.guess: Import 2002-03-20 version.
+       * config.sub: Import 2002-04-26 version.
+
+2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
+
+2002-05-07  Tim Josling  <tej@melbpc.org.au>
+
+       * MAINTAINERS: Add self.
+
+2002-05-06  Loren J. Rittle <ljrittle@acm.org>
+
+       * ltmain.sh: Detect and handle object name conflicts
+       while piecewise linking a static library.
+
+2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (noconfigdirs): Don't disable libgcj on
+       sparc64-*-solaris* and sparcv9-*-solaris*.
+
+2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in: Revert 2002-04-18's patch; fixed in libjava.
+
+2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * configure.in (FLAGS_FOR_TARGET): Do not add
+       -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
+       on i[3456]86-*-linux*.
+
+2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * configure.in (noconfigdirs): Replace [ ] with test.
+
+       * configure.in (noconfigdirs): Do not add target-newlib if
+       target == i[3456]86-*-linux*, and host == target.
+
+2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
+
+       * configure.in: delete reference to absent file
+
+       * configure.in: replace '[' with 'test'
+
+       * configure.in: Eliminate references to gash.
+       * Makefile.in: Eliminate references to gash.
+
+       * configure.in: remove useless references to 'pic' makefile fragments.
+
+       * configure.in: (*-*-windows*) Finish removing.
+
+       * configure.in: Eliminate redundant test for libgui.
+
+2002-04-29  Roger Sayle  <roger@eyesopen.com>
+
+       * MAINTAINERS: Add self and realphabetize.  Update entries
+       for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
+       entry for a29k port maintainer.
+
+2002-04-26     Joel Sherrill <joel@OARcorp.com>
+
+       * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
+       (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
+
+2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
+
+       * configure.in: remove references to dead files
+
+2002-04-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * MAINTAINERS: Add information about purpose of this file.
+
+2002-04-18  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in: Disallow configuring libgcj when it is already
+       installed and we're using Solaris 2.8 linker.  Do enable libgcj on
+       Solaris 2.8 by default.  For PR libgcj/6158.
+
 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
 
        * configure.in:  Move default CC setting out of config/mh-* fragments