natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the list...
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 23:22:02 +0000 (23:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 15 Jun 2001 23:22:02 +0000 (23:22 +0000)
commit6728a61d1f8aaf9d848fce3584e952fb5f0d3f67
tree66a09d8d7bb82b638704942709ea98d649fdbfa3
parent21ea1c28cf21127a3a6e4155a977bd78542a5c4c
natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the list has the symbol.

* java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Return
NULL if no library on the list has the symbol.
(init): Call add_library on the program itself.
* prims.cc (JvRunMain): Initialize Runtime before searching for
`main'.
(_Jv_RunMain): Likewise.

From-SVN: r43413
libjava/ChangeLog
libjava/java/lang/natRuntime.cc
libjava/prims.cc