1# Used by *context() functions 2ifeq ($(subdir),stdlib) 3gen-as-const-headers += ucontext_i.sym 4endif 5 6ifeq ($(subdir),elf) 7# Supporting non-executable stacks on HPPA requires changes to both 8# the Linux kernel and glibc. The kernel currently needs an executable 9# stack for syscall restarts and signal returns. 10test-xfail-check-execstack = yes 11 12# On hppa, the PLT is executable because it contains an executable 13# trampoline used during lazy binding. 14test-xfail-check-wx-segment = * 15 16endif # $(subdir) == elf 17