exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type.
authorJeff Sturm <jsturm@one-point.com>
Mon, 23 Dec 2002 19:59:31 +0000 (19:59 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Mon, 23 Dec 2002 19:59:31 +0000 (19:59 +0000)
commit4017ae6e8b8f427065a97d0e99afa7347186c1ab
treea094b01d9cbc1da5277a2f87e776b7fb146d7e2f
parentd3ab697ba4d1eeeecc4ab37337cbcad455c80057
exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type.

* exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit
of catch_type.
* java/lang/natClass.cc (initializeClass): Link vtable, otable,
idt tables after initializing superclass.
* java/lang/natClassLoader.cc (uaddr): New typedef.
(_Jv_PrepareCompiledClass): Resolve superclass, interfaces
if they are constant pool indicies.  Don't link vtable, otable yet.

From-SVN: r60450
libjava/ChangeLog
libjava/exception.cc
libjava/java/lang/natClass.cc
libjava/java/lang/natClassLoader.cc