* java/lang/natRuntime.cc (_Jv_SetDLLSearchPath): New function.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Oct 2002 03:28:00 +0000 (03:28 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Oct 2002 03:28:00 +0000 (03:28 +0000)
commit0df28fe6545b9b9b67650db7cc802f09a7b666c1
tree243b0dfebdb97fccd2f16106858d75fb715cf163
parent61b43324ae6cb68262dda8356f38fb6e6f494391
* java/lang/natRuntime.cc (_Jv_SetDLLSearchPath): New function.
(_Jv_FindSymbolInExecutable): Removed argument name.
(insertSystemProperties): Call _Jv_SetDLLSearchPath if
java.library.path is set.

* gij.cc (help): Document --showversion.
(version): Don't exit.
(main): Handle --showversion.  Exit if --version given.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58520 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/gij.cc
libjava/java/lang/natRuntime.cc