1. 18 Sep, 2003 5 commits
    • [multiple changes] · 1216e03b
      2003-09-18  Dalibor Topic  <robilad@kaffe.org>
      
      	* gnu/java/rmi/rmic/Compile_gcj.java (COMPILER_ARGS): New private
      	constant.
      	(computeArguments): use computeTypicalArguments.
      
      	* gnu/java/rmi/rmic/Makefile.am (EXTRA_DIST): Add Compile_kjc.java,
      	Compile_jikes.java and RMICException.java.
      	* gnu/java/rmi/rmic/Compile_kjc.java: New file.
      	* gnu/java/rmi/rmic/Compile_jikes.java: Likewise.
      	* gnu/java/rmi/rmic/RMICException.java: Likewise.
      
      	* gnu/java/rmi/rmic/Compiler.java (getDestination): New method.
      
      	* gnu/java/rmi/rmic/CompilerProcess.java: Import java.io.InputStream.
      	(computeTypicalArguments): New method.
      	(compile): Print compiler output to System.out. Collect compiler
      	error output and use it in exception message.
      
      	* gnu/java/rmi/rmic/RMIC.java: Import java.util.Set.
      	(destination): Initialize to null.
      	(run): Replace file separator with '.' when processing class.
      	(processClass): Replace '.' with file separator when compiling
      	classes.
      	(findClass): Use SystemClassLoader to load class.
      	(generateStub): Use full class name for generated stub, that puts
      	it in right path.  Replace '.' with file separator when generating
      	stub file name. Write just the stub class name without package
      	information as class name, and constructor name. Write only
      	interface names for interfaces extending java.rmi.Remote as
      	implemented.
      	(generateSkel): Use full class name for generated skel, that puts
      	it in right path.  Replace '.' with file separator when generating
      	stub file name. Write just the stub class name without package
      	information as class name.
      
      2003-09-18  Michael Koch  <konqueror@gmx.de>
      
      	* Makefile.am (rmi_java_source_files):
      	Added gnu/java/rmi/rmic/Compile_kjc.java,
      	gnu/java/rmi/rmic/Compile_jikes.java and
      	gnu/java/rmi/rmic/RMICException.java
      	* Makefile.in: Regenerated.
      
      From-SVN: r71506
      Michael Koch committed
    • mn10300.md (andsi3, [...]): Make them set_zn. · feb297fe
      * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
      one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
      
      From-SVN: r71499
      Alexandre Oliva committed
    • tree-optimize.c (tree_rest_of_compilation): Save and restore input_location. · 5d4854c8
              * tree-optimize.c (tree_rest_of_compilation): Save and restore
              input_location.
      
              * semantics.c (expand_body): Don't save/restore input_location.
      
      From-SVN: r71498
      Richard Henderson committed
    • Daily bump. · 3b51279d
      From-SVN: r71493
      GCC Administrator committed
  2. 17 Sep, 2003 23 commits
  3. 16 Sep, 2003 12 commits