summaryrefslogtreecommitdiffstats
path: root/linux-user/unicore32
diff options
context:
space:
mode:
authorTom Musta2014-08-12 20:53:40 +0200
committerRiku Voipio2014-08-22 14:06:35 +0200
commit0903c8be9ee7925863c6c50a2096b6e919be861c (patch)
tree74f989ee6f0b7f18b8179911d7a41a06a76b748e /linux-user/unicore32
parentlinux-user: Move get_ppc64_abi (diff)
downloadqemu-0903c8be9ee7925863c6c50a2096b6e919be861c.tar.gz
qemu-0903c8be9ee7925863c6c50a2096b6e919be861c.tar.xz
qemu-0903c8be9ee7925863c6c50a2096b6e919be861c.zip
linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2
The ELF V2 ABI for PPC64 defines MINSIGSTKSZ as 4096 bytes whereas it was 2048 previously. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/unicore32')
-rw-r--r--linux-user/unicore32/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/unicore32/syscall.h b/linux-user/unicore32/syscall.h
index f7e55254cf..3ed623721a 100644
--- a/linux-user/unicore32/syscall.h
+++ b/linux-user/unicore32/syscall.h
@@ -53,4 +53,6 @@ struct target_pt_regs {
#define UNAME_MACHINE "UniCore-II"
#define UNAME_MINIMUM_RELEASE "2.6.32"
+#define TARGET_MINSIGSTKSZ 2048
+
#endif /* __UC32_SYSCALL_H__ */