summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldelf/include/elf_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldelf/include/elf_common.h b/ldelf/include/elf_common.h
index ddd807fa..da18d395 100644
--- a/ldelf/include/elf_common.h
+++ b/ldelf/include/elf_common.h
@@ -651,10 +651,11 @@ typedef struct {
#define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */
#define R_386_IRELATIVE 42 /* PLT entry resolved indirectly at runtime */
+#define R_AARCH64_NONE 0 /* No relocation. */
#define R_AARCH64_ABS64 257
#define R_AARCH64_GLOB_DAT 1025 /* Set GOT entry to data address. */
#define R_AARCH64_JUMP_SLOT 1026 /* Set GOT entry to code address. */
-#define R_AARCH64_RELATIVE 1027
+#define R_AARCH64_RELATIVE 1027 /* Add load address of shared object. */
#define R_ARM_NONE 0 /* No relocation. */
#define R_ARM_PC24 1