OSDN Git Service

rx: Add RX archtecture.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 27 Jan 2022 13:41:34 +0000 (22:41 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Sat, 29 Jan 2022 07:42:42 +0000 (16:42 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
include/uapi/linux/audit.h
include/uapi/linux/elf-em.h

index 9176a09..d265966 100644 (file)
@@ -426,6 +426,7 @@ enum {
 #define AUDIT_ARCH_RISCV32     (EM_RISCV|__AUDIT_ARCH_LE)
 #define AUDIT_ARCH_RISCV64     (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
 #define AUDIT_ARCH_S390                (EM_S390)
+#define AUDIT_ARCH_RX          (EM_RX)
 #define AUDIT_ARCH_S390X       (EM_S390|__AUDIT_ARCH_64BIT)
 #define AUDIT_ARCH_SH          (EM_SH)
 #define AUDIT_ARCH_SHEL                (EM_SH|__AUDIT_ARCH_LE)
index f47e853..fdad705 100644 (file)
@@ -43,6 +43,7 @@
 #define EM_HEXAGON     164     /* QUALCOMM Hexagon */
 #define EM_NDS32       167     /* Andes Technology compact code size
                                   embedded RISC processor family */
+#define EM_RX          173     /* Renesas RX */
 #define EM_AARCH64     183     /* ARM 64 bit */
 #define EM_TILEPRO     188     /* Tilera TILEPro */
 #define EM_MICROBLAZE  189     /* Xilinx MicroBlaze */