From 4b7b82810f23599460a516df47f2008858716565 Mon Sep 17 00:00:00 2001 From: David Dgien Date: Mon, 29 Jun 2020 20:38:37 -0400 Subject: arm: elf: Add THM relocation types Signed-off-by: David Dgien Signed-off-by: Sascha Hauer --- arch/arm/include/asm/elf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/include') diff --git a/arch/arm/include/asm/elf.h b/arch/arm/include/asm/elf.h index b98b3e52a4..3def567699 100644 --- a/arch/arm/include/asm/elf.h +++ b/arch/arm/include/asm/elf.h @@ -30,6 +30,9 @@ typedef struct user_fp elf_fpregset_t; #define R_ARM_CALL 28 #define R_ARM_JUMP24 29 +#define R_ARM_THM_CALL 10 +#define R_ARM_THM_JUMP24 30 + /* * These are used to set parameters in the core dumps. */ -- cgit v1.2.3