]> Git Repo - qemu.git/commit
tcg-ppc64: Adjust tcg_out_call for ELFv2
authorUlrich Weigand <[email protected]>
Wed, 30 Apr 2014 21:33:05 +0000 (14:33 -0700)
committerRichard Henderson <[email protected]>
Mon, 23 Jun 2014 14:31:46 +0000 (07:31 -0700)
commit77e58d0d601a2f56e17bd7530c697c55895c579d
tree0cd7d7610fc6ff77eeaaf4383b51f9a29bb84352
parenta2a98f807b0cb8c9688df449ec6a3a98f3b0b9e9
tcg-ppc64: Adjust tcg_out_call for ELFv2

The new ELFv2 ABI, used by default on powerpc64le-linux hosts,
introduced some changes that are incompatible with code currently
generated by the ppc64 TGC target.  In particular, we no longer
use function descriptors.

This patch adds support for the ELFv2 ABI in the ppc64 TGC
function call and function prologue sequences.

Tested-by: Tom Musta <[email protected]>
Signed-off-by: Ulrich Weigand <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/ppc64/tcg-target.c
This page took 0.025373 seconds and 4 git commands to generate.