OSDN Git Service

* java/util/zip/ZipFile.java (entries): Now HashMap.
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 063217c..cff89cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,35 @@
+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>