summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-15 13:56:47 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2019-01-15 13:56:47 +0100
commit62affd87ed2656d944c594b9e523e5d2d731141b (patch)
tree0941f6245436008ee707c76b4d7eb47924dd2717
parent4e491c3deaa1823e7c3f2c854b8fbcb2402736e9 (diff)
downloadstrace-62affd87ed2656d944c594b9e523e5d2d731141b.tar.gz
xlat: add AUDIT_ARCH_RISCV{32,64} to audit_arch
* xlat/audit_arch.in (AUDIT_ARCH_RISCV32, AUDIT_ARCH_RISCV64): New constants, introduced by Linux commit v5.0-rc2~23^2~1^2~5.
-rw-r--r--xlat/audit_arch.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlat/audit_arch.in b/xlat/audit_arch.in
index 206b9ed33..f0465580a 100644
--- a/xlat/audit_arch.in
+++ b/xlat/audit_arch.in
@@ -23,6 +23,8 @@ AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT)
AUDIT_ARCH_PPC (EM_PPC)
AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
+AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
+AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
AUDIT_ARCH_S390 (EM_S390)
AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
AUDIT_ARCH_SH (EM_SH)