1. 01 Sep, 2001 4 commits
    • ClassLoader.java (system): Remove static field. · 8635bb79
      
      	* java/lang/ClassLoader.java (system):  Remove static field.
      	(getSystemClassLoader):  Get gnu.gcj.runtime.VMClassLoader.instance
      	directly instead of using it to set the system field.
      	(loadClass):  Use VMClassLoader.instance instead of system field.
      	(findSystemClass):   Similar.
      	* prims.cc (_Jv_RunMain):  Clear VMClassLoader::instance rather
      	than ClassLoader::system which no longer exists.
      	* java/lang/natClassLoader.java (_Jv_FindClass):  Simplify.
      
      From-SVN: r45343
      Per Bothner committed
    • BufferedReader.java, [...]: Re-merged with Classpath. · 788d7b94
      	* java/io/BufferedReader.java, java/io/ObjectInput.java,
      	java/io/ObjectInputValidation.java, java/io/ObjectOutput.java:
      	Re-merged with Classpath.
      
      From-SVN: r45342
      Tom Tromey committed
    • backport: ltcf-c.sh: Use $objext, not $ac_objext. · 898c7238
      Merged from gcc-3_0-branch:
      2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
      * ltcf-c.sh: Use $objext, not $ac_objext.
      2001-07-27  Mark Kettenis  <kettenis@gnu.org>
      * ltcf-cxx.sh: Add support for GNU.
      2001-07-22  Timothy Wall  <twall@redhat.com>
      * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
      default settings if using GNU tools with that configuration.
      * ltcf-cxx.sh: Ditto.
      * ltcf-gcj.sh: Ditto.
      2001-07-21  Michael Chastain  <chastain@redhat.com>
      * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
      HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
      * ltmain.sh: Mark as gcc-local.
      
      From-SVN: r45341
      Alexandre Oliva committed
    • gcc.c (handle_braces): Add explaination for abort. · 4049df42
      2001-08-31  Eric Christopher  <echristo@redhat.com>
      
      	* gcc.c (handle_braces): Add explaination for abort.
      
      From-SVN: r45340
      Eric Christopher committed
  2. 31 Aug, 2001 33 commits
  3. 30 Aug, 2001 3 commits
    • jcf-io.c (open_class): Set filename field. · bc8a5e56
      
      	* jcf-io.c (open_class):  Set filename field.
      
      	* jcf-parse,c (parse_class_file):  Set current_function_decl
      	for better error message when Code attribute is missing.
      
      	* lang.c (put_decl_node, lang_print_error):  Re-arrange for
      	better diagnostics, especially for constructors.
      
      From-SVN: r45299
      Per Bothner committed
    • jcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is not final... · 1b9ee723
      
      	* jcf-write.c (generate_classfile):  Don't write ConstantValue
      	attribute if field is not final, for compatibility with jdk.
      
      	* jcf-write.c (generate_classfile):  Convert ConstantValue values
      	to correct type.  Work-around for front-end bug.
      	* class.c (set_constant_value):  Error if constant has wrong type.
      
      From-SVN: r45298
      Per Bothner committed
    • rtl.def: Undo my patch commited 2001-08-27. · b8ec5764
      2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
      
      	* rtl.def: Undo my patch commited 2001-08-27.
      
      	* genattrtab.c: Ditto.
      
      	* rtl.h: Ditto.
      
      	* sched-int.h: Ditto.
      
      	* target-def.h: Ditto.
      
      	* target.h: Ditto.
      
      	* haifa-sched.c: Ditto.
      
      	* sched-rgn.c: Ditto.
      
      	* sched-vis.c: Ditto.
      
      	* Makefile.in: Ditto.
      
      	* doc/md.texi: Ditto.
      
      	* doc/tm.texi: Ditto.
      
      	* doc/contrib.texi: Ditto.
      
      	* doc/gcc.texi: Ditto.
      
      	* genattrtab.h: Remove it.
      
      	* genautomata.c: Remove it.
      
      	* genattr.c: Undo my patch and Richard Henderson's patch commited
      	2001-08-27.
      
      From-SVN: r45297
      Vladimir Makarov committed