2008-08-07 23:52:34 +00:00
|
|
|
# Used by *context() functions
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
|
|
gen-as-const-headers += ucontext_i.sym
|
|
|
|
endif
|
2018-06-10 17:57:32 +00:00
|
|
|
|
2020-03-02 13:24:27 +00:00
|
|
|
ifeq ($(subdir),elf)
|
2018-06-10 17:57:32 +00:00
|
|
|
# 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.
|
|
|
|
test-xfail-check-execstack = yes
|
2020-03-02 13:24:27 +00:00
|
|
|
|
|
|
|
# On hppa, the PLT is executable because it contains an executable
|
|
|
|
# trampoline used during lazy binding.
|
|
|
|
test-xfail-check-wx-segment = *
|
|
|
|
|
|
|
|
endif # $(subdir) == elf
|