[committed] xfail check-execstack on hppa
John David Anglin
dave.anglin@bell.net
Sun Jun 10 18:10:00 GMT 2018
The hppa linux kernel still requires an executable stack for syscall
restarts and signal returns.
So, I have xfailed check-execstack as suggested by Joseph.
Committed to master.
Dave
--
John David Anglin dave.anglin@bell.net
-------------- next part --------------
2018-06-10 John David Anglin <danglin@gcc.gnu.org>
[BZ #23174]
* sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile
index 68569013fb..e1637f54f5 100644
--- a/sysdeps/unix/sysv/linux/hppa/Makefile
+++ b/sysdeps/unix/sysv/linux/hppa/Makefile
@@ -2,3 +2,10 @@
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif
+
+# Supporting non-executable stacks on HPPA requires changes to both
+# the Linux kernel and glibc. The kernel currently needs an executable
+# stack for syscall restarts and signal returns.
+ifeq ($(subdir),elf)
+test-xfail-check-execstack = yes
+endif
More information about the Libc-alpha
mailing list