diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-16 18:20:16 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-16 18:20:16 +0000 |
| commit | 24394dc01d1c39ef83c6fb8d7e838743ee763707 (patch) | |
| tree | af6ad1e089f2ceaba6746743883bd2b5aaca3d06 /libjava | |
| parent | b7d0bf4153fcad95eb64023da81140b614e438b2 (diff) | |
| download | ppe42-gcc-24394dc01d1c39ef83c6fb8d7e838743ee763707.tar.gz ppe42-gcc-24394dc01d1c39ef83c6fb8d7e838743ee763707.zip | |
2008-04-16 Andrew Haley <aph@littlepinkcloud.com>
* libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
_Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 7 | ||||
| -rw-r--r-- | libjava/libgcj_bc.c | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index dbc48432e4a..9adb8a7dade 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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> diff --git a/libjava/libgcj_bc.c b/libjava/libgcj_bc.c index 9d5c8c27600..7073d7308b2 100644 --- a/libjava/libgcj_bc.c +++ b/libjava/libgcj_bc.c @@ -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). */ |

