1. 16 Oct, 2001 9 commits
    • Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. · 4c7726b1
      	* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1
      	and merged local changes.
      
      From-SVN: r46283
      Bryce McKinlay committed
    • Eliminate use of C++ static constructors. · 107abb2f
      	* interpret.cc: Remove static Utf8Consts. Use namespace gcj.
      	* jni.cc: Likewise.
      	* resolve.cc: Likewise.
      	* defineclass.cc: Likewise.
      	(_Jv_ClassReader::handleClassBegin): Synchronize call to
      	_Jv_RegisterClass.
      	* include/jvm.h (void_signature, clinit_name, init_name, finit_name):
      	Declare in namespace gcj.
      	* java/lang/Class.h (Class): Remove initialization for primitive
      	types.
      	(friend void _Jv_InitPrimClass): This is in prims.cc.
      	* prims.cc (_Jv_InitPrimClass): Do primitive type initialization
      	here instead.
      	(void_signature, clinit_name, init_name, finit_name): Define in
      	namespace gcj.
      	(_Jv_CreateJavaVM): Call _Jv_InitThreads, _Jv_InitGC, and
      	_Jv_InitializeSyncMutex from here. Initialize Utf8 constants.
      	Initialize primitive types.
      	* java/lang/natClassLoader.cc (_Jv_RegisterClasses): Don't call
      	initialization routines. Don't synchronize.
      	* java/lang/natRuntime.cc (_load): Synchronize on java.lang.Class
      	across dlopen call.
      
      From-SVN: r46282
      Bryce McKinlay committed
    • Daily bump. · d3a1246b
      From-SVN: r46278
      GCC Administrator committed
    • [multiple changes] · 41878ce2
      2001-10-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
      
      	* java/util/HashMap.java (HashEntry.clone): Removed.
      	(HashMap(Map)): Use putAllInternal.
      	(clone): Likewise.
      	(putAllInternal): New method. Efficient counterpart to putAll which
      	does not call put().
      	* java/util/LinkedHashMap.java (rethread): Removed.
      	(putAllInternal): New method. Clear "head" and "tail".
      	(addEntry): New argument "callRemove". Don't call removeEldestEntry()
      	if callRemove == false.
      
      	* Makefile.am: Add new classes RandomAccess and LinkedHashMap.
      	* Makefile.in: Rebuilt.
      
      2001-10-15  Eric Blake  <ebb9@email.byu.edu>
      
      	* java/util/Collection.java: Updated javadoc.
      	* java/util/Comparator.java: Updated javadoc.
      	* java/util/Enumeration.java: Updated javadoc.
      	* java/util/Iterator.java: Updated javadoc.
      	* java/util/List.java: Updated javadoc.
      	* java/util/ListIterator.java: Updated javadoc.
      	* java/util/Map.java: Updated javadoc.
      	* java/util/RandomAccess.java: New file.
      	* java/util/Set.java: Updated javadoc.
      	* java/util/SortedMap.java: Updated javadoc.
      	* java/util/SortedSet.java: Updated javadoc.
      
      From-SVN: r46277
      Bryce McKinlay committed
    • * recog.c: Formatting and comment typo fixes. · ffb5e2e2
      From-SVN: r46276
      Alan Modra committed
    • configure.in (gcc_cv_as_bfd_srcdir): New. · 0936a455
      	* configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
      	version in single tree build.
      	* configure: Regenerate.
      
      From-SVN: r46275
      Alan Modra committed
    • Makefile.in (TEXIFILES): Add fnmatch.txh. · aac04c15
      * Makefile.in (TEXIFILES): Add fnmatch.txh.
      (maint-undoc): New.
      maint-tool: Add "undoc" tool.
      * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
      fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
      make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
      strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
      documentation.
      * fnmatch.txh: New.
      * functions.texi: Regenerate.
      
      From-SVN: r46274
      DJ Delorie committed
    • rs6000.md (cr_logical): Swap order of CODE and MODE arguments to · 2d4368e6
              gen_rtx and compare operand with const0_rtx.
      
      From-SVN: r46273
      David Edelsohn committed
  2. 15 Oct, 2001 10 commits
  3. 14 Oct, 2001 6 commits
  4. 13 Oct, 2001 9 commits
  5. 12 Oct, 2001 6 commits