linux-user/hppa: Drop stack guard page on hppa target
commitf43882052f330ce5f5a1a2553466df5aa0808fa0
authorHelge Deller <deller@gmx.de>
Sat, 24 Sep 2022 11:44:58 +0000 (24 13:44 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 07:33:56 +0000 (27 09:33 +0200)
tree718a6ed64db2acb39e6ba3a7d7b2d03628a0f48e
parent47393189ce9e23b560865e361f4ab8fb93a904d0
linux-user/hppa: Drop stack guard page on hppa target

The stack-overflow check when building the "grep" debian package fails
on the debian hppa target. Reason is, that the guard page at the top
of the stack (which is added by qemu) prevents the fault handler in the
grep program to properly detect the stack overflow.

The Linux kernel on a physical machine doesn't install a guard page
either, so drop it and as such fix the build of "grep".

Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <20220924114501.21767-5-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c