]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Support stack-grows-up in elfload.c
authorRichard Henderson <rth@twiddle.net>
Thu, 15 Dec 2016 17:38:11 +0000 (09:38 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jan 2017 02:14:10 +0000 (18:14 -0800)
commit7c4ee5bcc82e643836a5f32db85887d2475288f7
tree4067c035d83da99b7f013d8079b6c2d30b4c4bf8
parent429b31a205bd3362a5eed22ca9b1a4c1b92f29f5
linux-user: Support stack-grows-up in elfload.c

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 <rth@twiddle.net>
linux-user/elfload.c
linux-user/main.c
linux-user/qemu.h