Blame sysdeps/unix/sysv/linux/hppa/Makefile

Packit 6c4009
# Used by *context() functions
Packit 6c4009
ifeq ($(subdir),stdlib)
Packit 6c4009
gen-as-const-headers += ucontext_i.sym
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
# Supporting non-executable stacks on HPPA requires changes to both
Packit 6c4009
# the Linux kernel and glibc. The kernel currently needs an executable
Packit 6c4009
# stack for syscall restarts and signal returns.
Packit Service 541783
ifeq ($(subdir),elf)
Packit 6c4009
test-xfail-check-execstack = yes
Packit Service 541783
endif