1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

The hppa-linux target still requires an executable stack for kernel

syscall restarts and signal returns.  Thus, we need to xfail the
check-execstack test.

        [BZ #23174]
        * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
This commit is contained in:
John David Anglin
2018-06-10 13:57:32 -04:00
parent 283d985122
commit 2b69fecb9d
2 changed files with 12 additions and 0 deletions

View File

@ -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