OSDN Git Service

tcg-ppc: fix qemu_ld/qemu_st for AIX ABI
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Sep 2013 08:22:08 +0000 (10:22 +0200)
committerRichard Henderson <rth@twiddle.net>
Wed, 25 Sep 2013 14:45:30 +0000 (07:45 -0700)
commit6a115579883e6c0e56394bf7aaabd04260e11233
tree0659619abe3f8e28bf8993ddca1abb19326f938b
parente3608d66cea318698a2c4361d4e11a0e224c36db
tcg-ppc: fix qemu_ld/qemu_st for AIX ABI

For the AIX ABI, the function pointer and small area pointer need
to be loaded in the trampoline.  The trampoline instead is called
with a normal BL instruction.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc/tcg-target.c