mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
XFAIL check-execstack for MIPS.
This patch marks the check-execstack test as expected to fail for MIPS, with a comment referencing previous RFC discussion of the changes that would be needed to support non-executable stacks on MIPS. Tested for MIPS (all 24 ABIs). * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf] (test-xfail-check-execstack): New variable.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2016-11-04 Joseph Myers <joseph@codesourcery.com>
|
2016-11-04 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
|
||||||
|
(test-xfail-check-execstack): New variable.
|
||||||
|
|
||||||
* sysdeps/mips/localplt.data: New file.
|
* sysdeps/mips/localplt.data: New file.
|
||||||
|
|
||||||
2016-11-04 Yury Norov <ynorov@caviumnetworks.com>
|
2016-11-04 Yury Norov <ynorov@caviumnetworks.com>
|
||||||
|
@ -99,6 +99,12 @@ sysdep-dl-routines += dl-static
|
|||||||
|
|
||||||
sysdep_routines += dl-vdso
|
sysdep_routines += dl-vdso
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Supporting non-executable stacks on MIPS requires changes to both
|
||||||
|
# the Linux kernel and glibc. See
|
||||||
|
# <https://sourceware.org/ml/libc-alpha/2016-01/msg00567.html> and
|
||||||
|
# <https://sourceware.org/ml/libc-alpha/2016-01/msg00719.html>.
|
||||||
|
test-xfail-check-execstack = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),stdlib)
|
ifeq ($(subdir),stdlib)
|
||||||
|
Reference in New Issue
Block a user