Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/arch/aarch64 aarch64 support per page execute...
details: https://anonhg.NetBSD.org/src/rev/c08321619c8e
branches: trunk
changeset: 991706:c08321619c8e
user: ryo <ryo%NetBSD.org@localhost>
date: Fri Jul 27 07:09:15 2018 +0000
description:
aarch64 support per page execute protection
diffstat:
tests/lib/libc/arch/aarch64/exec_prot_support.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r a73b3202c236 -r c08321619c8e tests/lib/libc/arch/aarch64/exec_prot_support.c
--- a/tests/lib/libc/arch/aarch64/exec_prot_support.c Fri Jul 27 07:04:04 2018 +0000
+++ b/tests/lib/libc/arch/aarch64/exec_prot_support.c Fri Jul 27 07:09:15 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_prot_support.c,v 1.1 2014/08/10 05:47:38 matt Exp $ */
+/* $NetBSD: exec_prot_support.c,v 1.2 2018/07/27 07:09:15 ryo Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,12 +30,12 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: exec_prot_support.c,v 1.1 2014/08/10 05:47:38 matt Exp $");
+__RCSID("$NetBSD: exec_prot_support.c,v 1.2 2018/07/27 07:09:15 ryo Exp $");
#include "../../common/exec_prot.h"
int
exec_prot_support(void)
{
- return NOTIMPL;
+ return PERPAGE_XP;
}
Home |
Main Index |
Thread Index |
Old Index