Re: [Qemu-devel] [PULL 02/26] linux-user: Support stack-grows-up in elfload.c

2017-06-27 Thread Peter Maydell
On 23 January 2017 at 02:17, Richard Henderson wrote: > HPPA is a (the) stack-grows-up target, and supporting that requires > rearranging how we compute addresses while laying out the initial > program stack. In addition, hppa32 requires 64-byte stack alignment > so parameterize that as well. >

[Qemu-devel] [PULL 02/26] linux-user: Support stack-grows-up in elfload.c

2017-01-22 Thread Richard Henderson
HPPA is a (the) stack-grows-up target, and supporting that requires rearranging how we compute addresses while laying out the initial program stack. In addition, hppa32 requires 64-byte stack alignment so parameterize that as well. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 235