commit | 7678108b134fc14d0a94fd13c0dd1129525c12d7 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Jun 30 08:13:37 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 08 12:50:46 2014 +0200 |
tree | df186cd85b337c6f9d1b964fa8a80282274ca128 | |
parent | fbdc200ac2d0d29e88ee6af9b77810c0f84265a6 [diff] |
linux-user: Split PPC Trampoline Encoding from Register Save Split the encoding of the PowerPC sigreturn trampoline from the saving of register state onto the signal handler stack. This will make it easier in subsequent patches to deal with variations in the stack frame layouts between 32 and 64 bit PowerPC. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>