resolve.cc (ncode): Use _Jv_platform_ffi_abi.
authorTom Tromey <tromey@redhat.com>
Mon, 17 Mar 2003 00:45:37 +0000 (00:45 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 17 Mar 2003 00:45:37 +0000 (00:45 +0000)
commit2b7f1f8f41666dc1d921e759ca80a24846f745fe
tree9c8375299ef6ce318b2eb397da5d0658a1f7d5e7
parent01cca2d84d09910e5033d1151f4bceb0d1bb5c82
resolve.cc (ncode): Use _Jv_platform_ffi_abi.

* resolve.cc (ncode): Use _Jv_platform_ffi_abi.
Include platform.h.
* java/lang/natRuntime.cc (insertSystemProperties): Use
_Jv_platform_path_separator.
(nativeGetLibname): Use _Jv_platform_file_separator.
(_load): Use _Jv_platform_onload_names.
(onload_names): New global.
* include/win32.h (_Jv_platform_file_separator): New define.
(_Jv_platform_path_separator): Likewise.
(_Jv_platform_onload_names): Likewise.
(_Jv_platform_ffi_abi): Likewise.
* include/posix.h (_Jv_platform_file_separator): New define.
(_Jv_platform_path_separator): Likewise.
(_Jv_platform_onload_names): Likewise.
(_Jv_platform_ffi_abi): Likewise.

From-SVN: r64461
libjava/ChangeLog
libjava/include/posix.h
libjava/include/win32.h
libjava/java/lang/natRuntime.cc
libjava/resolve.cc