OSDN Git Service

* java/util/zip/ZipFile.java (entries): Now HashMap.
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 64305d1..cff89cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,112 @@
-2002-12-29  Nathanael Nerode  <neroden@gcc.gnu.org>
+2002-12-31  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.def (target_modules) [libffi]: Allow installation.
+
+2002-12-31  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Fix use of $program_transform_name.
+       * configure: Regenerated.
+
+2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in (baseargs): Don't remove first configure argument.
+       * configure: Regenerated.
+
+2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.tpl (local-distclean): Don't remove...
+       (multilib.ts): ... this.  Moved into...
+       (multilib.out): ... this.  Don't use sub-make.
+       ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
+       $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
+       (configure-build-[+module+], configure-[+module+],
+       configure-target-[+module+], configure-gcc): ... these.  Test
+       for Makefile existence.  Drop config.status from dependencies.
+       * Makefile.in: Rebuilt.
+       * configure.in: Move gcc-version-trigger to the end of
+       ac_configure_args.  Add comments to maybedep.tmp and
+       serdep.tmp.  Introduce --disable-serial-configure.  Remove
+       nonopt from baseargs, matching and removing corresponding
+       whitespace while at it.
+       * configure: Rebuilt.
+
+2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (host_configargs): Replace reference to
+       no-longer-defined buildopts with --build=${build_alias}.
+       * configure: Rebuilt.
+
+       * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
+       program_transform_name to standard idiom.
+       (AUTOGEN, AUTOCONF): Define.
+       (Makefile.in): Use $(AUTOGEN).
+       (Makefile): Depend on config.status, and use autoconf-style rule to
+       build it.  Move original commands to...
+       (config.status): ... this new target.
+       (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
+       $(AUTOCONF).
+       * Makefile.in: Rebuilt.
+
+2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.tpl: Fix dramatic bustage due to change in
+       program_transform_name.
+       * Makefile.in: Regenerate.
+
+       * configure.in: Remove unnecessary PATH setting.
+       * configure: Regnerate.
+
+       * configure.in: Don't default to unprefixed tools unless
+       the native tools will work.
+       * configure: Regenerate.
+
+       * configure.in: Convert to autoconf script.  Blow away lots
+       of now-redundant Makefile fragments.
+       * configure: Generate using Autoconf.
+       * Makefile.tpl: Rewrite to reflect autoconfiscation.
+       * Makefile.in: Regenerate.
+
+2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure: Fix stupid bug where RANLIB was mistakenly included.
+
+       * configure.in: Rename (buildargs, hostargs, targargs) to 
+       (build_configargs, host_configargs, target_configargs).
+
+       * configure.in: Move logic out of sed statement.
+
+       * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET, 
+       CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
+
+2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * config.sub: Import from master repository
+       * config.guess: Ditto
+
+2002-12-24  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.tpl (multilib.out): Fix missing space.
+       * Makefile.in: Regenerate.
+
+2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
+       Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
+       * Makefile.in: Regenerate.
+       * configure.in: Remove unnecessary leftovers.
+
+2002-12-22  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/mt-aix43: Delete.
+
+2002-12-21  Geoffrey Keating  <geoffk@apple.com>
+
+       * configure.in (extra_ranlibflags_for_target): New variable.
+       (*-*-darwin): Add -c to ranlib commands.
+       * configure (tooldir): Handle extra_ranlibflags_for_target.
+
+2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.tpl: Revert HJL's change.
        * Makefile.in: Regenerated.