r123001 - in /branches/redhat/gcc-4_1-branch/li...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Fri Mar 16 22:51:00 GMT 2007


Author: tromey
Date: Fri Mar 16 22:51:22 2007
New Revision: 123001

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123001
Log:
	* tools/gnu/classpath/tools/javah/JniStubPrinter.java
	(printClass): Added filename argument.
	* tools/gnu/classpath/tools/javah/JniIncludePrinter.java
	(printClass): Added filename argument.
	* tools/gnu/classpath/tools/javah/CniIncludePrinter.java
	(printClass): Use user's file name.
	* tools/gnu/classpath/tools/javah/CniStubPrinter.java
	(printClass): Use user's file name.
	* tools/gnu/classpath/tools/javah/Printer.java (printClass): Added
	filename argument.
	* tools/gnu/classpath/tools/javah/Main.java (getParser): Fix '-v'
	argument order.
	(writeHeaders): Use a HashMap.
	(run): Put class name into HashMap for writeHeaders.

Modified:
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/CniIncludePrinter.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/CniStubPrinter.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/JniIncludePrinter.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/JniStubPrinter.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/Main.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/tools/gnu/classpath/tools/javah/Printer.java



More information about the Gcc-cvs mailing list