* Regenerated headers with new gjavah.
libjava/classpath
	* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
	Changed arguments.  Directly print method name.
	* tools/gnu/classpath/tools/javah/ClassWrapper.java
	(methodNameMap): New field.
	(makeVtable): Initialize it.
	(printMethods): Compute name for bridge targets.

From-SVN: r123965
This commit is contained in:
Tom Tromey
2007-04-19 00:24:09 +00:00
committed by Tom Tromey
parent 5604bf10dd
commit 06a4a50762
92 changed files with 220 additions and 186 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public:
static ::java::lang::Integer * getInteger(::java::lang::String *, jint);
static ::java::lang::Integer * getInteger(::java::lang::String *, ::java::lang::Integer *);
static ::java::lang::Integer * decode(::java::lang::String *);
jint target$compareTo(::java::lang::Integer *);
jint Integer$compareTo(::java::lang::Integer *);
static jint bitCount(jint);
static jint rotateLeft(jint, jint);
static jint rotateRight(jint, jint);