summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/powerpc/include/arch/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/arch/powerpc/include/arch/elf.h')
-rw-r--r--tools/objtool/arch/powerpc/include/arch/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/objtool/arch/powerpc/include/arch/elf.h b/tools/objtool/arch/powerpc/include/arch/elf.h
index 3c8ebb7d2a6b..73f9ae172fe5 100644
--- a/tools/objtool/arch/powerpc/include/arch/elf.h
+++ b/tools/objtool/arch/powerpc/include/arch/elf.h
@@ -4,5 +4,7 @@
#define _OBJTOOL_ARCH_ELF
#define R_NONE R_PPC_NONE
+#define R_ABS64 R_PPC64_ADDR64
+#define R_ABS32 R_PPC_ADDR32
#endif /* _OBJTOOL_ARCH_ELF */