summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/elf2efi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/elf2efi.c b/src/util/elf2efi.c
index 84122032..e8e6c523 100644
--- a/src/util/elf2efi.c
+++ b/src/util/elf2efi.c
@@ -93,6 +93,9 @@
#ifndef R_ARM_THM_JUMP24
#define R_ARM_THM_JUMP24 30
#endif
+#ifndef R_ARM_V4BX
+#define R_ARM_V4BX 40
+#endif
/* Seems to be missing from elf.h */
#ifndef R_AARCH64_NULL