mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
2b69fecb9d
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.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# Used by *context() functions
|
|
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
|