aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-11-04 16:42:37 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-11-04 16:42:37 +0000
commit7672e712e1cd91a9252bb9db8ac1d9b528e19f2e (patch)
treecf9d35fb8d7359fdbb9ffe54d7ea398c19a8fc9c /ChangeLog
parenta2049e7ab219e515b0b182f06c30215a85774a51 (diff)
downloadglibc-7672e712e1cd91a9252bb9db8ac1d9b528e19f2e.tar
glibc-7672e712e1cd91a9252bb9db8ac1d9b528e19f2e.tar.gz
glibc-7672e712e1cd91a9252bb9db8ac1d9b528e19f2e.tar.bz2
glibc-7672e712e1cd91a9252bb9db8ac1d9b528e19f2e.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 750243bdab..babd209bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
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.
2016-11-04 Yury Norov <ynorov@caviumnetworks.com>