re PR libgcj/26073 (libjava fails to compile)

Fixes PR #26073.

2006-02-03  Robert Schuster  <robertschuster@fsfe.org>

	* include/jvm.h:
	(_Jv_Linker::create_error_method): New method declaration.
	* link.cc:
	(_Jv_Linker::create_error_method): New method.
	(_Jv_Linker::link_symbol_table): Use new method above.

From-SVN: r110543
This commit is contained in:
Robert Schuster 2006-02-03 13:47:51 +00:00 committed by Robert Schuster
parent ab184b2a8f
commit a7f3ff761f
3 changed files with 63 additions and 45 deletions

View file

@ -264,6 +264,7 @@ private:
static _Jv_Method *search_method_in_class (jclass, jclass,
_Jv_Utf8Const *,
_Jv_Utf8Const *);
static void *create_error_method(_Jv_Utf8Const *);
public: