mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -1,3 +1,8 @@
|
|||||||
|
2018-06-10 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
|
[BZ #23174]
|
||||||
|
* sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
|
||||||
|
|
||||||
2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||||
|
|
||||||
[BZ #23264]
|
[BZ #23264]
|
||||||
|
@ -2,3 +2,10 @@
|
|||||||
ifeq ($(subdir),stdlib)
|
ifeq ($(subdir),stdlib)
|
||||||
gen-as-const-headers += ucontext_i.sym
|
gen-as-const-headers += ucontext_i.sym
|
||||||
endif
|
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
|
||||||
|
Reference in New Issue
Block a user