libgcj_bc.c: (_Jv_LookupInterfaceMethod...
authorAndrew Haley <aph@gcc.gnu.org>
Wed, 16 Apr 2008 18:20:16 +0000 (18:20 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 16 Apr 2008 18:20:16 +0000 (18:20 +0000)
2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>

        * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
        _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.

From-SVN: r134358

libjava/ChangeLog
libjava/libgcj_bc.c

index dbc48432e4a53906759f9646442253caaa9882e8..9adb8a7dadef3d9e413a260fa0dbaba14e4345f0 100644 (file)
@@ -1,6 +1,11 @@
+2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>
+
+       * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
+       _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
+
 2008-04-16  Andrew Haley  <aph@redhat.com>
 
-       * libgcj_bc.c: 
+       * libgcj_bc.c: Sort lines.
 
 2008-04-02  Peter O'Gorman  <pogma@thewrittenword.com>
 
index 9d5c8c276004f1d1504ce125f80df03e7edb1517..7073d7308b2da2e6858b60752d32029f658694c7 100644 (file)
@@ -32,11 +32,14 @@ void _Jv_CheckArrayStore () {}
 void _Jv_CheckCast () {}
 void _Jv_InitClass () {}
 void _Jv_IsInstanceOf () {}
+void _Jv_LookupInterfaceMethod () {}
 void _Jv_LookupInterfaceMethodIdx () {}
 void _Jv_MonitorEnter () {}
+void _Jv_MonitorExit () {}
 void _Jv_NewMultiArray () {}
 void _Jv_NewObjectArray () {}
 void _Jv_NewPrimArray () {}
+void _Jv_RegisterResource () {}
 void _Jv_ResolvePoolEntry () {}
 void _Jv_Throw () {}
 void _Jv_ThrowAbstractMethodError () {}
@@ -66,6 +69,7 @@ const char **_Jv_Compiler_Properties;
 void _Jv_GetJNIEnvNewFrame () {}
 void _Jv_LookupJNIMethod () {}
 void _Jv_UnwrapJNIweakReference () {}
+void _Jv_JNI_PopSystemFrame () {}
 
 
 /* Checked divide (-fuse-divide-subroutine).  */