[PATCH v2 7/8] arm: elf: Add THM relocation types
David Dgien
dgienda125 at gmail.com
Mon Jun 29 20:38:37 EDT 2020
Signed-off-by: David Dgien <dgienda125 at gmail.com>
---
arch/arm/include/asm/elf.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/include/asm/elf.h b/arch/arm/include/asm/elf.h
index b98b3e52a..3def56769 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.
*/
--
2.27.0
More information about the barebox
mailing list