1. 16 Oct, 2001 10 commits
    • Forgot this file in last commit. · 5b0b42ed
      From-SVN: r46284
      Bryce McKinlay committed
    • 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 5 commits
    • cppmain.c (struct printer): New member source. · 0c34509f
      	* cppmain.c (struct printer): New member source.
      	(scan_translation_unit): Fix spacing at start of lines.
      	(cb_line_change): Update.
      
      	* gcc.dg/cpp/spacing2.c: New test.
      
      From-SVN: r46237
      Neil Booth committed
    • Makefile.in: Rebuilt. · 42273f32
      	* Makefile.in: Rebuilt.
      	* Makefile.am (rmi_java_source_files): Added new files.
      	* gnu/java/rmi/rmic/RMIC.java (compile): Uncommented; fixed to use
      	new Compiler class.
      	* gnu/java/rmi/rmic/Makefile.am (EXTRA_DIST): Updated.
      	* gnu/java/rmi/rmic/Compile_gcj.java: New file.
      	* gnu/java/rmi/rmic/CompilerProcess.java: New file.
      	* gnu/java/rmi/rmic/Compiler.java: New file.
      
      From-SVN: r46235
      Tom Tromey committed
    • arit.c: Use __builtin_labs, not abs. · 44a4ca5e
      	* config/cris/arit.c: Use __builtin_labs, not abs.
      
      	* config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
      
      	* config/cris/cris.c (cris_target_asm_function_epilogue): Move
      	misplaced sprintf and fprintf argument.
      
      From-SVN: r46234
      Hans-Peter Nilsson committed
    • ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40. · 71a94577
      top:
      	* ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
      	* configure.in, Makefile.in: Take out obsolete check-po logic.
      	* configure, config.in: Regenerate.
      intl:
      	* Update entire directory from gettext 0.10.40.
      	* cat-compat.c, linux-msg.sed, po2tbl.sed.in, xopen-msg.sed:
      	Removed.
      	* config.charset, dcigettext.c, dcngettext.c, libgnuintl.h,
      	localcharset.c, locale.alias, ngettext.c, plural.c, plural.y,
      	ref-add.sin, ref-del.sin: New.
      po:
      	* Makefile.in.in: Upgrade to gettext-0.10.40.
      	* cat-id-tbl.c: Remove file.
      	* stamp-cat-id: Remove file.
      
      From-SVN: r46233
      Zack Weinberg committed
    • objc-act.c (finish_objc): Correct precondition for emitting symtab declarations. · 7e21622e
      2001-10-12  Ziemowit Laski  <zlaski@apple.com>
      
              * objc/objc-act.c (finish_objc): Correct precondition for emitting
              symtab declarations.
      
      From-SVN: r46232
      Ziemowit Laski committed