|
@@ -337,6 +337,7 @@ enum {
|
|
#define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
|
|
#define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
|
|
#define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
|
|
#define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
|
|
#define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
|
|
#define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
|
|
|
|
+#define AUDIT_ARCH_OPENRISC (EM_OPENRISC)
|
|
#define AUDIT_ARCH_PARISC (EM_PARISC)
|
|
#define AUDIT_ARCH_PARISC (EM_PARISC)
|
|
#define AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT)
|
|
#define AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT)
|
|
#define AUDIT_ARCH_PPC (EM_PPC)
|
|
#define AUDIT_ARCH_PPC (EM_PPC)
|