commit | 4a1def4e4ec2f0eb72b15596a04a030cdc889370 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Sep 29 15:32:38 2012 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Oct 12 14:38:36 2012 +0300 |
tree | c032428d0d06ee26a79c5f5cefb3136baff0c5db | |
parent | 07e10e5de1470bdf1d1ed97c85cb7ed9e4826775 [diff] |
linux-user: ppc: mark as long long aligned The SysV PPC32 ABI dictates that long long (64bit) parameters are pass in odd/even register pairs. Because unlike ARM and MIPS we start at an odd register number, we can reuse the same aligning code that ARM and MIPS use. Clarified inline comment that it is SysV ABI that requires long long aligned parameters - Riku Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>