* src/vm/jit/powerpc64/linux/md-abi.c (md_return_alloc): isleafmethod
authortbfg <none@none>
Tue, 18 Jul 2006 18:38:49 +0000 (18:38 +0000)
committertbfg <none@none>
Tue, 18 Jul 2006 18:38:49 +0000 (18:38 +0000)
commitce623de719e282da8ddf52df42726159d45519d4
treec702f6ca94ca770fac1be2e518449114a7245bdc
parent93a1447ce27c407086e50314274762771af15c0c
* src/vm/jit/powerpc64/linux/md-abi.c (md_return_alloc): isleafmethod
 has been moved to jitdata.

* src/vm/jjit/powerpc64/codegen.c (global): fixes for isleafmethod
 changes, BUILTIN_monitor* renamed to LOCK_monitor_*
 codegen_add_classcastexception_ref api changed.

* src/vm/jit/powerpc64/asmpart.S (global): fixed R_PPC64_ADDR32
 issues (32 bit adresses) all jump tables data types from
 long to quad and synched with powerpc asmpart.S.
src/vm/jit/powerpc64/asmpart.S
src/vm/jit/powerpc64/codegen.c
src/vm/jit/powerpc64/linux/md-abi.c