linux-user: Split PPC Trampoline Encoding from Register Save
commit7678108b134fc14d0a94fd13c0dd1129525c12d7
authorTom Musta <tommusta@gmail.com>
Mon, 30 Jun 2014 13:13:37 +0000 (30 08:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 8 Sep 2014 10:50:46 +0000 (8 12:50 +0200)
treedf186cd85b337c6f9d1b964fa8a80282274ca128
parentfbdc200ac2d0d29e88ee6af9b77810c0f84265a6
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>
linux-user/signal.c