From 854d5bfbc68eb6051616cf15b0c77f50ffc65f2a Mon Sep 17 00:00:00 2001 From: rschuster Date: Fri, 3 Feb 2006 13:47:51 +0000 Subject: Fixes PR #26073. 2006-02-03 Robert Schuster * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110543 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/jvm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libjava/include') diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h index 7110971f882..b0b33058307 100644 --- a/libjava/include/jvm.h +++ b/libjava/include/jvm.h @@ -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: -- cgit v1.2.3